diff --git a/src/_header.html b/src/_header.html index a3b445b..2c752b4 100644 --- a/src/_header.html +++ b/src/_header.html @@ -1,2 +1,13 @@ Mauri's website + +
+
+ me +
+ +
diff --git a/src/img/me.jpg b/src/img/me.jpg new file mode 100644 index 0000000..89309b5 Binary files /dev/null and b/src/img/me.jpg differ diff --git a/src/styles.css b/src/styles.css index 18588fd..f34356c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -61,3 +61,46 @@ footer p { margin: 0px; font-size: 1em; } + +/* Header style */ +#thumb { + position: absolute; + border-radius: 50%; + max-height: 80%; + max-width: 80%; + width: auto; + height: auto; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; +} + +#thumb-container { + position: relative; + height: 80px; + width: 80px; + float: left; + padding-right: 40px; +} + +#links { + float: left; + overflow: hidden; +} + +#links a { + letter-spacing: normal; + padding-right: 10px; + font-weight: bold; +} + +.header { + height: 80px; + text-align: left; + line-height: 80px; + font-size: 1.25em; + border: 1px solid black; + overflow: hidden; +}