Skip to content

Commit

Permalink
better than using cursive font, and highlight my name
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 10, 2010
1 parent ba5b1b8 commit 6066b89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -14,10 +14,10 @@
<!-- Super cool layout inspired by http://trentwalton.com/2010/04/06/css3-background-clip-font-face/ --> <!-- Super cool layout inspired by http://trentwalton.com/2010/04/06/css3-background-clip-font-face/ -->
<div id="container"> <div id="container">
<div class="main"> <div class="main">
<div class="name">My name is Chris Oliver and I'm a software</div> <div class="name">My name is <span>Chris Oliver</span> and I'm a software</div>
<div class="dev"><a href="http://github.com/excid3">developer</a></div> <div class="dev"><a href="http://github.com/excid3">developer</a></div>
<span class="line-left"></span><div class="itworked">&amp; love to</div><span class="line-right"></span> <span class="line-left"></span><div class="itworked">&amp; love to</div><span class="line-right"></span>
<div class="hoo">create!</div> <div class="hoo"><a href="/blog/projects">create!</a></div>
<div class="view"> <div class="view">
<a href="http://excid3.com/blog">View my blog</a> <a href="http://excid3.com/blog">View my blog</a>
&bull; &bull;
Expand All @@ -42,4 +42,4 @@
</script> </script>


</body> </body>
</html> </html>
6 changes: 4 additions & 2 deletions style.css
Expand Up @@ -45,7 +45,9 @@ a:hover {
src: local('League Gothic Regular'), url('League Gothic.otf') format('opentype'); src: local('League Gothic Regular'), url('League Gothic.otf') format('opentype');
} }



span {
color: #dddddd;
}
.name { .name {
font-size: 50px; font-size: 50px;
} }
Expand All @@ -55,7 +57,7 @@ a:hover {
line-height: 1; line-height: 1;
} }
.itworked { .itworked {
font: italic 60px/0 cursive; font: italic 60px/0 ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
text-transform: lowercase; text-transform: lowercase;
margin-bottom: 12px; margin-bottom: 12px;
margin-top:12px; margin-top:12px;
Expand Down

0 comments on commit 6066b89

Please sign in to comment.