fix font size and spacing
This commit is contained in:
parent
c9789dc60d
commit
c8cf105234
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user