Posts by Caio Henrique • 15 points
3 posts
-
-1
votes0
answers57
viewsQ: How to center text
I’m having a huge difficulty to center texts vertically and horizontally inside the box, I’ve tried using position, text align, justify-items, text-align and I did not succeed. I only get it when…
-
-2
votes2
answers76
viewsA: Sub-menus opening together
Solved. I created the function in JS and cited it with mouse actions in HTML: onmousemove="mostraSub('sub1')" onmouseleave="escondeSub('sub1')". function escondeSub(sub){ subfilho =…
-
1
votes2
answers76
viewsQ: Sub-menus opening together
I want the sub-menu to have one more layer of menu. I made the Christian code that would work, however, when passing the mouse in the first sub-menu of the menu (Protectors > Motor), the options…