@MrNizzySubmitted almost 4 years ago
No supe como se pone el fondo del sitio con el SVG.
I did not know how to put the background of the site with the SVG.
No supe como se pone el fondo del sitio con el SVG.
I did not know how to put the background of the site with the SVG.
Hello,
To change the background, you need to change the CSS. exemple: body:{ background: url(); } You have documentation on MDN.
Don't forget to use google if you have any issue.
Kr,
Antho
I don't know how to make site responsive can anyone point me in right direction.
Hello,
Make a site responsive means that you can use it on differents screen size. You can see your site on a laptop, tablet or smartphone without issue. To do so, you need to change the css according to the screen. For that, you need to use media query https://developer.mozilla.org/en-US/docs/Web/CSS/@media
Have a nice day