Questions tagged as 'css'

1
answer

FlexBox + CSS GRID

I would like to know if there is any possibility of using CSSGrid with FlexBox. display:grid; display:flex; I'm talking about using both in the same project, if not, which one would you recommend me to use? You can give an example of how to...
asked by 05.09.2018 / 05:12
2
answers

Grid problems in Bootstrap

I have this problem. I'll be quite straightforward. Self explanatory images. I can decrease the font but I do not know how much content will be in the block. So I want to make a functional code. I researched something about object-fit. Ex...
asked by 06.09.2018 / 18:28
1
answer

How to make Footer stand in the footer after using AJAX?

I have already made several applications and have always used the method below to regulate the height of footer . Always using Bootstrap. HTML <div id="footer"> <div class="navbar navbar-fixed-bottom"> <div id="r...
asked by 19.08.2014 / 18:44
1
answer

What is Reduced Motion Media Query?

I recently saw that there is a Reduced Motion Media Query concept in CSS that seems to be a response to animation settings in the client browser and is used in code primarily by query prefers-reduced-motion . What exactly is pre...
asked by 25.09.2018 / 13:47
2
answers

How to build header with logo to the center and left and right information

I'm trying to create a header with information on the right, a logo on the center and information on the left, but what I did not stay close to what I need, I did some tests with some lines that I found in the OS but it was very poorly formatted...
asked by 21.09.2018 / 22:27
1
answer

:: before is not displayed in img

I created a sort of lazyload (preloading images) in JavaScript with the scroll event where some images only load when they enter the visible area of the window. For this I created a generic image of 1x1 transparent pixel ( dt.png )...
asked by 29.09.2018 / 20:36
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
1
answer

Transition with different time when hovering and removing

I have an image where I make a transition scale with hover , zooming in the image when hovering the mouse: img{ width: 200px; height: 100px; transition: transform .5s ease; } img:hover{ transform: scale(1.5...
asked by 14.06.2018 / 05:48
3
answers

Image with vertical scroll and height 100%

I have the following structure: <div class="bg"> <img src="view/img/planta-supermercado.png" id="bg"> <div class="bg-scroll" id="bg-scroll"> <img src="view/img/planta-supermercado.png" id="bg-mobile">...
asked by 28.05.2018 / 16:05
4
answers

Set css to only one td

I have a table : <table border="2"> <tbody> <tr> <td><img class="imgpadrao" src="xxxxx" alt=""></td> <td> Recebido </td> </tr> </tbo...
asked by 09.11.2017 / 17:30