Posts by fellyp.santos • 26 points
2 posts
-
1
votes3
answers96
viewsA: Switch 3 status done in css, how can I disable the options?
If I understand correctly, after the user click, you need to disable so that it is not possible to change, correct? If that’s it, you certainly need Javascript hehe the secret will be to add the…
-
-1
votes2
answers88
viewsA: How to align text with left text
The simplest way to achieve your layout goal without touching your HTML too much was by using Flexbox, I separated the content from left and right into two Ivs, and the flexbox applied to the parent…