Posts by Eduardo Louzada • 1 point
3 posts
-
0
votes0
answers23
viewsQ: Bootstrap doesn’t matter in Vs Code. Why? - UPDATE
Hello, I used the command, inside SCSS, @import 'bootstrap-4.3.1'; But, it didn’t work. I actually used also this below (none worked): @import 'bootstrap-5.1.0'; @import…
-
0
votes2
answers139
viewsA: Break the DIV into 3 or more with columns of different sizes
Beleza galera? This week I managed to return to the problem and, after studying a few hours, I was able to solve. Grid is pretty easy. It was pretty quick to do. But, it doesn’t work for email…
-
-1
votes2
answers139
viewsQ: Break the DIV into 3 or more with columns of different sizes
What is the best practice to get around this image problem below? .flex-box { display: flex; align-items: center; justify-content: center; flex-flow: wrap; } .container-box { background-color:…