65 lines
1.4 KiB
Sass
65 lines
1.4 KiB
Sass
$navtop: 20px
|
|
$txttop: 5px
|
|
@import 'nav', 'home'
|
|
|
|
/* **************************************
|
|
|
|
body
|
|
text-align: center
|
|
background-image: url("../inc/bg/snow3.png")
|
|
background-size: 90%
|
|
/*background-color: #E2EAEC
|
|
background-color: #dde7ea
|
|
|
|
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
|
|
|
|
footer
|
|
position: fixed
|
|
bottom: -0rem
|
|
margin: 0 auto
|
|
border: 0px solid red
|
|
height: 2rem
|
|
width: 100%
|
|
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e7e9ea)
|
|
margin-left: -8px
|
|
box-shadow: -2px -2px 5px gray
|
|
|
|
img
|
|
position: absolute
|
|
max-width: 15rem
|
|
/*border: 3px solid red
|
|
margin-top: -124px
|
|
|
|
a
|
|
display: inline-block
|
|
position: relative
|
|
text-decoration: none
|
|
color: darkgray
|
|
font-size: 0.8rem
|
|
padding-top: 0.7rem
|
|
/*padding-right: 0.5rem
|
|
|
|
#footer2
|
|
color: darkgray
|
|
|
|
article
|
|
padding-bottom: 12rem |