33 lines
751 B
Sass
33 lines
751 B
Sass
$navtop: 20px
|
|
$txttop: 5px
|
|
@import 'nav', 'home'
|
|
|
|
/* **************************************
|
|
|
|
body
|
|
text-align: center
|
|
background-image: url("../inc/bg/snow3.png")
|
|
background-size: 90%
|
|
background-color: Lightblue
|
|
|
|
header
|
|
margin: auto
|
|
/*background-color: Lightgrey
|
|
background-image: url("../inc/bg/christmas background.jpg")
|
|
background-size: 100%
|
|
background-position: 0% 88%
|
|
background-repeat: no-repeat
|
|
overflow: hidden
|
|
margin-top: 3px
|
|
border: 3px solid darkred
|
|
border-radius: 40px 40px
|
|
text-align: center
|
|
padding: 25px
|
|
box-shadow: -1px -1px 5px silver, 1px 1px 5px silver
|
|
|
|
h1
|
|
color: red
|
|
text-decoration: underline
|
|
font-size: 30px
|
|
font-weight: bold
|