You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/main.css

49 lines
815 B

body {
font-size: 14px;
font-family: verdana, sans-serif;
line-height: 21px;
background-color: #fff;
margin: 0px;
padding: 0px;
color: #212121; }
.content {
max-width: 700px;
margin: 0px auto;
padding: 1% 5% 5% 5%;
background-color: #fff; }
.content {
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
a {
color: #069;
text-decoration: none;
border-bottom: 1px dotted #fff; }
a:hover {
border-bottom: 1px dotted #069; }
h1, h2, h3, h4, h5, h6 {
font-weight: normal; }
.footer {
text-align: center;
padding: 2% 0px;
opacity: 0.5; }
h1 {
font-size: 38px;
line-height: 57px;
margin-top: 28.5px; }
h2 {
margin-top: 23.75px;
line-height: 38px;
font-size: 23.75px; }
h3, h4 {
font-size: 20.9px;
line-height: 24.7px; }
/*# sourceMappingURL=main.css.map */