{dev}Osan Official Website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dev-osan.github.io/styles.css

68 lines
845 B

.above-the-fold {
height: 100vh;
background-image: url("img/devOsan_noLogo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-top: 3em;
}
#announcement-card-link {
text-decoration: none;
color: black;
}
.name-slogan {
text-align: center;
}
h1 {
font-size: 5em;
}
h4 {
font-size: 1.8em;
}
.rightalign {
text-align: right;
}
.visionstatement {
text-align: center;
font-style: italic;
}
.wingdings-image {
font-family: "Wingdings";
font-size: 96px;
color: #040;
width: 120px;
}
.webdings-image {
font-family: "Webdings";
font-size: 96px;
color: #040;
width: 120px;
}
.info-display {
padding-top: 16px;
}
.info-header {
font-size: 48px;
}
.info-header-sm {
padding-left: 12px;
}
.answer {
margin-left: 10px;
}
.spacer {
height: 64px;
}