Z14IT-CW2/about/about_assets/about.css

22 lines
231 B
CSS
Raw Normal View History

2020-04-17 09:15:15 +00:00
article img {
2020-04-17 08:47:05 +00:00
border: 4px solid #f2f2f2;
2020-04-17 09:35:01 +00:00
float: left;
2020-04-17 08:47:05 +00:00
}
2020-04-17 09:01:08 +00:00
article {
font-size: 4vw;
}
2020-04-17 09:50:43 +00:00
p {
font-size: 0.25em
2020-04-17 09:12:28 +00:00
}
2020-04-17 09:50:43 +00:00
p .aboutContent {
font-size: 1em;
2020-04-17 08:47:05 +00:00
}
2020-04-17 09:50:43 +00:00
p .aboutTitle {
2020-04-17 08:47:05 +00:00
font-family: neon80;
2020-04-17 09:50:43 +00:00
font-size: 2em;
2020-04-17 09:01:08 +00:00
}