Difference between revisions of "Team:iTesla-SoundBio/Project/Parts"

(Created page with "parts")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
parts
+
{{iTesla-SoundBio}}
 +
<html>
 +
 
 +
<script>
 +
    $("#title").text("BioBricks")
 +
</script>
 +
<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(https://f.cl.ly/items/1t1C0W3y040g1J172r3h/mask.png);
 +
}
 +
 
 +
</style>
 +
<body>
 +
<h1>We are sorry but our page is<br><span data-shadow-text="Under Construction">Under Construction</span><br> Please check back later</h1>
 +
</body>
 +
</html>

Latest revision as of 06:54, 27 August 2018

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