Questions tagged as 'css3'

2
answers

How to put two divs next to a container?

How do I put two divs, one on the left side and one on the right side of a container with the bootstrap? Being that you would like the side divs to increase in size according to the screen.     
asked by 11.09.2015 / 23:20
3
answers

How to use ellipsis css3?

I'm trying and I'm doing the same explains in w3schools but it's not working. .box { width: 250px; text-overflow: ellipsis; border: 1px solid #000000; } <div class="box"> Lorem ipsum dolor sit amet, consectetur ad...
asked by 28.03.2017 / 00:56
3
answers

How to stylize the "clean" icon of the input type search?

I need a way to style the × icon that is at the end of input[type="search"] . The input type search when focusing on the element, it has an × if it has a value filled in. Example: InoticedthatwhenItypetheinputsearch,this"x" often...
asked by 22.05.2017 / 18:04
2
answers

Pseudo-class behavior: nth-child

   Unfortunately the question marked as "possible duplicate" (and your   answers) address something else, specifically the   variable n in formulas passed in :nth-child() , which does not contemplate and do not answer the doubts exp...
asked by 31.12.2018 / 20:31
3
answers

Create a comic-balloon-shaped div

How can I create a% com with comic book-like appearance (I do not know if this is the best expression). Goal: Reality: * Please ignore fonts and colors in question, focus is tip of div . Follow the code in JSFiddle :     
asked by 02.10.2014 / 21:36
4
answers

Drawing with CSS

Is there any way to draw a sheet like the image below using CSS?     
asked by 18.10.2016 / 14:51
2
answers

How to put & raquo e & laquo no :: before?

I need to put a &raquo and a &laquo in the :before attribute of a given element. How do I do this in CSS? ul.breadcumb > li:after{ content: '&raquo'; /** Isso aqui não funciona **/ }     
asked by 24.09.2015 / 18:41
2
answers

Problem with @keyframes CSS

I'm doing an animation with CSS but the effect is correct only in the first word of the text and the rest is not. Would anyone know the reason for this? h3{ position: absolute; font-family: consolas; letter-spacing: 5px; color:...
asked by 27.09.2018 / 20:12
2
answers

Link href to id div

I know that we can make links by directing click href to an id of the page using # . #content1, #content2, #content3, #content4 { height: 50vh; border: 1px solid red; } <a href="#content1"> CONTEUDO 1</a>...
asked by 13.09.2018 / 15:11
2
answers

How to stylize the p tag differently?

But I can not stylize it to look like the image below. How do I do it? Will it be another tag ? Itriedthisway: p.acessorapido{ float: left; width: 100%; height: 38px; max-width: 885px; margin-top:...
asked by 20.06.2017 / 16:15