Difference between revisions of "Team:CU-Boulder"

(Replaced content with " {{Team:CU-Boulder/Templates/Navigation}} <html> </html>")
Line 3: Line 3:
  
 
<html>
 
<html>
 +
 +
<style>
 +
 +
 +
#page {
 +
  position:absolute;
 +
  top:0;
 +
  left:0;
 +
  right:0;
 +
}
 +
 +
section {
 +
  height:100vh;
 +
  position:relative;
 +
  display:flex;
 +
  align-items:center;
 +
  justify-content:center;
 +
  background-color: black;
 +
}
 +
section > divOne {
 +
  padding-left: 30px;
 +
  padding-right: 30px;
 +
  padding-bottom: 10px;
 +
  padding-top: 10px;
 +
  font-size: 60px;
 +
  font-family: inconsolata, sans-serif;
 +
  font-weight:bold;
 +
  border: solid;
 +
  border-color: white;
 +
  color:#FFF;
 +
  text-align:center;
 +
  animation-name: fade-in;
 +
  animation-duration: 10s;
 +
}
 +
 +
</style>
 +
 +
<body>
 +
 +
 +
<divTwo id="page">
 +
  <section class="one">
 +
    <!--This is the title box -->
 +
    <divOne>   
 +
      <span style="color: red"><b>&mu;</b>        </span>
 +
      s t o r a g e
 +
    </divOne>
 +
    <divTwo class="next">. . . </divTwo>
 +
  </section>
 +
 +
</body>
  
 
</html>
 
</html>

Revision as of 16:17, 16 August 2017

μ s t o r a g e . . .