Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

slides image css

.img-container{
    width: 60%;
    height: 70vh;
    background-color: rgb(250, 250, 2);
    position: relative;
}
/* image slides start */
.img-container figcaption{
    position: absolute;
    top: 50px;
    padding-left: 60px;
}
#img-one{
    width: 100%;
    height: 70vh;
    position: absolute;
}
#img-two{
    width: 100%;
    height: 70vh;
    position: absolute;
}
#img-three{
    width: 100%;
    height: 70vh;
    position: absolute;
}
/* image slides end */
Source by front-end.codes #
 
PREVIOUS NEXT
Tagged: #slides #image #css
ADD COMMENT
Topic
Name
3+1 =