Skip to content

Instantly share code, notes, and snippets.

@eharris99
Created May 19, 2016 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eharris99/1e987fad27aef62923067faf8308f4b9 to your computer and use it in GitHub Desktop.
Save eharris99/1e987fad27aef62923067faf8308f4b9 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="main.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Oswald:700,400,300' rel='stylesheet' type='text/css'>
<title>Laura Sabater</title>
</head>
<body>
<div id="bg">
<div class="nav">
<ul>
<li><a href="/pages /about.html">about</a></li>
<li><a href="/pages /resume.html">resume</a></li>
<li><a href="/pages /portfolio.html">portfolio</li></a>
<li>
<a href="/contact.html"></li>contact</a>
</ul>
</div>
</div>
</body>
</html>
body,html {
margin:0;
padding:0;
}
.nav, ul {
margin:0;
padding:0;
}
#bg {
background:url("https://upload.wikimedia.org/wikipedia/commons/6/67/Inside_the_Batad_rice_terraces.jpg") no-repeat center center;
background-size:cover;
height:700px;
margin:0;
}
#bg li {
margin:0;
display: inline;
padding: 0px 15px;
}
a {
font-family: courier new;
color: black;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: deeppink;
}
@media (max-width: 600px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment