Questions tagged as 'css'

3
answers

How to change a link color? [duplicate]

Good afternoon, I want to change the color of my <a href=""></a> but I can not do it CSS Code: a:hover{ color: #fff; } but it changes the color when passing the arrow of the mouse over the link but I can not ma...
asked by 13.06.2017 / 22:33
2
answers

how to create a grid in boostrap with 3 frames

Hello I have given to learn bootstrap 4 and now I have presented this difficulty (design a blog) I want to locate a container with 3 large squares that cover half and the other two smaller ones on top of each other but not as a picture is made h...
asked by 03.04.2018 / 04:30
3
answers

Modal does not appear full

This is how my Modal appears: I need you to appear complete and overlap in front of everything. This is my code: <div class="row"> <div class="modal" id="mostrarmodal" tabindex="-1" role="dialog" aria-labelledby="basic...
asked by 07.04.2017 / 05:37
1
answer

Put html elements one below the other

Hello my html structure would be: .navbar { background-color: #62ADD6; font-size: 15px; border: 0; position: fixed; height: 80px; } #pie { display: block; position: absolute; background-color: #2f43c1; bott...
asked by 28.03.2017 / 10:40
1
answer

How to import fonts from a local file, to my HTML project [duplicated]

I have a problem and I really do not give my solution. I have some otf files, which are some sources that a designer has given me. I'm importing them in the following way: @font-face { font-family: Verlag; src...
asked by 03.01.2017 / 17:34
2
answers

Remove white side space from HTML with Bootstrap

There is a white border that I can not remove and I do not know why it is formed. It only appears in the mobile responsive version. /*/*Fuentes*/ @import 'https://fonts.googleapis.com/css?family=Lora:700i'; /*Header*/...
asked by 10.12.2016 / 04:55
2
answers

Styling a pseudo element :: after with jQuery

How to select from jQuery an element of this style? .page-container .single-page:nth-of-type(2)::after { } The idea is to be able to modify certain rules CSS from JavaScript.     
asked by 26.10.2016 / 16:06
2
answers

modify the framing of input selection in html

I have an input to which I apply a border-radius style border-radius: 15px 10px 15px 10px; but when I select the frame is still rectangular, I show it in an image I want that frame also curved, can you?     
asked by 27.11.2016 / 01:52
3
answers

How to vertically align a div - CSS

I would like to know what ways exist to align a div vertically, or any attribute such as section or article. I know the question is very general but I just started with CSS recently. Thanks.     
asked by 07.01.2017 / 22:25
1
answer

Remove animation timing function flicker

I had a doubt. I wanted to get the background of my web to change using keyframes. That's why I used animation-timing-function: step-start; . The problem is that it does change, but in each change there is a horrible white flicker, as if the im...
asked by 05.01.2017 / 18:47