You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
1.8 KiB
CSS
137 lines
1.8 KiB
CSS
12 months ago
|
/*CSS Reset*/
|
||
|
/*
|
||
|
MEMBER 1
|
||
|
*/
|
||
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
font-family: "Open Sans", sans-serif;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
color: white;
|
||
|
padding: 10px;
|
||
|
width: 9rem;
|
||
|
font-size: 15px;
|
||
|
font-weight: bold;
|
||
|
border-color: transparent;
|
||
|
border-radius: 25px;
|
||
|
background-color: #c2195b;
|
||
|
}
|
||
|
/*
|
||
|
MEMBER 2
|
||
|
*/
|
||
|
nav {
|
||
|
padding: 10px;
|
||
|
position: sticky;
|
||
|
top: 0px;
|
||
|
z-index: 1;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.right-nav {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
display: inline;
|
||
|
margin: 10px;
|
||
|
}
|
||
|
|
||
|
nav, .nav-logo {
|
||
|
margin: 10px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
MEMBER 3
|
||
|
*/
|
||
|
#logo {
|
||
|
padding-top: .5rem;
|
||
|
padding-left: .5rem;
|
||
|
}
|
||
|
#nav-button {
|
||
|
background-color: #c2195b;
|
||
|
}
|
||
|
|
||
|
#bg-image {
|
||
|
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://d3ojsfl21hfxhc.cloudfront.net/assets/zuitt/programdetails2_w.jpg);
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
background-position: center;
|
||
|
padding-top: 100px;
|
||
|
padding-bottom: 74px;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/*
|
||
|
MEMBER 4
|
||
|
*/
|
||
|
.container{
|
||
|
text-align: right;
|
||
|
width: 40%;
|
||
|
position: relative;
|
||
|
left: 55%;
|
||
|
|
||
|
}
|
||
|
.title{
|
||
|
font-family: Zilla Slab;
|
||
|
font-size: 42px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.subtitle {
|
||
|
margin-top: 25px;
|
||
|
font-family: 25px;
|
||
|
width: 75%;
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
#apply-button {
|
||
|
margin-top: 15px;
|
||
|
background-color:#c2195b;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
MEMBER 5
|
||
|
*/
|
||
|
#main {
|
||
|
padding-top: 50px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.title-2 {
|
||
|
padding-top: 25px;
|
||
|
font-family: 'Zilla Slab', serif;
|
||
|
font-size: 25px;
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
|
||
|
#description {
|
||
|
margin-top:50px;
|
||
|
margin-bottom: 50px;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
#book-description {
|
||
|
margin-top:50px;
|
||
|
margin-bottom: 50px;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
margin-top: 50px;
|
||
|
padding: 25px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
footer span {
|
||
|
margin-right: 10px;
|
||
|
margin-left: 10px;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
#book-button {
|
||
|
background-color: #336589;
|
||
|
}
|