Z14IT-CW2/about/about_assets/about.css

53 lines
583 B
CSS

article img {
border: 4px solid #f2f2f2;
}
summary {
list-style-image: none;
cursor: pointer;
}
details[open] summary {
list-style-image: none;
}
.imgLeft {
float: left;
margin-right: 0.4em;
}
.imgRight {
float: right;
}
.nextLine {
clear: both;
}
.headImg {
background-image: url(internet.png);
padding-bottom: 25em;
}
#jkillen {
padding-left: 0.25em;
}
#uniContent:after {
content: "+";
}
details[open] #uniContent:after {
content: "-"
}
#siteContent {
padding-bottom: 2em
}
#webTitle {
padding-top: none;
}