Z14IT-CW2/about/about_assets/about.css

45 lines
447 B
CSS
Raw Normal View History

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
}
2020-04-17 11:21:40 +00:00
summary {
list-style-type: none;
cursor: pointer;
}
2020-04-17 10:09:29 +00:00
.imgLeft {
2020-04-17 09:35:01 +00:00
float: left;
2020-04-17 12:22:09 +00:00
margin-right: 0.4em;
2020-04-17 08:47:05 +00:00
}
2020-04-17 10:09:29 +00:00
.imgRight {
float: right;
}
2020-04-17 10:25:23 +00:00
.nextLine {
clear: both;
2020-04-17 10:33:15 +00:00
}
2020-04-17 11:21:40 +00:00
.headImg {
background-image: url(internet.png);
2020-04-17 10:43:13 +00:00
}
2020-04-17 11:58:36 +00:00
2020-04-17 10:43:13 +00:00
#jkillen {
2020-04-17 12:19:18 +00:00
padding-left: 0.25em;
2020-04-17 10:45:27 +00:00
}
#uniContent:after {
content: "+"
}
2020-04-17 11:01:26 +00:00
#siteContent {
2020-04-17 11:04:07 +00:00
padding-bottom: 2em
2020-04-17 11:01:26 +00:00
}
2020-04-17 11:21:40 +00:00
#webTitle {
padding-top: none;
2020-04-17 11:09:17 +00:00
}
2020-04-17 11:17:23 +00:00