Added some styles
This commit is contained in:
parent
9942843e3e
commit
3738c9e4f7
@ -1,2 +1,30 @@
|
|||||||
|
html,
|
||||||
|
body
|
||||||
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
|
||||||
|
body
|
||||||
|
background: #eee
|
||||||
|
|
||||||
#main-nav
|
#main-nav
|
||||||
margin-bottom: 15px
|
margin-bottom: 15px
|
||||||
|
background: teal
|
||||||
|
|
||||||
|
ul
|
||||||
|
li
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
|
a
|
||||||
|
display: block
|
||||||
|
height: 100%
|
||||||
|
color: white
|
||||||
|
font-size: 2rem
|
||||||
|
transition: color 220ms ease-in-out
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
color: lightgrey
|
||||||
|
|
||||||
|
#main-content
|
||||||
|
padding: 12px 20px
|
||||||
|
background: white
|
||||||
|
border-radius: 8px
|
||||||
|
Loading…
Reference in New Issue
Block a user