-
-
Save DpsRager/c7937954bf209123868a0916f3c67e3d to your computer and use it in GitHub Desktop.
portfolio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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