Here is my portfolio page. I could really use your opinion. Also, I would like to make this image smaller, but no matter what I do, I can only change its width… Thank you in advance
https://codepen.io/amy0502/pen/qYLzLr?editors=1100
change image size like this
html file
<img class="image" src="https://image.freepik.com/free-photo/desktop-with-notebook-smartphone-coffee-and-laptop_1112-253.jpg">
css file
.image{
width: 250px;
}
Also i feel like you should go back and look through the html and css section to reinforce your current knowledge as well and find aspects that you may have missed.
1 Like