Difference between revisions of "Team:Vilnius-Lithuania"

Line 2: Line 2:
 
{{Vilnius-Lithuania/main.css}}
 
{{Vilnius-Lithuania/main.css}}
 
<html>
 
<html>
 +
<style>
 +
  #container{
 +
        height: 100vh;
 +
        width: 100vw;
 +
        background-color:#121212
 +
  }
 +
  #title{
 +
        text-align: center;
 +
        color: #6281EF
 +
  }
 +
</style>
  
<p id="alert">This is styled with a CSS and JS template</p>
+
<div id="container">
<p id="alert2">This is styled with a JS file</p>
+
    <div id="title">
 +
          <h1>Under Construction</h1>
 +
          <h3>Coming soon</h1>
 +
    </div>
 +
</div>
  
<script type="text/javascript" src="https://2020.igem.org/wiki/index.php?title=Template:Vilnius-Lithuania/JS&action=raw&ctype=text/javascript"></script>
+
<!--<script type="text/javascript" src="https://2020.igem.org/wiki/index.php?title=Template:Vilnius-Lithuania/JS&action=raw&ctype=text/javascript"></script>-->
 
</html>
 
</html>

Revision as of 19:48, 20 July 2020

#container{ height: 100vh; width: 100vw; background-color:#121212 } #title{ text-align: center; color: #6281EF }

Under Construction

Coming soon