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 10:09:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgLeft {
|
2020-04-17 09:35:01 +00:00
|
|
|
float: left;
|
2020-04-17 08:47:05 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 10:09:29 +00:00
|
|
|
|
|
|
|
|
.imgRight {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-17 09:58:15 +00:00
|
|
|
.aboutTitle {
|
2020-04-17 09:59:11 +00:00
|
|
|
font-family: neon80;
|
2020-04-17 09:57:35 +00:00
|
|
|
font-size: 0.5em
|
2020-04-17 09:01:08 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 10:15:06 +00:00
|
|
|
.aboutContent {
|
|
|
|
|
font-size: 0.25em;
|
2020-04-17 10:12:31 +00:00
|
|
|
}
|
|
|
|
|
|
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 {
|
|
|
|
|
font-size: 2em;
|
2020-04-17 09:01:08 +00:00
|
|
|
}
|
2020-04-17 10:25:23 +00:00
|
|
|
|
|
|
|
|
.nextLine {
|
|
|
|
|
clear: both;
|
2020-04-17 10:33:15 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 10:41:04 +00:00
|
|
|
summary {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
cursor: pointer;
|
2020-04-17 10:25:23 +00:00
|
|
|
}
|