fix font size and spacing
This commit is contained in:
parent
c9789dc60d
commit
c8cf105234
@ -7,15 +7,18 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<p>
|
||||||
|
<div class="headline">
|
||||||
|
<h1> albert.schulz <font color="#005EA9"> // iOS Developer</font></h1>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="headline">
|
<p>
|
||||||
albert.schulz <font color="#005EA9"> // iOS Developer</font>
|
<div class="subtitle">
|
||||||
</div>
|
XCode | Objective-C | PHP | MySQL | Java | Redis<br>
|
||||||
|
Node.js | JavaScript | Ruby | SQLite | Photoshop
|
||||||
<div class="subtitle">
|
</div>
|
||||||
XCode | Objective-C | PHP | MySQL | Java | Redis<br>
|
</p>
|
||||||
Node.js | JavaScript | Ruby | SQLite | Photoshop
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="gallery">
|
<ul class="gallery">
|
||||||
<li>
|
<li>
|
||||||
|
@ -37,14 +37,13 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', end
|
|||||||
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
padding-bottom: 22px;
|
|
||||||
font-family: cool_font;
|
font-family: cool_font;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.headline {
|
div.headline {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
font-size: 60 px;
|
font-size: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #4A4A4A;
|
color: #4A4A4A;
|
||||||
|
|
||||||
@ -53,7 +52,7 @@ div.headline {
|
|||||||
div.subtitle {
|
div.subtitle {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 30 px;
|
font-size: 1.5em;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
color: #4A4A4A;
|
color: #4A4A4A;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user