fix font size and spacing

This commit is contained in:
Jörg Thalheim 2012-07-26 18:35:25 +02:00
parent c9789dc60d
commit c8cf105234
2 changed files with 13 additions and 11 deletions

View File

@ -7,15 +7,18 @@
</head>
<body>
<p>
<div class="headline">
<h1> albert.schulz <font color="#005EA9"> // iOS Developer</font></h1>
</div>
</p>
<div class="headline">
albert.schulz <font color="#005EA9"> // iOS Developer</font>
</div>
<div class="subtitle">
XCode | Objective-C | PHP | MySQL | Java | Redis<br>
Node.js | JavaScript | Ruby | SQLite | Photoshop
</div>
<p>
<div class="subtitle">
XCode | Objective-C | PHP | MySQL | Java | Redis<br>
Node.js | JavaScript | Ruby | SQLite | Photoshop
</div>
</p>
<ul class="gallery">
<li>

View File

@ -37,14 +37,13 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', end
p {
padding-bottom: 22px;
font-family: cool_font;
}
div.headline {
padding-top: 100px;
font-size: 60 px;
font-size: 2em;
text-align: center;
color: #4A4A4A;
@ -53,7 +52,7 @@ div.headline {
div.subtitle {
padding-top: 80px;
text-align: center;
font-size: 30 px;
font-size: 1.5em;
line-height: 1.1;
color: #4A4A4A;