Questions tagged as 'css3'

2
answers

Animation with CSS: control which element respects screen size limits

I made a basic animation of a div that oscillates between the left and right side of the screen indefinitely. It happens that when you reach the far right of the screen, the div exceeds the visible field causing some of it to disap...
asked by 29.11.2015 / 18:21
4
answers

Doubt with CSS selector

Personal I'm doing a grid that displays from 1 to n images and in each line it shows 2 columns. The HTML structure is this: <div id="container"> <h2 class="linhasFotos"> <a title="nome da linha" href="/lancamentos"&g...
asked by 29.03.2015 / 17:12
1
answer

Fix for nth-child (n)

Is there any fix for :nth-child(n) of CSS3? to run in IE8? Well, I have a CSS file that I used this selector, it does not only run in IE8     
asked by 31.10.2014 / 11:32
1
answer

Align navigation menu in the center

I'm trying to align the "drop" menu in the center. Help? HTML: <main id="conteudo"> <section id="produto" class="box"> <nav id="drop"> <ul> <li><a href="">Linha Au...
asked by 18.11.2015 / 21:03
1
answer

Background fixed in HTML5 CSS3

I put a background x on my site, with the css code: body { background-image: url("../imagens/back.jpg"); background-color: rgba(64, 118, 182, 1); background-repeat: no-repeat; background-size: auto; } I wanted the image not...
asked by 25.08.2015 / 00:55
4
answers

How to leave a height-height fixed on the page?

What causes the page to occupy 100% of the viewport, so that it does not have a scroll bar. Whether it's a small, medium, large, tablet, or desktop phone. The height must be fixed, occupying the entire screen. No scrollbar. Do you understand...
asked by 03.12.2015 / 02:17
1
answer

Distribution problem for COLUMNS in CSS3

I'm following the tutorial on w3school , it's inserting the items, one below the other and not on the (inline) side! According to my code should stay side by side: CSS * { box-sizing: border-box; } .grid-container { display:...
asked by 09.07.2018 / 22:18
1
answer

How to apply a delay in the CSS display property on a change from none to flex without JavaScript?

How do I make the CSS display property change from none to flex with a delay of 1s without using JavaScript for it? I have the following code: #botao-painel:checked ~ .painel { display: flex; height: 100%; left: 0; top: 0;...
asked by 05.11.2018 / 21:38
2
answers

Triangle cast with css

I need to make this kind of effect with css what do you have? Itwouldnotmattertousecss3oranytechnology,thistypeofcsswillbeusedinanapplicationmadeinionic,Idonotknowifthiswouldmatter.Ineedtheidenticalreproduction,containinganiconandatextinside...
asked by 07.11.2017 / 01:38