Line 82: | Line 82: | ||
<!-- ******************** HTML START ******************** --> | <!-- ******************** HTML START ******************** --> | ||
− | + | <html> | |
<header> | <header> | ||
<div class="header-content"> | <div class="header-content"> |
Revision as of 17:57, 10 October 2018
<style> /******************** HEADER, LANDING PAGE********************/ header {
background: linear-gradient(to bottom right, #862d21, #FC6C58); background-attachment: fixed; height: 950px;
}
.team-page-header {
height: 300px;
}
/* Header image */ .header-content {
margin: 0 auto; padding: 150px; text-align: center;
}
.header-content img {
height: 500px;
}
/* Bottom to content */ .scroll-to-content {
display: block; margin: 0 auto; text-align: center;
}
.scroll-to-content a {
color: rgba(255, 255, 255, 0.60); font-size: 60px;
}
.scroll-to-content a:hover {
color: #fff;
}
/* Content */
- content-wrapper {
padding: 75px 0;
}
- content-wrapper p {
border-bottom: 1px solid #cacaca; padding-bottom: 10px;
}
- content-wrapper .fas {
margin-left: 5px;
}
.content-page {
padding: 75px 0;
}
.content-page h1 {
padding: 0 0 10px 0; margin: 0;
}
.btn {
background-color: white; margin: 0; padding: 0; color: #FC6C58;
}
.btn:hover {
color: #862d21;
}
.bottom-cards p {
padding: 25px 0 10px 0; width: 300px;
}
</style>