Changed some styles

This commit is contained in:
greg 2015-09-07 23:58:54 -07:00
parent 04c8902d42
commit 851aa7874d
1 changed files with 10 additions and 4 deletions

View File

@ -5,6 +5,12 @@
<meta charset='utf-8'/> <meta charset='utf-8'/>
<style type='text/css' media='screen'> <style type='text/css' media='screen'>
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 {
font-family: Ubuntu;
}
#main { #main {
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
@ -14,7 +20,7 @@
body { body {
background-color:#2B2B4D; background-color:#2B2B4D;
color: white; color: white;
font-family: Tahoma; font-family: Ubuntu;
} }
b { b {
@ -31,7 +37,7 @@
} }
li { li {
font-family: Helvetica; font-family: Ubuntu;
margin-bottom:10px; margin-bottom:10px;
} }
a.codeLink { a.codeLink {
@ -46,9 +52,9 @@
</style> </style>
</head> </head>
<body> <body>
<div id='main'> <div id='main'>
<h1>Greg Shuflin</h1> <h1>Greg Shuflin</h1>
Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code> <p>Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code>
<h2>Developer Portfolio</h2> <h2>Developer Portfolio</h2>
<p>These are a few software projects I have worked on, either for a <p>These are a few software projects I have worked on, either for a
class or independently, that I think are particularly interesting. class or independently, that I think are particularly interesting.