Source: https://wiki.archlinux.org/index.php/PostgreSQL
-
Install postgresql package
sudo pacman -S postgresql
-
Switch to the postgres user account and initialize the database cluster:
sudo -iu postgres
Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element
A Pen by Ryan Mulligan on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<a href="#" class="club">Join the Club</a> | |
<a href="#" class="cate">Big Catering</a> | |
<a href="#" class="loca">Locations & Hours</a> | |
<a href="#" class="take">Takeout & Delivery</a> | |
<div class="parts"> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="menu"> | |
<div class="menu-header"> | |
<h2 class="menu-header-title">Theme</h2> | |
<div class="theme-switcher"> | |
<input type="radio" id="light-theme" name="themes" checked /> | |
<label for="light-theme"> | |
<span> | |
<i data-feather="sun"></i>Light | |
</span> |
A Pen by Jhonier Riascos Zapata on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
carrusel | |
-------- | |
A [Pen](https://codepen.io/roger963/pen/OJzgKYv) by [Roger963](https://codepen.io/roger963) on [CodePen](https://codepen.io). | |
[License](https://codepen.io/license/pen/OJzgKYv). |