42 lines
418 B
CSS
42 lines
418 B
CSS
article img {
|
|
border: 4px solid #f2f2f2;
|
|
}
|
|
|
|
.imgLeft {
|
|
float: left;
|
|
}
|
|
|
|
|
|
.imgRight {
|
|
float: right;
|
|
}
|
|
|
|
.aboutTitle {
|
|
font-family: neon80;
|
|
font-size: 0.5em
|
|
}
|
|
|
|
.aboutContent {
|
|
font-size: 0.25em;
|
|
}
|
|
|
|
p {
|
|
font-size: 0.25em
|
|
}
|
|
|
|
p .aboutContent {
|
|
font-size: 1em;
|
|
}
|
|
|
|
p .aboutTitle {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.nextLine {
|
|
clear: both;
|
|
}
|
|
|
|
summary {
|
|
list-style-type: none;
|
|
cursor: pointer;
|
|
} |