diff --git a/images/caesar.jpg b/images/caesar.jpg new file mode 100644 index 0000000..54c2d60 Binary files /dev/null and b/images/caesar.jpg differ diff --git a/index.html b/index.html index 86e9928..c50f3cd 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

Caesar Schinas

+

/ ˈsiːzə ˈskɪnəs /

Sailor;  programmer;  web designer;  publisher.

diff --git a/style.css b/style.css index 133fbbe..50a31b4 100644 --- a/style.css +++ b/style.css @@ -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;