Posts by João Mathias • 16 points
1 post
-
0
votes1
answer110
viewsA: Width does not work in certain screen size
You can try this in a different way: You can create a new class with the width of 150px and by clicking the button, add it to the element. CSS: .large { width: 150px; } JS: function…