Posts by Anderson Marchi • 33 points
3 posts
-
0
votes2
answers34
viewsQ: How do you drill a hole in the parent elements until you see the body?
Good morning, I would like to leave the screwHole class with the transparent background to see the body color body{ background-color: blue; } @font-face { font-family: Mandatory; src:…
-
1
votes1
answer64
viewsQ: How not to allow a text of a child element to overflow the parent element
I would like to know how I do so that the centralized text of a child element does not overflow the parent element, I would like the text to be hidden when it is larger than the parent element, but…
-
0
votes1
answer80
viewsQ: Which method to use to make the code not large
Good morning!!! I am creating a code that creates all possibilities with integer values filled in the fields, or that are emptiness, I went to test for every field I add in my html, and each field I…