From 36fb2adb3232a9ca13e31432ef1c08a3e9a33ac2 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Tue, 17 Mar 2020 21:16:01 +0100 Subject: [PATCH] picture size --- css/index.css | 10 ++++++++++ index.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 64bc06e..9cbd6ed 100644 --- a/css/index.css +++ b/css/index.css @@ -34,6 +34,11 @@ body, html { color: #fffd80; } +#homepicture{ + float: left; + height: 400px; +} + /* About Me*/ #aboutmeText{ width: 40%; @@ -99,6 +104,11 @@ body, html { font-size: 13px; } + #homepicture{ + height: 300px; + width: 100%; + } + /* About Me*/ #aboutmeText{ width: 100%; diff --git a/index.html b/index.html index 9c218d1..75436a7 100644 --- a/index.html +++ b/index.html @@ -62,8 +62,8 @@ development and is always open for new projects and ideas.

-
- +
+