Posts by Andre Luiz • 7 points
2 posts
-
-2
votes3
answers1141
viewsA: How to call HTML code inside css?
In this example of yours it is not possible to try this way: <style> .a { width: 100px; background: #000 url("suaimagem.jpg" no-repeat); } .p { width:100px; background: #000…
-
0
votes3
answers326
viewsA: Change the size of an image by device
Uses css grid or flex-box but if you prefer with @media put (min-width: 991px) to minimize the screen not maximum Here’s my grid template if you want to take a look: https://pastebin.com/P2Lz0qJz…
cssanswered Andre Luiz 7