Difference between revisions of "Team:iTesla-SoundBio/design"

Line 2: Line 2:
  
 
<style>
 
<style>
/*this page specific!*/
+
<!-- I do it twice to run once so the page loading animation gets correct styling the first run -->
 
h1 {
 
h1 {
 
     font: 600 1.5em/1 'Raleway', sans-serif;
 
     font: 600 1.5em/1 'Raleway', sans-serif;

Revision as of 07:34, 26 August 2018

<style> h1 {

   font: 600 1.5em/1 'Raleway', sans-serif;
   color: rgba(0,0,0,.5);
   text-align: center;
   text-transform: uppercase;
   letter-spacing: .5em;
   top: 25%;
   width: 100%;

padding-top: 50px;

       padding-bottom: 50px;

} span, span:after {

   font-weight: 900;
   color: #efedce;
   white-space: nowrap;
   display: inline-block;
   letter-spacing: .1em;
   padding: .2em 0 .25em 0;

}

span {

   font-size: 4em;
   z-index: 100;
   text-shadow: .04em .04em 0 #9cb8b3;

}

span:after {

   content: attr(data-shadow-text);
   color: rgba(0,0,0,.35);
   text-shadow: none;
   position: absolute;
   left: .0875em;
   top: .0875em;
   z-index: -1;
   -webkit-mask-image: url(mask.png);

}

</style> <body>

We are sorry but our page is
Under Construction
Please check back later

</body> </html>