picture size

This commit is contained in:
Lukas Heiligenbrunner 2020-03-17 21:16:01 +01:00
parent e09add4bb4
commit 36fb2adb32
2 changed files with 12 additions and 2 deletions

View File

@ -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%;

View File

@ -62,8 +62,8 @@
development and is always open for new projects and ideas.
</p>
</div>
<div style="float: left">
<img src="rsc/self3.png" height="400px">
<div id="homepicture">
<img src="rsc/self3.png" height="100%" style="display: block;margin-left: auto;margin-right: auto;">
</div>
</div>
</div>