How can i make a image smaller with CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i make a image smaller with CSS?

How to make a image smaller(px) with CSS

3rd Nov 2020, 4:39 AM
ANDY тнє CODER [RECODE]
ANDY тнє CODER [RECODE] - avatar
2 Answers
+ 4
add style='height:1em; width:1em;" as an inline inside the <img tag /> or <style> img { height:1em; width:1em; } </style> https://code.sololearn.com/WDTrFdfSufpC/?ref=app
3rd Nov 2020, 4:53 AM
BroFar
BroFar - avatar
+ 2
width : 200px; height : auto;
3rd Nov 2020, 4:52 AM
Shadoff
Shadoff - avatar