Questions tagged as 'css3'

1
answer

Image no select

I have a select of languages and would like to leave flags in place of the words, I was searching and I saw that this is not possible, I would have to redo the select using div and span. My question is how do I do this. <div class="idiomaes...
asked by 26.10.2017 / 13:23
1
answer

Email form does not work on smartphones only!

Hello everyone! All right? This is my first post here. I have a silly problem, but there are three, four days! I started to develop recently and this is my first commercial project. It's pretty much done, but my email form is not working when th...
asked by 19.11.2017 / 19:42
2
answers

Place item side by side with border redond CSS

I'm developing a web application, and I would like my icons i class="fa fa-user" and i class="fa fa-shopping-cart" to be side by side and I wanted to keep a circle around each one but I can not. <div class="col-6 col-m...
asked by 26.09.2017 / 23:40
1
answer

How to make a rounded negative corner to put on the flap of a button?

They would be rounded corners off the button: | | __________ / <---- em cima (usando cláusula css :before) / | Botão | \___________ \ <---- em baixo (usando cláusula css :after)...
asked by 25.09.2017 / 21:20
2
answers

Modal Bootstrap does not work

I'm trying to use the modal template Gentelella, but when I click the link, the modal is static and I can not put information or click the buttons. Here is the code: <!DOCTYPE html> <html lang="en"> <head> <me...
asked by 22.10.2017 / 02:48
1
answer

Turn on and off background content with animation

I wanted to make an effect with animation or transition of CSS3 that when the red square passes, the background appears (the yellow background with the texts) followed as the red square finished passing. Below is the most I could do, I co...
asked by 16.09.2017 / 04:08
1
answer

CSS misaligned menu items

I'm developing a web application and I've developed a menu with some icons but by decreasing the width of the page the icons are out of focus and this is my menu Butbydecreasingthewidthofthepagethishappenswiththemenucomponents. <divclass=...
asked by 15.10.2017 / 03:53
1
answer

Class overriding?

I have the following css: @charset "utf-8"; /* CSS Document */ .divCheckBox { width: 140px; height: 34px; } .divCheckBox .valor { display: inline-block; line-height: 34px; top: 0; } .divCheckBox .checkBox { display: no...
asked by 01.09.2017 / 17:30
1
answer

Flexbox: Can you control the amount of items aligned with the "space-between"?

I have the following case, a parent div with 5 child divs, and I need them to align two by two, using the space-between in the parent div: .pai{ display: flex; justify-content: space-between; flex-wrap: wrap; width:200p...
asked by 24.08.2017 / 19:07
2
answers

Insert text in timeline

I made a timeline using HTML and CSS and I need to add a story every year when I clicked on a particular year of the line displaying the story it contains that year, how do I do that? .DB_Timeline { padding: 0; margin: 0 auto; lis...
asked by 24.08.2017 / 01:37