Z14IT-CW2/about/about_assets/about.css

25 lines
317 B
CSS
Raw Normal View History

2020-04-17 09:12:28 +00:00
details img {
2020-04-17 08:47:05 +00:00
border: 4px solid #f2f2f2;
2020-04-17 09:14:02 +00:00
align-content: 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:09:08 +00:00
text-align: right;
2020-04-17 09:01:08 +00:00
}
2020-04-17 09:12:28 +00:00
.aboutMe {
font-size: 4vw
}
2020-04-17 09:01:08 +00:00
.aboutContent {
font-size: 0.25em;
2020-04-17 09:09:08 +00:00
text-align: inherit;
2020-04-17 08:47:05 +00:00
}
2020-04-17 09:01:08 +00:00
.aboutTitle {
2020-04-17 08:47:05 +00:00
font-family: neon80;
font-size: 0.5em;
2020-04-17 09:09:08 +00:00
text-align: inherit;
2020-04-17 09:01:08 +00:00
}