Posts by natodp • 61 points
6 posts
-
-1
votes1
answer76
viewsA: Reusable elements in the CSS BEM Methodology
Like the reply of Luiz Felipe, who suggested RSCSS, You can consider your Input as an individual component, a "block". This way, you manage these components with a clearer organization. On this…
-
1
votes2
answers400
viewsA: "Shadow" effect inside the box
The solution is quite simple and can be observed by inspecting the reference element. It is a background in the pseudo-element :after. Follow the code, already with an example image: .exemplo {…
-
2
votes2
answers2671
viewsA: How to align a button always down?
You can do using the flexbox, only if necessary to include the information (card-title and ul) in one another div. I created and named .card-info. To the card-body added the classes d-flex…
-
0
votes1
answer773
viewsA: Place div daughter element ul li occupying 100% of page width
From what I understand of your question you want me to div submenu occupy the entire width of the preview window, correct? I did it in a very simple way, without Javascript/jQuery, with the…
-
0
votes1
answer82
viewsA: Editions using Bootstrap
Your class full is not applied to any tag HTML of the code provided. I didn’t quite understand what you want to do, it would put an image of background that takes up the entire view window? If it…
-
3
votes1
answer435
viewsQ: With flexbox, center list aligning items on the left
I’m using Bootstrap 4 as documentation (https://getbootstrap.com/docs/4.0/utilities/flex/). Using the class Justify-content-center I have the following result: My div is with the classes: d-flex…