I don't know how can i put two backgrounds on the page and edit position of it in css (i can put one backgrounds and edit position of it).
Luis
@Make310All comments
- @zaeonizaeoniSubmitted almost 3 years ago@Make310Posted almost 3 years ago
background-image: backgorund1 , background2; bakground-position: positionBackgroun1, positionbackgroun2;
0 - @itsreallydrewSubmitted almost 3 years ago
I wasn't able to match up the text height as compared to the solution. I am curious on what I could improve on to get it closer to the original
@Make310Posted almost 3 years agofirst, sorry for my bad english. If you are using grid, don't give each one a fraction but define a specific width in pixels or rem. and then you center it. This way you have the desired width. or a more rustic way of doing it is simply setting a max-width to the width of the container.
Marked as helpful0 - @Nick-GersbachSubmitted almost 3 years ago
Not sure how to add a border radius to hero SVG. Looks like nobody else had trouble with it but I couldn't figure it out after hours of trying.
PS - I hate working with svgs
@Make310Posted almost 3 years agoHello, first, sorry for my bad english.
you probably have your image inside a div or seccion. all you have to do is add the following code to your div.
overflow: hidden;
what this code does is trim everything that comes out of the div, which in this case is the image which overflows the div.
Marked as helpful1