Skip to content

Instantly share code, notes, and snippets.

@Ahnita
Ahnita / Better CSS
Last active August 29, 2015 14:21
Index
/* 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;
@Ahnita
Ahnita / Contact details
Last active August 29, 2015 14:21
Contact
<!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>
@Ahnita
Ahnita / About
Last active August 29, 2015 14:21
About Ahn
<!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>