49 lines
688 B
CSS
49 lines
688 B
CSS
![]() |
@charset "UTF-8";
|
||
|
|
||
|
body {
|
||
|
font-family: sans-serif;
|
||
|
background-color: #55f;
|
||
|
//background-image: url("https://static.pexels.com/photos/375732/pexels-photo-375732.jpeg");
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
left: 0;
|
||
|
z-index: 1;
|
||
|
color: #999999;
|
||
|
background-color: #292929;
|
||
|
border-color: #101010;
|
||
|
border-style: solid;
|
||
|
border-width: 0;
|
||
|
border-bottom-width: 1px;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
margin: auto;
|
||
|
padding: 25px;
|
||
|
width: 900px;
|
||
|
height: 600px;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
left: auto;
|
||
|
right: auto;
|
||
|
}
|
||
|
|
||
|
.centered {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
#top-spacer {
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
.outer-slider-div {
|
||
|
display: block;
|
||
|
height: 300px;
|
||
|
max-height: 300px;
|
||
|
}
|