picture size
This commit is contained in:
parent
e09add4bb4
commit
36fb2adb32
@ -34,6 +34,11 @@ body, html {
|
|||||||
color: #fffd80;
|
color: #fffd80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#homepicture{
|
||||||
|
float: left;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
/* About Me*/
|
/* About Me*/
|
||||||
#aboutmeText{
|
#aboutmeText{
|
||||||
width: 40%;
|
width: 40%;
|
||||||
@ -99,6 +104,11 @@ body, html {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#homepicture{
|
||||||
|
height: 300px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* About Me*/
|
/* About Me*/
|
||||||
#aboutmeText{
|
#aboutmeText{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -62,8 +62,8 @@
|
|||||||
development and is always open for new projects and ideas.
|
development and is always open for new projects and ideas.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div style="float: left">
|
<div id="homepicture">
|
||||||
<img src="rsc/self3.png" height="400px">
|
<img src="rsc/self3.png" height="100%" style="display: block;margin-left: auto;margin-right: auto;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user