Skip to content

Instantly share code, notes, and snippets.

@DpsRager
Created November 27, 2016 02:09
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 DpsRager/c7937954bf209123868a0916f3c67e3d to your computer and use it in GitHub Desktop.
Save DpsRager/c7937954bf209123868a0916f3c67e3d to your computer and use it in GitHub Desktop.
portfolio
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet" type="text-css">
.header {
font-size:40px;
margin:0;
display:inline;
}
body {
background: rgb(66, 134, 244);
font-size:20px;
font-family:Arial,sans-serif;
margin:0;
}
.Resume{
font-size:20px;
margin:0;
}
nav ul{
margin:0;
display:inline;
}
nav ul li{
display: inline-block;
list-style-type: none;
background-color: black;
}
nav ul li a {
color:white;
padding: 5px 15px;
}
<nav>
<head><title>my page</title>
</head>
<body> <h1 align="left" class="header"><strong><em>Christopher Khut</strong></em></h1>
</body>
<h2 align="left" class="Resume"><strong><br> Resume & portfolio</strong></h2>
<p> I am currently self teaching myself
HTML,CSS and Jquery </p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
<div class="row">
<div class="col">col1</div>
<div class="col">col2</div>
<div class="col">col3</div>
</div>
<footer>me 2013</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment