Z14IT-CW2/about/about_assets/about.css

65 lines
680 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
}
.imgLeft {
2020-04-17 09:35:01 +00:00
float: left;
2020-04-17 08:47:05 +00:00
}
2020-04-17 10:09:29 +00:00
.imgRight {
float: right;
}
2020-04-17 09:58:15 +00:00
.aboutTitle {
2020-04-17 09:59:11 +00:00
font-family: neon80;
2020-04-17 09:57:35 +00:00
font-size: 0.5em
2020-04-17 09:01:08 +00:00
}
2020-04-17 10:15:06 +00:00
.aboutContent {
font-size: 0.25em;
2020-04-17 10:12:31 +00:00
}
2020-04-17 09:50:43 +00:00
p {
font-size: 0.25em
2020-04-17 09:12:28 +00:00
}
2020-04-17 09:50:43 +00:00
p .aboutContent {
font-size: 1em;
2020-04-17 08:47:05 +00:00
}
2020-04-17 09:50:43 +00:00
p .aboutTitle {
font-size: 2em;
2020-04-17 09:01:08 +00:00
}
2020-04-17 10:25:23 +00:00
.nextLine {
clear: both;
2020-04-17 10:33:15 +00:00
}
2020-04-17 10:41:04 +00:00
summary {
list-style-type: none;
cursor: pointer;
2020-04-17 10:43:13 +00:00
}
#jkillen {
padding-left: 8px;
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:14:43 +00:00
.headImg {
2020-04-17 11:13:08 +00:00
background-image: url(internet.png);
width: 100%;
background-repeat: no-repeat;
2020-04-17 11:09:17 +00:00
}
2020-04-17 11:17:23 +00:00
h1 {
2020-04-17 11:19:00 +00:00
padding-bottom: 14.5em;
2020-04-17 11:17:23 +00:00
}