Questions tagged as 'css3'

2
answers

CSS3: A transform-origin for each transform?

Suppose I have two transformations in the transform property, eg: transform: scale(.5,.5) rotate(10deg); I know that it is possible to establish the point of origin of the transformations using the property transform-origin , Ex:...
asked by 19.03.2016 / 15:08
2
answers

Problem when vertically aligning an image inside a figure

I have a problem with this simple html: div { height: 150px; background: orange; line-height: 150px; } a { display: inline-block; vertical-align: middle; } figure { width: 40px; height: 40px; background: r...
asked by 30.01.2017 / 11:23
2
answers

clearing Lightbox with Foundation 6

I need to click on an image to zoom in, and so far I have not managed to find something similar with Foundation 6, until I found an option in Foundation 5 called Clearing Lightbox, and its class is thumbs -clearing, is there something similar in...
asked by 01.12.2016 / 03:36
3
answers

How to change background color only to certain elements of a grid?

Greetings! I need a little help with a CSS theme, the thing is that I'm developing a Wordpress project and I use a plugin to display the posts on a grid. The theme is that I have placed 3 columns, each photo has a button "Read more", however, in...
asked by 06.11.2018 / 02:17
1
answer

I can not center horizontally a div child of a container div with flexbox

I can not horizontally cen a div with flexbox. I have a half query for mobile screens @media only screen and ( max-width: 479px ) { .filadisco1 { display: flex; width:280px; justify-content:center; flex-direction:column; align-content: center...
asked by 26.09.2016 / 14:38
1
answer

Restart Invoice number in AdminLT template [duplicated]

Download a web system to manage purchases and sales in problem is that the invoices start at 1000 as seen in the reference photo, how can I reset the invoice number to 0? Thanks!     
asked by 31.08.2018 / 06:02
1
answer

How to define the width of a table and its th? so they look the same in Google Chrome and Firefox

I'm doing a project where I show different tables and I want to define the width of the tables and their th, in Google Chrome it works correctly but when I try it in Firefox I do not take into account the width of the table <link rel=...
asked by 02.04.2018 / 18:10
2
answers

How to put a container-fluid that occupies 100% of the pag

I have a problem, I want to place a container-fluid occupies 100% of the page so you can place inside a container to place it in the center. <div class="container-fluid bg-success" style = "height: 1000px"> <!-- Container total de la...
asked by 06.04.2018 / 03:06
1
answer

CSS And JS in Font Awebsome icons

I have a problem with css that I have not been able to solve, I have a few icons of font awebsome and I want to place them inside the circle of color but I have not been able to upload the icons, I have the icons in a list, and also how I can do...
asked by 17.11.2017 / 02:34
1
answer

Label floating in select element

I am creating a floating label that behaves as if it were a placeholder in the following way: body { padding:50px; } input[type="text"][required]:focus + label[placeholder]:before, input[type="tel"][required]:focus + label[placehol...
asked by 09.08.2017 / 15:22