Answers for "css url link"

1

url css

/* Import a style sheet */
@import url("https://www.example.com/style.css");

/* Import a font */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
font-family: 'Roboto', sans-serif;

/* Use an image in background */
background: url("https://mdn.mozillademos.org/files/16761/star.gif") bottom right repeat-x blue;
Posted by: Guest on May-22-2021
1

linking in css

<p><a href>.css</a></p>
Posted by: Guest on October-23-2020

Browse Popular Code Answers by Language