Z14IT-CW2/contact/contact_assets/contact.css

20 lines
208 B
CSS
Raw Normal View History

2020-04-17 08:09:28 +00:00
h1 {
2020-04-17 08:13:11 +00:00
padding-left: 8px;
2020-04-17 08:20:54 +00:00
}
.profile {
2020-04-17 08:32:38 +00:00
border: 4px solid #f2f2f2;
2020-04-17 08:37:17 +00:00
}
.bio {
font-size: 4vw;
}
.bioContent {
2020-04-17 08:39:39 +00:00
font-size: 0.125em;
2020-04-17 08:37:17 +00:00
}
.bioTitle {
2020-04-17 08:38:24 +00:00
font-family: neon80;
2020-04-17 08:39:39 +00:00
font-size: 0.25em;
2020-04-17 08:09:28 +00:00
}