This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
portfoliosketchpine64backup/main.css

49 lines
688 B
CSS
Raw Normal View History

2018-01-25 03:34:07 -06:00
@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;
}