Questions tagged as 'css'

1
answer

Circle between elements inline-block in firefox

I would like to know what these circles are inserted between some elements with inline-block display in mozilla firefox, because they occupy space and hinder the layout.     
asked by 13.04.2017 / 16:12
1
answer

Safari unconfigured, does not load css

The Header of my site, is opening unconfigured in Safari 8.0.8, it is not catching the css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -ms-flex-pack: justify; justify-content:...
asked by 13.04.2017 / 18:50
2
answers

Image does not change size - flexbox

Good afternoon. I'm trying to get the 3 images aligned in a single line when the screen grows, but my attempt to change the size of the images to 33% is not working. I would like to put the title PORTFOLIO in a line and below, the 3 images...
asked by 25.04.2017 / 17:33
1
answer

background image is not appearing in the ionic viewe nor in the compiled app

Background image is not appearing in the ionic viewe or compiled app. When I put it to appear right in hmtl like this: style="background-image:url(../img/santa-filomena3.jpg); background-size: cover; background-position: center;" Th...
asked by 10.04.2017 / 20:46
1
answer

Transform and position relative - No 2!

I need some help with transform, and position relative! link Here the button works perfect, when you pass the mouse it increases, using the transform, but it is not centralized and responsive the way I need it. .playbuttondiv { po...
asked by 09.04.2017 / 16:15
2
answers

How to create a toggle button on and toggle off?

I have seen that in some registers, they are using the toggle button a lot. Would anyone know how to do this?     
asked by 30.10.2016 / 18:40
1
answer

Change background from time (Problem)

I need to change the background from a certain time, but the site was already half done so the background loading is being done in jquery with this function $(".intro").backstretch("img/" + images[Math.floor(Math.random() * images.len...
asked by 28.03.2017 / 16:22
1
answer

How do I assign a view to an input type like submit?

I want to assign a blade to an input in my code. For example: The view is called 'panel.blade' and I wanted an input in the view 'adm.blade' to return it. Controller class ClientsController extends Controller {     public function showClie...
asked by 28.03.2017 / 16:32
1
answer

Why other divs do not appear?

I put a div as relative, and the other dives as absolute, but only the div 3 is appearing because it's the last guess, the problem is, why are they grouping like this?
asked by 28.03.2017 / 17:36
0
answers

Email - Marketing break column on mobile

Good afternoon, I'm developing a website for an email marketing, it's ready, but I've been looking on the internet and I've seen it to be responsive without using a media query ... and I tried to do a few sites explain, but I could not understan...
asked by 27.03.2017 / 22:08