Posts by Diego Machado • 1 point
3 posts
-
-1
votes5
answers16554
viewsA: How to change all selected words at once in Vscode
I managed using the cmd Ctrl + D
visual-studio-codeanswered Diego Machado 1 -
0
votes2
answers48
viewsA: There is the possibility to mount a CSS specific to a size in Bootstrap
I got an alternative solution using LESS as below: @media screen and (min-width: 480px) { footer div { color: rgb(xx, xx, xx); } }…
-
0
votes2
answers48
viewsQ: There is the possibility to mount a CSS specific to a size in Bootstrap
I would like to create a css that when a certain class was in the Xs size it would have a red font-color and the other sizes this color would change to green. But without having to repeat the text.…