bhavikvashi1804 / webdev_bootcamp

https://bhavikvashi1804.github.io/webdev_bootcamp/
0 stars 0 forks source link

Carousel #1

Open bhavikvashi1804 opened 4 years ago

bhavikvashi1804 commented 4 years ago

There is problem in project TinDog carousel does not display the control button at end of screen

viraj47 commented 4 years ago

can you explain the expected behavior and show which button should be displayed in source code file?

bhavikvashi1804 commented 4 years ago

can you explain the expected behavior and show which button should be displayed in source code file? Folder: Tindog

image

URL: https://bhavikvashi1804.github.io/webdev_bootcamp/Tindog/index.html

viraj47 commented 4 years ago

change position attribute of element with id testimonials to relative and change position attribute of element with id testimonial-carousel to absolute and then set width of that element to 100%, after that set left attribute of same element to 0.