Add files via upload

master
Gerold55 2018-04-04 18:00:01 -04:00 committed by GitHub
parent 57a5df2a0d
commit 290181b68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 11 deletions

View File

@ -6,8 +6,7 @@
header
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(image.png);
height: 100vh;
height: 10xh;
background-size: cover;
background-position: center;
}
@ -26,7 +25,7 @@ header
.main-nav li a
{
color: white;
color: black;
text-decoration: none;
padding: 5px 20px;
font-family: "Roboto", sans-serif;
@ -35,12 +34,12 @@ header
.main-nav li.active a
{
border: 1px solid white;
border: 1px solid black;
}
.main-nav li a:hover
{
border: 1px solid white;
border: 1px solid black;
}
.logo img
@ -59,4 +58,26 @@ body
{
max-width: 1200px;
margin: auto;
}
.hero
{
position: absolute;
width: 1200px;
margin-left: 100px;
}
h1
{
color: black;
text-transform: uppercase;
font-size: 70px;
margin-top: 200px;
}
p, br
{
margin-left: 10px;
font-size: 20px;
font-family: "Roboto", sans-serif;
}

View File

@ -1,12 +1,12 @@
<html>
<head>
<title>Team | Qub3d Engine Group</title>
<link href="style.css" rel="stylesheet" type="text/css">
<title>Home | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="favicon.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
@ -17,8 +17,17 @@
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li class="active"><a href="team.html">TEAM</a></li>
</ul>
</div>
</header
<div class="hero">
<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>
<br>TMcSquared (Thomas): Lead Code Wrangler</br>
<br>NewbProgrammer101 (Jay): Repository Sentry</br>
<br>CodeMouse92 (Jason): Server Whisperer</br>
<br>SonosFuer (Austin): Documentor</br>
<br>...and many more!</br></p>
</div>
</header>
</body>
</html>