Difference between revisions of "Team:Marburg/Template"

(Created page with "{{Marburg}} <html> <style> .box-dark { background-color: #3d404d; min-height: 30vh; box-shadow: 1px 1px 40px black; margin-left: -10vw; wid...")
 
 
Line 1: Line 1:
 
{{Marburg}}
 
{{Marburg}}
 
<html>
 
<html>
  <style>
 
    .box-dark {
 
      background-color: #3d404d;
 
      min-height: 30vh;
 
      box-shadow: 1px 1px 40px black;
 
      margin-left: -10vw;
 
      width: 120vw;
 
      position: relative;
 
      z-index: 2;
 
      display: flex;
 
      flex-direction: column;
 
      align-items: center;
 
      transform: rotate(355deg);
 
      justify-content: center;
 
      margin-top: -12vh;
 
    }
 
 
    .heading {
 
      color: #f5f5f5;
 
      text-align: center;
 
      font-size: 1.75em;
 
      width: fit-content;
 
      margin-top: 25px;
 
      margin-bottom: unset !important;
 
      transform: rotate(-355deg);
 
    }
 
 
    .line {
 
      border-top: 2px solid #f5f5f5;
 
      background-color: #f5f5f5;
 
      border-width: 2px;
 
      display: block;
 
      width: 100px;
 
      margin-top: 25px;
 
      margin-bottom: unset;
 
      transform: rotate(-355deg);
 
    }
 
 
    .logo {
 
      width: 100px;
 
      height: 100px;
 
      position: absolute;
 
      bottom: -50px;
 
      transform: rotate(-355deg);
 
      margin-left: -10px;
 
    }
 
 
    .main {
 
      overflow-x: hidden;
 
    }
 
 
    @media (max-width: 810px) {
 
 
      .logo,
 
      .line,
 
      .heading {
 
        margin-left: -30px;
 
      }
 
 
      .line {
 
        margin: 1.5rem 0 !important;
 
        margin-left: -40px !important;
 
      }
 
    }
 
 
  </style>
 
 
   <div>
 
   <div>
 
     <div class="box-dark">
 
     <div class="box-dark">
Line 78: Line 12:
 
     </div>
 
     </div>
 
     <section style="margin-top: 11vh;">
 
     <section style="margin-top: 11vh;">
       <!--Add abstract like text here-->
+
       <!--TODO Add abstract like text here-->
 
     </section>
 
     </section>
 
     <hr>
 
     <hr>
Line 86: Line 20:
 
         <div class="sub-header">
 
         <div class="sub-header">
 
           <h1>
 
           <h1>
             <!--Title of first model-->
+
             <!--TODO Title of first model-->
 
           </h1>
 
           </h1>
 
           <hr>
 
           <hr>
Line 98: Line 32:
 
         <div class="sub-header">
 
         <div class="sub-header">
 
           <h1>
 
           <h1>
             <!--Title of second model-->
+
             <!--TODO Title of second model-->
 
           </h1>
 
           </h1>
 
           <hr>
 
           <hr>
Line 110: Line 44:
 
         <div class="sub-header">
 
         <div class="sub-header">
 
           <h1>
 
           <h1>
             <!--Title of third model-->
+
             <!--TODO Title of third model-->
 
           </h1>
 
           </h1>
 
           <hr>
 
           <hr>

Latest revision as of 13:41, 8 December 2019