First css tests.
This commit is contained in:
parent
46ffb0ce56
commit
397403bebf
1 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
/*
|
||||
* Grab a custom font from Google
|
||||
*/
|
||||
@import url('http://fonts.googleapis.com/css?family=Quicksand')
|
||||
@import url('http://fonts.googleapis.com/css?family=Nova+Mono')
|
||||
|
||||
/*
|
||||
* Nib provides a CSS reset
|
||||
|
@ -17,7 +17,7 @@ global-reset()
|
|||
* Store the main color and
|
||||
* background color as variables
|
||||
*/
|
||||
main-color = #fa5b4d
|
||||
main-color = #4d5bfa
|
||||
background-color = #faf9f0
|
||||
|
||||
body
|
||||
|
@ -26,7 +26,7 @@ body
|
|||
color #444
|
||||
|
||||
header
|
||||
font-family 'Quicksand'
|
||||
font-family 'Nova Mono'
|
||||
padding 50px 10px
|
||||
color #fff
|
||||
font-size 25px
|
||||
|
@ -38,7 +38,7 @@ header
|
|||
*/
|
||||
background-color main-color
|
||||
border-bottom 1px solid darken(main-color, 30%)
|
||||
text-shadow 0px -1px 0px darken(main-color, 30%)
|
||||
text-shadow 0px -1px 4px 2px darken(main-color, 30%)
|
||||
|
||||
.container
|
||||
width 500px
|
||||
|
@ -90,4 +90,4 @@ footer
|
|||
margin 50px auto
|
||||
border-top 1px dotted #ccc
|
||||
padding-top 5px
|
||||
font-size 13px
|
||||
font-size 13px
|
||||
|
|
Loading…
Reference in a new issue