Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

contain background image within container

.left{
    width: 65%;
    color: white;
    padding: 20px;
    height: 67vh;
    background-color: hsl(0, 0%, 0%);
    background-image: url("/room-homepage-master/images/desktop-image-hero-1.jpg");
    background-size: contain;    
}
 
PREVIOUS NEXT
Tagged: #background #image #container
ADD COMMENT
Topic
Name
6+6 =