Posts by Luana Almeida • 87 points
5 posts
-
1
votes1
answer51
viewsQ: error with bootstrap
I’m having an error with the bootstrap, the Carousel is working fine but the image that should take all the spacing of the box is minimized and the Hover is not centering on the image, without the…
-
1
votes1
answer257
viewsQ: Vector and strcpy problems in C language
I’m trying to make a vector with 23 names, which should draw 11 salts, 6 sweets and 6 drinks without repetition, the draw should be done in numbers 1 to 3 and when it is drawn should be assigned a…
-
2
votes1
answer263
viewsQ: How to coclocar a "gallery" in a modal?
I’m trying to make a modal that when you click a photo gallery appears, with two columns but that stay centered and spaced, and also that the images get bigger, the way I did it was like this…
-
0
votes2
answers108
viewsQ: How do I put these effects on images with CSS?
How do I make these effects in the images leaving color and with the design of the example, and when you hover the mouse the photo gets the normal color and a text appears on the image…
-
2
votes1
answer54
viewsQ: How to make a continuous slider?
I’m trying to make a continuous slider like this <div class="owl-carousel owl-theme"> <div class="item"> <a href="#" title=""> <img src="portfolio/img/thumb01.jpg" alt="">…