Add files via upload

master
Gerold55 2018-04-04 19:57:12 -04:00 committed by GitHub
parent 290181b68d
commit 202a87975b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 14 deletions

View File

@ -6,7 +6,8 @@
header
{
height: 10xh;
height: auto;
overflow: auto;
background-size: cover;
background-position: center;
}
@ -15,7 +16,7 @@ header
{
float: right;
list-style: none;
margin-top: 30px;
margin: 40px 16px 0px 0px;
}
.main-nav li
@ -30,6 +31,7 @@ header
padding: 5px 20px;
font-family: "Roboto", sans-serif;
font-size: 15px;
border: 1px solid transparent;
}
.main-nav li.active a
@ -41,12 +43,16 @@ header
{
border: 1px solid black;
}
.logo img
{
.logo {
display: inline-block;
width: 100px;
height: auto;
float: left;
position: relative;
}
.logo img
{
width: 100%;
height: auto;
}
body
@ -60,7 +66,14 @@ body
margin: auto;
}
.hero
.team
{
position: absolute;
width: 1200px;
margin-left: 100px;
}
.cr
{
position: absolute;
width: 1200px;
@ -72,7 +85,7 @@ h1
color: black;
text-transform: uppercase;
font-size: 70px;
margin-top: 200px;
margin-top: 75px;
}
p, br

View File

@ -10,15 +10,15 @@
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li class="active"><a href="team.html">TEAM</a></li>
</ul>
</div>
<div class="hero">
<li><a href="contact.html">CONTACT US</a></li>
</nav>
</header>
<div class="team">
<h1>Our Team</h1>
<p><br>Scarecröwman <em>(classified)</em>: Fearless Leader and founder of Qub³d</br>
<br>toby109tt (Toby plowy): Lead Graphics Tamer and founder of Qub³d</br>
@ -28,6 +28,5 @@
<br>SonosFuer (Austin): Documentor</br>
<br>...and many more!</br></p>
</div>
</header>
</body>
</html>