Questions tagged as 'css'

1
answer

text protrudes from div

I have a div inside which there are 4 buttons, but the text excels the div by reducing the screen my html <div class="row"> <div class="col-lg-3 col-md-4 col-sm-6"> {{ Form::button(nombre, ['class' =&...
asked by 26.10.2018 / 19:14
2
answers

What is the correct syntax of input and label in a fomurlario?

I think the question is very basic but, I'm learning and I've found the input and label syntax in both ways     
asked by 22.08.2018 / 00:22
2
answers

Problem when putting together a grid of images [closed]

I want to build a gallery of images, but the problem I have is that the images are uploaded by the user and can be of any size, and I want it to be a perfect grid (columns of the same size) I can not do this with css or find a bookstore. W...
asked by 16.08.2018 / 16:18
2
answers

Problems with transform and z-index CSS

Hello Stackoverflow community! As you can see in the image, the problem is why my 3D effect exceeds the z-index of the div that is closest to the user? This only happens to me in Safari, in the other browsers it works correctly. The...
asked by 01.08.2018 / 05:23
3
answers

Move div to the right

First I want to clarify that I am new to this, so please excuse the format of the question. I would like to move my DIV with class "Menu" to the right and I can not find a way to do it, here I leave my code. <body> <div> &l...
asked by 24.06.2018 / 17:24
3
answers

Header navigation style

I have this error, and that is that passive housing I can not put it in a line, I always leave it separate, the house is that neither giving it width or anything with it to fix it, any suggestions? CSS .menu { position: rela...
asked by 19.07.2018 / 09:37
2
answers

show footer and header with scrollable content

Note: I'm using the Boostrap 3 framework On the desktop screen it's fine: But on a mobile device it does not appear at the end: This is the html code I have: <!DOCTYPE html> <html lang="en"> <head> <...
asked by 27.06.2017 / 20:40
3
answers

how can I modify my display?

I'm doing a display for videos but I can not modify it correctly to make it look like this image: but it only appears to me like this image: this is the code: css: div.polaroid { width: 80%; background-color: white;...
asked by 22.06.2017 / 21:59
1
answer

Stylesheet do not react: PHP and CSS3

Sorry, lately I've been working with PHP, and I've noticed something. Every time I change from to I change the style of that button. Until then I understand it, because the style says "button {...}", but then, even if I put the "input [type =...
asked by 10.08.2018 / 01:03
2
answers

Why, when adding the opacity effect, is it hidden behind other elements?

Exact example of what happens here Let me explain, if you see the example you can notice that they are just two simple animations, two images that come up spinning around, and a text that begins to show through opacity. In this final par...
asked by 01.03.2018 / 21:04