Posts by VH Empreendimentos • 23 points
5 posts
-
1
votes0
answers255
viewsQ: When clicking a button, open an animated box
I have some kind of button that has the code: <a data-scroll class="btn btn-start animated fadeInUpBig" href="">EM QUE POSSO AJUDAR?</a> I wanted to know how to do when I click on it,…
html5asked VH Empreendimentos 23 -
0
votes1
answer141
viewsQ: By clicking a button, I want my box to open with a transition
I have a box: .box1 { width: 470px; height: 64px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform:…
-
0
votes2
answers414
viewsQ: Motion Animation in a Box
I have a blue box with these CSS3 settings: .learn-more-btn { background: #006eff; padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;…
-
0
votes3
answers4227
viewsQ: When clicking a button, how to make the screen slide down
I have an area with prices, and I have a button right next to "have more details", I want that when you click this button, the screen slide down the page that is where I have the "contact" section.…
-
1
votes3
answers6155
viewsQ: Code to send email message by Send button
I already have the form with the message box and etc, I also have the send button, but I need the code to when click send, the message be sent to certain e-mail. My code: <form action="#"…