mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add menu
This commit is contained in:
parent
2237ad824f
commit
82d2cd2caf
31 changed files with 920 additions and 7 deletions
37
public/scss/main.css
Normal file
37
public/scss/main.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
body {
|
||||
background-color: #352b42;
|
||||
color: #f2f0e5; }
|
||||
|
||||
a {
|
||||
color: #c2d368; }
|
||||
|
||||
footer, footer a {
|
||||
background-color: #f2f0e5;
|
||||
color: #352b42; }
|
||||
|
||||
@font-face {
|
||||
font-family: Caskaydia Cove;
|
||||
src: url(../fonts/Caskaydia); }
|
||||
|
||||
a {
|
||||
text-decoration: none; }
|
||||
|
||||
footer a {
|
||||
text-decoration: underline; }
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
flex: auto; }
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 10%; }
|
||||
|
||||
#content {
|
||||
min-height: 90%; }
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0; }
|
Loading…
Add table
Add a link
Reference in a new issue