Skip to content

Instantly share code, notes, and snippets.

@hpierre74
Last active January 17, 2017 12:54
Show Gist options
  • Save hpierre74/643b5f21decc86222fe9f46f7346acf1 to your computer and use it in GitHub Desktop.
Save hpierre74/643b5f21decc86222fe9f46f7346acf1 to your computer and use it in GitHub Desktop.
3wa mod3 css test
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>ice</title>
</head>
<body>
<h1>!</h1>
</body>
</html>
body
{
background-color: #cdc9c1;
background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png");
display: block;
text-align: center;
max-width: 750px;
margin: 0 auto;
}
header {
background-color: ##B8CB21
font-family: 'Oswald', sans-serif;
}
nav {
display: float;
}
@JonasKabalo
Copy link

                             <nav>
				<a href="https://3wa.fr/">LOCATION</a>
				<a href="https://3wa.fr/">ABOUT US</a>
				<a href="https://3wa.fr/">CONTACT</a>
			</nav>
			<div class="clearfix"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment