Answers for "how to embed a url in html for background"

0

how to embed a url in html for background

div {
   /* Background pattern from Toptal Subtle Patterns */
   background-image: url("https://amymhaddad.s3.amazonaws.com/morocco-blue.png");
   height: 400px;
   width: 100%;
}
Posted by: Guest on December-10-2020

Code answers related to "how to embed a url in html for background"

Browse Popular Code Answers by Language