diff --git a/david.jpg b/david.jpg new file mode 100644 index 0000000..31dd447 Binary files /dev/null and b/david.jpg differ diff --git a/index.html b/index.html index 7bc402f..d45a301 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,9 @@
+ Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout
+Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout
Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout
diff --git a/main.css b/main.css index 64c5667..0a7c25d 100644 --- a/main.css +++ b/main.css @@ -70,7 +70,12 @@ div.block p { line-height: 1.4; } -div.block div.left-hang { +div.left-hang { float: left; - margin-left: -7.2cm; /* -(#left-panel.width - #right-panel.padding-left + target-margin-left) */ + margin-left: -6.9cm; /* -(#left-panel.width - #right-panel.padding-left + target-margin-left) */ +} + +img#david-portrait { + width: 5.1cm; /* #left-panel.width - 2 * padding [0.8cm] */ + border-radius: 50%; } \ No newline at end of file