View Better CSS
/* Nav Bar */ | |
nav li ul { | |
float: right; | |
width: 100%; | |
position: fixed; | |
letter-spacing: 0.05em; | |
font-family: 'Josefin Sans', serif; | |
color: #FAFFFF; | |
z-index: 5; | |
display: inline-block; |
View Contact details
<!doctype html> | |
<html lang ="en"> | |
<head> | |
<meta charset = "utf-8"> | |
<link href="css/contact_style.css" rel="stylesheet"> | |
<link href="css/normalize.css" rel="stylesheet"> | |
<title>Contact Ahn Bustamante</title> | |
<!--[if lt IE 9]> | |
<script src = "dist/html5shiv.js"></script> |
View About
<!doctype html> | |
<html lang ="en"> | |
<head> | |
<meta charset = "utf-8"> | |
<link href="css/about_styles.css" rel="stylesheet"> | |
<title>About Ahn Bustamante</title> | |
<!--[if lt IE 9]> | |
<script src = "dist/html5shiv.js"></script> |
NewerOlder