First css tests.
This commit is contained in:
parent
d60759abf0
commit
1fd9eb4c64
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
/*
|
||||
* Grab a custom font from Google
|
||||
*/
|
||||
@import url('http://fonts.googleapis.com/css?family=Nova+Mono')
|
||||
@import url('http://fonts.googleapis.com/css?family=Source+Code+Pro')
|
||||
|
||||
/*
|
||||
* Nib provides a CSS reset
|
||||
|
@ -26,7 +26,7 @@ body
|
|||
color #444
|
||||
|
||||
header
|
||||
font-family 'Nova Mono'
|
||||
font-family 'Source Code Pro'
|
||||
padding 50px 10px
|
||||
color #fff
|
||||
font-size 25px
|
||||
|
@ -70,7 +70,7 @@ header
|
|||
box-shadow inset 0px 0px 0px 3px rgba(#fff, 0.8), 0px 3px 0px -2px rgba(#000, 0.1)
|
||||
|
||||
h1
|
||||
font-family 'Nova Mono'
|
||||
font-family 'Source Code Pro'
|
||||
margin 13px 10px 4px
|
||||
padding-bottom 10px
|
||||
border-bottom 1px dotted #ddd
|
||||
|
|
Loading…
Reference in a new issue