Z14IT-CW2/main.css

45 lines
564 B
CSS
Raw Normal View History

2020-03-31 16:45:50 +00:00
@font-face {
font-family: "Neon80";
src: url(sitewide_assets/fonts/neon80/neon.ttf);
}
@font-face {
font-family: "Arvo";
src: url(sitewide_assets/fonts/arvo/arvo-regular.ttf);
}
body {
background-color: #404040;
font-family: arvo;
}
2020-03-31 13:16:15 +00:00
h1 {
2020-03-31 16:45:50 +00:00
font-family: neon80;
}
h2 {
font-family: neon80;
}
p {
font-size: 18px;
}
.footer {
background-color: #0d0d0d;
padding-top: 25px;
padding-bottom: 100px;
text-align: center;
2020-03-31 16:45:50 +00:00
}
.footer a {
color: white;
text-decoration: none;
text-align: center;
2020-03-31 13:16:15 +00:00
}