Spiced up web/index.html ;)

Working on other pages styling
This commit is contained in:
Charles Truluck 2015-12-23 20:15:13 -05:00
parent c79489c4cf
commit 4ec9725813
2 changed files with 20 additions and 10 deletions

View file

@ -1,4 +1,7 @@
marquee {
background-color: black;
color:white;
h1 {
font-size: 75px;
}
.intro {
text-align: center;
}

View file

@ -8,12 +8,19 @@
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body>
<marquee id="status">Angular.js Status: <span ng-bind="test" style="color:red" id="result">Failed!</span></marquee>
<ul>
<li><a href="./">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./login.html">Login</a></li>
<li><a href="./register.html">Register</a></li>
</ul>
<div class="ui inverted menu" style="margin: 3em; background-color: #FA6900;">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
<div class="right menu">
<a class="item" href="./login.html">Login</a>
</div>
</div>
<div class="intro">
<center>
<h1 style="margin-bottom: -0.4em; font-size: 75px; color: #69D2E7;">EasyCTF</h1>
<h2 style="color: #A7DBDB;">Comming 2016</h2>
</center>
</div>
</body>
</html>