Questions tagged as 'css3'

2
answers

Rotate CSS3 and Tables

I am using tabular data in a table and some information with 90 degrees (standing) in cells. But the css does not behave as expected and leaves large spaces as if the text were normal horizontally. Does anyone know of any properties that will fi...
asked by 12.08.2014 / 21:39
0
answers

Why use translateZ or translate3D in CSS animations? Hardware accelerated animations in CSS?

Nowadays it is very common to see even the simplest animation effects made with CSS, both with transition and with @keyframes , and something that has caught my attention is that several of these animations use artifacts to force a...
asked by 14.11.2018 / 12:52
1
answer

Is it possible to get the color of a pixel in a gradient element?

Imagine that I have a div element with the following CSS: .minha-div{ width:100px;height:100px; background:linear-grandient(45deg, orange, red); } Is it possible that when I hover over this div , it tells me the color o...
asked by 02.06.2014 / 18:25
0
answers

Pixel break creating false border

I do not know how to explain this situation. I created a tooltip using only CSS3 and HTML5. At normal size (100% zoom) on the left, the elements are blurred and there is a border around the tooltip (just under "Required!", Even with border: 0...
asked by 24.09.2018 / 20:23
2
answers

How to use a border image (or character) via CSS?

I have a tag with text inside that I would like to use the% c key as the border for this text. Code: .indicacoes { font-family: 'AmaticBold'; font-size: 40px; margin-top: 30px; text-align: center; } <div class="container">...
asked by 23.11.2018 / 05:56
2
answers

Disable calendar in the date field of mobile

I'm developing an HTML5 site and would like to know if it's possible to disable the date field's calendar on mobile, forcing the user to type.     
asked by 16.04.2018 / 17:46
1
answer

Center on element: after

I have the following code: .divCheckList .valorBool, .divCheckList .divCheckBox { height: 34px; display: inline-block; border:#CCC .1px solid; vertical-align:middle; } .divCheckList .valorBool { line-height: 34px; } .divC...
asked by 02.09.2017 / 01:15
1
answer

Footer does not accompany site layout and is not responsive

Hello, good afternoon. I'm having trouble getting the footer responsive, it does not track the page. Can you help me with this code? (I tried to implement some tips that I found here but did not work) Thank you. /*Edição do rodape (F...
asked by 22.02.2018 / 21:42
3
answers

Aligning image next to image

I'm trying to put one image next to another, though: Iwantittobenexttothegrayimage,likethis: html:<divclass="ads01"> <img src="img/160x600.png"/> </div> Css: #ads01{ text-align: left; width: 160px; border-styl...
asked by 29.09.2017 / 19:31
1
answer

Internal DIV overlaps external

I have an internal%% of the internal that overlays the external. See: Noticeintheimageabovethatthe%ofexternal%doesnotinvolvetheentireinternal.HTMLandCSS .conteudo{ width: 100%; max-width: 1200px; border: 1px solid #ccc; margi...
asked by 08.11.2017 / 12:56