Skip to content

Instantly share code, notes, and snippets.

@mangangreg
Created August 12, 2018 00:10
Show Gist options
  • Save mangangreg/eae9d0e196633f2ee20e67e84ad16de6 to your computer and use it in GitHub Desktop.
Save mangangreg/eae9d0e196633f2ee20e67e84ad16de6 to your computer and use it in GitHub Desktop.
greg_website
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet" type="text/css">
<html>
<body>
<h1>
Greg Mangan
</h1>
<div>
Links
</div>
<div>
<ul>
<li>
<a href="https://www.instagram.com/mngngrg/">Instagram </a>
</li>
<li>
<a href="https://github.com/mangangreg">GitHub </a>
</li>
</ul>
</div>
</body>
</html>
body{
background-color:grey;
font-family:cutive mono;
}
h1{
text-transform:uppercase;
font-size:100px;
background-color:white;
font-weight:lighter;
}
h1:hover{
color:orange;
}
ul{
list-style:none;
}
li{
background-color:white;
margin-bottom:5px;
}
a{
font-family:monospace;
font-size:30px;
}
a:link{
color:black;
}
a:hover{
color:orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment