Z14IT-CW2/about/about_assets/about.css

65 lines
680 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;
}
#jkillen {
padding-left: 8px;
}
#uniContent:after {
content: "+"
}
#siteContent {
padding-bottom: 2em
}
.headImg {
background-image: url(internet.png);
width: 100%;
background-repeat: no-repeat;
}
h1 {
padding-bottom: 14.5em;
}