34 lines
326 B
CSS
34 lines
326 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;
|
|
}
|