Posts by Márcio Ricardo • 75 points
4 posts
-
0
votes0
answers78
viewsQ: Character Incompatibility in Sass ( 'IBM437' and 'UTF-8')
My problem occurs when I try to use the --watchas follows: --watch estilos.scss:estilos.css My goal is to perform the automatic compilation the moment I save the file. The error that appears in the…
-
4
votes4
answers356
viewsQ: Two-dimensional Array
I would like to go through a two-dimensional array according to the code: var cadeiras = [[true, false, true, true, true, false, false, true, true, true, false, false], [true, false, true, true,…
-
1
votes1
answer26349
viewsQ: Responsive image alignment with Bootstrap
I’m having trouble aligning a responsive Bootstrap image to the center. My image is with class (.img-responsive) properly applied and inserted into a row and of div with class .col-md-12. When I…
-
2
votes2
answers1763
viewsA: How to align images responsibly with bootstrap
Is the following Paul: If you want 3 boxes on a larger screen, you will use the class: col-Md-4 As the grid is 12 columns you will get 3 boxes in a row. To switch to two boxes at a lower resolution,…