Questions tagged as 'css3'

2
answers

CSS3 Fit table to fill in whitespace generated on the Landscape page

I have a report that is set up in css and occupy size in the landscape and I would like the tables to adjust to always occupy the whole space of the page. Image as Ta: Spaceyoushouldoccupy css:<style>body{background:rgb(204,204,204);}page...
asked by 15.06.2018 / 15:47
2
answers

Background image causes the page to flash when loaded

I'm creating a site by loading any of the 6 pages of a category on the site that each have a background image averaging 40-70kb, the area where the image is flashing. The page always blinks when you click or refresh the page, what can I do?    ...
asked by 27.06.2014 / 22:43
2
answers

Incorrect button centering

I have button within a div of which I can not centralize it. Through margin-left I can do this, but to treat the same in responsiveness is very annoying. Code of button together with div : <div class="...
asked by 04.11.2017 / 13:59
2
answers

Add border over an image and text

How do I override a border over an image and text, leaving a border for the image as the attached image:     
asked by 07.11.2017 / 21:07
2
answers

What is and what is br clear="all"?

I remember that it used to be common to see this <br clear="all"> in source codes. But I've always wondered why this clear all ? What's the difference from <br> to <br clear="all"> ? When should I use on...
asked by 07.12.2018 / 11:51
1
answer

HTML5, use input on a select to type one of the option

Is everything good? Next, I have a select inside an html, see: <select> <option selected="selected" value>...</option> <option>opção 1</option> <option>opção 2</option> </select>...
asked by 18.07.2018 / 01:26
1
answer

How to make steps progress using circle

I am developing a screen using student progress, for example, it has 10 activities to complete, and it is in activity 2, so this represents 20% of the total activity. I would like to represent this through a circle, a button for the next exer...
asked by 04.08.2017 / 03:49
1
answer

How to insert specific fonts in CSS? [duplicate]

My client has passed specific fonts to a site. These are in TTF format. I'm used to using Google's fonts and there are not any there. How can I use these fonts in my CSS or HTML?     
asked by 19.11.2017 / 22:36
1
answer

Is it safe to use grouped media queries?

All the topics I have found in relation to media grouped queries are for a few years. With the wide range of CSS3, are grouped queries of media queries now considered safe to use in production? Does any browser that supports CSS3 fully sup...
asked by 17.12.2017 / 17:57
1
answer

How to convert px into vh and vw in JavaScript?

I want to convert px into vh and vw in JavaScript, how can I do that? example 23px = valued vh or vw     
asked by 13.03.2017 / 00:20