Questions tagged as 'css3'

4
answers

Position div below the other after decreasing browser

My question is how to position the black div below the network when the browser is resized? .teste2 { float:right; width: 200px; height: 100px; margin-top: -100px; background-color:black; } #teste { width:...
asked by 27.03.2017 / 16:06
1
answer

How to put a background image?

I'm trying to put a background image but I can not. Can someone help me? * { box-sizing: border-box; margin: 0; padding: 0; } body, html { width: 100%; } body { background-image: url("img/pizza.jpg"); backgrou...
asked by 10.07.2015 / 00:47
2
answers

Help with @keyframe effect

In order not to cause confusion in the topic Div's appearing and running , I decided to create another the problem has now changed. I have the html: * { margin: 0 auto; padding: 0; } body { width: 900px; } .box { positi...
asked by 01.03.2016 / 13:01
1
answer

Element input and output CSS animation when scrolling the page

I'm making a div appear with input animation when the scroll reaches a point on the page, the problem is that I can not do the output animation when the scroll returns. The <div class="box"></div> has the following CSS: ....
asked by 11.09.2014 / 10:31
1
answer

MediaQueries ignored from a certain resolution

Working with MediaQueries for responsive layout, I came across the following problem: I am setting the resolutions quietly, but when I get to 800px the setting gives 320px and 360px . It is completely ignored by the browser....
asked by 18.08.2014 / 18:58
2
answers

Limit characters and display the number of characters

Well, I have a input for the user to put the name, and under the input I have both the typed characters and the maximum amount (0/50). I wanted you to type in the characters you type, and when you reach the limit you can not type anymore....
asked by 13.09.2018 / 02:49
2
answers

Add external icons to Bootstrap

I downloaded a Bootstrap template and I'm trying to change some of the icons that it has in it, but it already has a table of icons that can be used, I'd like to know how to put other external icons, which are not necessarily already were regist...
asked by 22.10.2014 / 14:49
1
answer

How do I stop the video when I close Modal?

When I close the modal the video continues to play, how do I stop the video when I close the modal? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <m...
asked by 03.08.2018 / 20:49
1
answer

DIV leaving the screen

I've seen several times a div that comes off the screen, and as I will not know how to explain it right, I'll show you a photo of an example: Ifigureditwouldbebox-shadow,butIcouldnotdoit.Idonotwanttodothesamedesignastheboy,soIwillnotstealhi...
asked by 30.01.2018 / 13:39
1
answer

Select Checkbox and maintain CSS styling

Dear, I have styled my checkbox, but I wish I could select more than one option, keeping the CSS style I created. Only because of my CSS rule, you are only selecting for the first item . @import url(//netdna.bootstrapcdn.com/font-awesome/3...
asked by 07.12.2017 / 13:13