31 lines
670 B
Sass
31 lines
670 B
Sass
$navtop: 20px
|
|
$txttop: 5px
|
|
@import 'nav', 'home'
|
|
|
|
/* **************************************
|
|
|
|
body
|
|
text-align: center
|
|
|
|
header
|
|
margin: auto
|
|
/*background-color: Lightgrey
|
|
background-image: url("../inc/bg/banner1.jpg")
|
|
background-size: 100%
|
|
background-repeat: no-repeat
|
|
background-position: 0px -10px
|
|
overflow: hidden
|
|
margin-top: 3px
|
|
border-color: darkred
|
|
border-width: 3px
|
|
border-style: solid
|
|
text-align: center
|
|
padding: 10px
|
|
box-shadow: -2px -2px 10px #bb9919, 2px 2px 10px #bb9919
|
|
|
|
h1
|
|
margin-left: 150px
|
|
color: gold
|
|
text-decoration: underline
|
|
font-size: 20px
|