Z14IT-CW2/main.css

57 lines
756 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-04-17 11:04:07 +00:00
font-size: 3vw;
2020-03-31 16:45:50 +00:00
font-family: neon80;
}
h2 {
font-family: neon80;
}
2020-04-17 10:57:32 +00:00
abbr .title {
2020-04-17 08:37:17 +00:00
border-bottom: none;
cursor: inherit;
text-decoration: none;
2020-04-17 07:24:14 +00:00
}
2020-04-17 09:57:35 +00:00
footer {
background-color: #0d0d0d;
padding-top: 25px;
padding-bottom: 100px;
text-align: center;
2020-04-17 09:57:35 +00:00
clear: both;
2020-03-31 16:45:50 +00:00
}
2020-04-17 09:57:35 +00:00
footer a {
color: white;
text-decoration: none;
text-align: center;
2020-04-12 13:26:20 +00:00
}
2020-04-12 13:26:20 +00:00
.uniLogo {
float: right;
2020-04-17 09:57:35 +00:00
}
.anchor {
font-size: 4vw;
2020-04-17 10:15:06 +00:00
}
.reference {
font-size: 0.125em;
2020-03-31 13:16:15 +00:00
}