Posts by Ygor Scofano • 1 point
2 posts
-
0
votes2
answers15
viewsA: I need an SVG image to be fixed to a corner of a Div of varying size
I think position relative in the purple div and position Absolute in the red div, setting with top and left you set her position. Here’s the code: div.pai { position: relative; } svg { position:…
-
0
votes0
answers7
viewsQ: Flex-Basis and flex-Grow together
What is the behavior of a flex item with flex-Basis: 300px and flex-Grow: 1 inside a 600px container??? I see no use for flex-Basis in this scenario. Something happens?? <style> .container {…