27 lines
602 B
Sass
27 lines
602 B
Sass
$navtop: 20px
|
|
@import 'nav', 'home'
|
|
|
|
/* **************************************
|
|
|
|
body
|
|
text-align: center
|
|
|
|
.header
|
|
text-decoration: underline
|
|
color: red
|
|
margin: auto
|
|
/*background-color: Lightgrey
|
|
background-image: url("../bg/kirsche1.jpg")
|
|
background-size: 100% 150%
|
|
background-position: 99% 100%
|
|
background-repeat: no-repeat
|
|
overflow: hidden
|
|
margin-top: 3px
|
|
border-color: darkred
|
|
border-width: 3px
|
|
border-style: solid
|
|
font-size: 20px
|
|
text-align: center
|
|
padding: 30px
|
|
box-shadow: -2px -2px 10px #bb9919, 2px 2px 10px #bb9919
|