picture size
This commit is contained in:
parent
e09add4bb4
commit
36fb2adb32
@ -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%;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user