Spiced up web/index.html ;)
Working on other pages styling
This commit is contained in:
parent
c79489c4cf
commit
4ec9725813
2 changed files with 20 additions and 10 deletions
|
@ -1,4 +1,7 @@
|
||||||
marquee {
|
h1 {
|
||||||
background-color: black;
|
font-size: 75px;
|
||||||
color:white;
|
}
|
||||||
|
|
||||||
|
.intro {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,12 +8,19 @@
|
||||||
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
|
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<marquee id="status">Angular.js Status: <span ng-bind="test" style="color:red" id="result">Failed!</span></marquee>
|
<div class="ui inverted menu" style="margin: 3em; background-color: #FA6900;">
|
||||||
<ul>
|
<a class="item" href="./">Home</a>
|
||||||
<li><a href="./">Home</a></li>
|
<a class="item" href="./about.html">About</a>
|
||||||
<li><a href="./about.html">About</a></li>
|
<a class="item" href="./register.html">Register</a>
|
||||||
<li><a href="./login.html">Login</a></li>
|
<div class="right menu">
|
||||||
<li><a href="./register.html">Register</a></li>
|
<a class="item" href="./login.html">Login</a>
|
||||||
</ul>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue