Difference between revisions of "Team:Lund"

Line 1: Line 1:
{{Lund}}
 
 
<!-- ******************** STYLE START ******************** -->
 
<!-- ******************** STYLE START ******************** -->
 +
<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>
 +
 
<!-- ******************** HTML START ******************** -->
 
<!-- ******************** HTML START ******************** -->
 
<html>
 
<html>
Line 109: Line 188:
  
 
</html>
 
</html>
{{Lund/footer}}
 

Revision as of 18:03, 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 */

  1. content-wrapper {
 padding: 75px 0;

}

  1. content-wrapper p {
 border-bottom: 1px solid #cacaca;
 padding-bottom: 10px;

}

  1. 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>

iGEM Lund Logo Animation