Questions tagged as 'css3'

1
answer

Centra divs in bootstrap

I have the following structure: <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6"> </div> <div class="col-md...
asked by 22.01.2018 / 15:59
1
answer

html tags u or span? [closed]

I was currently using span to select a part of my text and give it another style, but recently I discovered a tag called u that has the same effect with the same definition    Defines text that should be stylistically different...
asked by 27.12.2017 / 18:44
1
answer

Broken Image PHP

Friends, I have my web with images of small sizes for example of 96x96 px that in development shows normal, but when I upload it to production it comes out in the following way I have to do several times F5, so that the image is visualized,...
asked by 16.12.2017 / 17:22
1
answer

background in event focus in tag a html

I'm doing a kind of icon panel where the user can select an icon, what I want to do is that when the user selects the icon it lights up (this is done only when I mouse over the icon but it does not remain illuminated when I select it and it is w...
asked by 21.11.2017 / 00:08
1
answer

My second answer does not display the arrow up

I have the view show where I show my answers to the questions and can vote for them, for my first answer I display the arrow correctly, but for the second answer or others just display the counter. show.html.erb: <div class="conta...
asked by 30.10.2017 / 04:10
1
answer

Error message below the input and textarea

I am struggling with Bootstrap 4 and Jquery Validate to get the error message displayed BELOW OR UP from input and textarea but I do not succeed. In the input, the message appears on the right. In the textarea it DOES NOT APPEAR and neither t...
asked by 25.10.2017 / 20:51
1
answer

CSS Laravel Bootstrap 4

I have problems with this new version and I have some things that if you are collecting the Bootstrap4 and others not. For example, you are not able to teach these icons: <a href="#" class="btn btn-danger"> <i class="fa fa-c...
asked by 31.08.2017 / 11:15
1
answer

Off-center element

Good What is the cause of the badly focused link (work together)? .Portada { height: 100vh; width: 100%; background-image: url(../Img/fondo.jpg); background-size: cover; background-repeat: no-repeat; text-align: c...
asked by 16.09.2017 / 16:55
1
answer

Apply the text-decoration style only for :: after

To facilitate how I visually modify a page, by code I am adding a class to certain elements that I want to mark. By adding .marcado , they look like this: /* CSS de la página */ p { font-size: 18pt; text-decoration: underlin...
asked by 26.06.2017 / 07:59
2
answers

How to create a div (html) dynamically?

Good day. I do not know if the question I put is something that you will understand easily, so I will explain. I was thinking, when we want a menu to be hidden or displayed according to the scrolling scroll up or down, we can do it according...
asked by 03.09.2017 / 16:56