- 2
I want to style em line 29 in class with object l. Style position and bottom. Thanks you sir.
Style em position relative and bottom 5px. https://code.sololearn.com/W4Zk5ht9KQLW/?ref=app
1 Réponse
0
An alternative
you can use inline style to em
<em class='*** ' style='position:relative; bottom:5px;'></em>