Posts by Andrew • 91 points
5 posts
-
2
votes1
answer184
viewsQ: Transition when using Hover - How to do a "reverse" mode?
Here is the transition: .subcont { width: 250px; height: 180px; background: purple; } .border1 { position: absolute; width: 5px; height: 0; margin-left: 250px; margin-top: -5px; background: red;…
-
2
votes1
answer47
viewsQ: How to apply the Hover (Jquery) effect to a specific group of classes?
I’m creating a web page that would be something like a store. The idea of this code is that, by giving it to the div. lojaprodutos, appear two other Divs (one on the right and one below), and this…
-
3
votes1
answer79
viewsQ: Problems with overlapping rotated elements
I wish I could rotate a div, and for that I used 'Transform', in CSS, but I would like a div to be superimposed. Here’s the code: #divgirada { width: 500px; height: 500px; background: red;…
-
1
votes1
answer948
viewsQ: How to remove white margin from a Carousel (Bootstrap)?
I created a Carousel on my site through the Bootstrap code, and I want it to occupy the entire width of the screen (100vw) and almost the entire height (90vh); therefore, I put in the container…
-
0
votes2
answers1048
viewsQ: How to add delay to Display:block
I’m creating a website, and I wish there was a "button" with the Whatsapp icon on it, and by hovering the mouse over that button, it expanded and showed the number I put there. Currently the code is…