Posts by Leandro carra • 125 points
6 posts
-
3
votes1
answer563
viewsQ: How does the browser read and interpret css?
I’m starting in this world of the Front and I read that the browser reads and interprets the css right-to-left. But how he reads and interprets when there is the cascade of classes, as in this…
-
0
votes2
answers124
viewsQ: Is there a standard for Media Querie application?
I’m starting to learn now about Media Querie and I have a doubt I haven’t seen the answer. Is there any standard in the media querie application ? It is correct to have a media-querie.css file with…
-
4
votes1
answer69
viewsQ: overflow Hidden with float left
Hello I’m learning now how to deal with css, and fall into a situation that I found nowhere the answer, I will be very grateful if someone can help me. .pai-com-overflow{ border: 1px solid red;…
-
-1
votes2
answers67
viewsA: function to change my . css if the width of the sole is "X"
Look, your question is a little confusing, but I think I get it, you want to increase the size of the input, according to the client’s viewport(screen). If that’s what you mean, here’s the deal. css…
-
1
votes2
answers429
viewsA: Fixed menu interferes with footer positioning
Hello, what’s happening is that inside the tag <aside> you have a <div> with position: fixed(due to the effect you want to give), and the confusion is there, I will explain to you the…
-
0
votes1
answer153
viewsA: Button disabled when not in "mobile resolution"
What seems to be wrong, is that you have not put a control class for bootstrap Forms, usually you can use the class. form-group to work with Forms. Here I added the classes, try using them in your…