After many attempts, I am still struggling to resize my image. Can anyone offer assistance?
I want all images to have the same dimensions. Here is the HTML code:
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<body class="body">
<div class="wiesiek">
<h1> Wiesiek Bland - My portfolio </h1>
<h2> Warsaw, Poland </h2>
<div class="facebook, inline">
<a href="https://www.facebook.com/wilyb"><img class="small-picture" src=http://static1.squarespace.com/static/4f5810d9e4b0ebbf0a1507a6/t/55a6e39be4b0e13bc07f93a1/1437000604121/></a>
</div>
<div class"github, inline">
<a href="https://github.com/Wiesiek2811"><img class="small-picture" src=http://icons.iconarchive.com/icons/limav/flat-gradient-social/512/Github-icon.png></a>
</div>
</div>
</body>
Additionally, here is the CSS code provided:
.facebook {
padding-left: 800px;
max-width:
}
.github {
width: 80px;
}
.inline {
float: left;
}