Questions tagged as 'css3'

1
answer

Incomplete Edge

I need to make an element with this type of border. I found nowhere to diminish the size of the border. I found and I know only about the thickness.     
asked by 29.11.2016 / 20:50
1
answer

Linear-gradient does not appear in CSS3

I'm trying to apply a linear-gradient to a DIV but it's not appearing in the browser. I've tested Opera, Chrome, Safari and FireFox but it does not appear at all. My CSS looks like this: .circular-progress{ width: 12rem; height: 12...
asked by 06.10.2017 / 12:52
1
answer

Script to leave my site (game) mute

I have a project in localhost (game in HTML 5, JS and CSS), in the background of the game plays a song, I can not make the button to turn off the sound works, someone knows some article that teaches or method of doing This? I'm sorry I missed...
asked by 16.06.2015 / 15:12
1
answer

Effect of bypassing a div's border, as if drawn by "hand"

I want to make a border effect, which in the hover of a square div, the border is "drawn", leaves the top left of the div, fills to the upper right, descends to the right side, returns to the left through (as if you were drawing the border with...
asked by 04.09.2016 / 21:00
1
answer

How to leave the background of a text the size of the text and not of the paragraph?

How do I make the background-color of h4 stay just the width of the text. I can not delimit a fixed width because I do not know the size of the text and I also can not use display: inline-block because I need h4 one underneath the...
asked by 18.09.2018 / 01:59
1
answer

Height of the div is greater than the height of the image. Because?

I have the following pure HTML, without CSS <div> <img src="_img/_banner/banner1.jpg" /> </div> The banner1.jpg image has 300px height and div has not been set. Looking at inspector to imagem...
asked by 16.11.2017 / 12:31
5
answers

How to make each input stand on a line separately?

I have this HTML and I would like every input to be on separate lines, in this case below that I had 3 rows, one for each input . *{ margin: 0px; padding: 0px; background-color: #ccc; font-family: 'Arial';...
asked by 27.10.2017 / 18:57
2
answers

Align HTML + CSS component

I need to align two buttons this way They should be exactly next to each other, but each at one end     
asked by 14.10.2017 / 04:12
1
answer

How to center a Modal Box in Horizontal and Vertical with CSS3? It's possible?

My ModalBox (modal-fade in Boostrap) is appearing at the top of the page! Can I centralize it in Horizontal and Vertical using only CSS3 ? If yes, what would be the right way? Follow my Modal code. <div class="container">...
asked by 27.11.2015 / 15:11
1
answer

Property font-stretch

Today I came across a very intriguing CSS property that is font-stretch . In Google Chrome, typically when we inspect an element that has multiple properties together in a single property (for example, margin:► 0; font:► 14px sans-se...
asked by 11.10.2015 / 17:05