Posts by Cristian Mota • 9 points
2 posts
-
-2
votes1
answer24
viewsQ: HOW TO MAKE CONTAINER CRUSH UL?
Good afternoon ! How can I make the container hide ul when the checkbox is checked? or how I can do it in another way that is simple, only with CSS * { margin: 0; padding: 0; box-sizing: border-box;…
-
1
votes1
answer46
viewsQ: How to center an H3 with background-color?
How can I leave this H3 centralized with the background-color? I tried everything, I looked on the internet but I couldn’t find a solution <style> h3 { background-color:#98FB98; margin-top:…