Questions tagged as 'css3'

3
answers

Is it possible to create a type element with a CSS Stamp?

What is the best way or best way to build a CSS-like letterhead element? (at the moment I did not want to have to use SVG) I'm trying to build this form with HTML / CSS and the option I have at the moment does not please me. TheoptionIf...
asked by 30.08.2018 / 19:32
1
answer

Why is @import not working correctly?

I'm trying to import a CSS inside another one but it's not working, the directory structure looks like this: style.css css / agoravou.css However, the command @import url('css/agoravou.css') screen; is not working. Does anyone kno...
asked by 30.11.2015 / 03:41
3
answers

Css3 stop after finishing the rotation?

I'm using transform: rotate(90deg) to run div when I put the mouse over it. Once the retreat, it returns to the starting position. Is there any way to stop it? I have my code like this .openn{ transition: transform 0.5s ea...
asked by 25.10.2017 / 17:54
1
answer

Scroll the contents of the DIV without the contents exiting the DIV

Hello, I have a problem, I would like my DIV from the right corner to accompany the contents of the left until the contents of the left, but if I put position fixed in the right DIV, it stays fixed until the end of the page. Can anybody help me?...
asked by 14.11.2014 / 20:27
1
answer

how to use the last-child for the penultimate too?

I want to make a selection with css for last and penultimate item. I know I can use the last-child selector for the last, but the penultimate selector? How do I do?     
asked by 23.08.2016 / 15:45
4
answers

What is the opposite of "display none"?

Before doing some research on the properties of the display. I want to hide some div and used display: none . To re-display the div display property should I use? (I'm working with Javascript)     
asked by 26.01.2017 / 10:16
2
answers

How to make a sequence of boxes with the border in triangular format to the right, on top of the other, box with CSS?

I did not know a better title to describe my need, but in fact, I would like to be able to make a sequence of boxes whose right border is in a triangular format, superimposed on the subsequent box. So: My idea is to put a text centere...
asked by 01.11.2018 / 14:28
3
answers

How to let embed YouTube responsive on the site, when I open I want Width to appear 100%

I already have several embed on my website however I do not want to go there and change 1 to 1. what I want is a code to change all Iframes , with 100% width and height adjust responsively. .conteudo{ background-color:#f1f1f1;...
asked by 16.10.2017 / 16:55
4
answers

How to change the color of a select when selecting an option

I have a select and I am trying to change the color of it when selecting an option (for example I'm changing the color to red ). Using some attributes like hover , focus , active and checked I can even do what I w...
asked by 24.01.2017 / 14:05
2
answers

How to create a drawing in open book format with content inside?

I need a drawing of an open book with content inside, as shown below: JUST WITH CSS!     
asked by 20.07.2015 / 21:54