Add profile picture
This commit is contained in:
parent
4e631ef4f3
commit
7b6d7d86db
3 changed files with 10 additions and 0 deletions
BIN
images/caesar.jpg
Normal file
BIN
images/caesar.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7 KiB |
|
|
@ -9,6 +9,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>Caesar Schinas</h1>
|
||||
<img class="profile" src="./images/caesar.jpg" width="160" height="160" />
|
||||
<p class="ipa" lang="en-fonipa">/ ˈsiːzə ˈskɪnəs /</p>
|
||||
<p class="dfn">Sailor; programmer; web designer; publisher.</p>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ body {
|
|||
margin: auto;
|
||||
padding: 2em;
|
||||
font-size: 20px;
|
||||
line-height: 1.5em;
|
||||
color: #444;
|
||||
}
|
||||
h1, p {
|
||||
|
|
@ -31,6 +32,14 @@ h1, .ipa {
|
|||
margin: 0 0 0 1em;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
img.profile {
|
||||
float: right;
|
||||
height: 5em;
|
||||
width: 5em;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
.contact {
|
||||
list-style-type: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue