List images | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

List images

How can add height and width in list images ? my code is ol{ list-style-image: url("exampel.jpg"); list-style-position: inside; }

17th Nov 2016, 8:38 AM
vinay
vinay - avatar
2 Respostas
+ 3
it must be like this : ol li { width:100px; height:100px; }
17th Nov 2016, 6:41 PM
Ali Sawari
Ali Sawari - avatar
+ 2
In the <img> you can add the width and height parameters ex: <img src="..." width=100 height=100 />
20th Nov 2016, 9:43 AM
Hickacou
Hickacou - avatar