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

66 lines
971 B
CSS
Raw Permalink Normal View History

2018-01-25 03:34:07 -06:00
@charset "UTF-8";
body {
margin: auto;
2018-01-25 03:34:07 -06:00
font-family: sans-serif;
background-color: #55f;
background-image: url("https://static.pexels.com/photos/375732/pexels-photo-375732.jpeg");
2018-01-25 03:34:07 -06:00
}
header {
position: relative;
2018-01-25 03:34:07 -06:00
top: 0;
right: 0;
left: 0;
color: #999999;
background-color: #292929;
border-color: #101010;
border-style: solid;
border-width: 0;
border-bottom-width: 1px;
}
.content {
margin: auto;
padding: 25px;
}
.title {
left: auto;
right: auto;
}
.centered {
margin-left: auto;
margin-right: auto;
padding-left: 100px;
padding-right: 100px;
padding-top: 20px;
padding-bottom: 20px;
}
.centered-text {
margin: auto;
padding: auto;
text-align: center;
2018-01-25 03:34:07 -06:00
}
.image-container {
margin: auto;
padding: auto;
2018-01-25 03:34:07 -06:00
}
.image-container img {
background: #fff;
padding: 5px;
margin: auto;
2018-01-25 06:43:39 -06:00
margin-top: 50px;
2018-01-25 03:34:07 -06:00
}
2018-01-25 06:43:39 -06:00
.video {
background: #fff;
padding: 5px;
margin: auto;
padding: auto;
transform: scale(0.75);
}