Questions tagged as 'css'

1
answer

Problem to adjust and align columns, grid system

I have a small problem to adjust columns, according to bootstrap and its grid system is used col, col- md, col-ml, col-sm, col-lg and its other variants. It turns out that in terms of the design of the next image As I understand th...
asked by 18.08.2018 / 03:22
2
answers

I'm not running my CSS file

Is anyone able to see why I suddenly do not read the CSS files? I guess it will be an absurdity but I look at it and I do not see where it fails me. I made a very simple base to then work with php and databases, then I went to modify the aest...
asked by 02.04.2018 / 18:38
2
answers

Help with textillate text animation library

Good day programmers, I am trying to implement a known library of text animation called textillate, documentation: link Well, I do not know if the problem is of includes or I'll be having some syntax error but it's not so much science to ma...
asked by 23.03.2018 / 16:03
1
answer

Swap images in html every so often

to see if you can throw me a cable. I'm doing a web page and I want to make images go by every x time. What I have right now is: JAVASCRIPT: miBanner = document.getElementById("canvas"); ctx = miBanner.getContext("2d"); var i=0; var image...
asked by 23.03.2018 / 20:12
3
answers

Duplicate icons appear on uikit

I am doing a page of my curriculum to be able to have a presentation in web version. For this, I'm using the framework uikit 3 . I was trying to do the parallax effect in the data grid, so I added jQuery so that everything worked correctly....
asked by 16.03.2018 / 14:11
1
answer

The bootstrap navbar 4 is not transparent

The Navbar of bootstrap 4 is not transparent to me, try placing a class called to the navbar called <nav class="my-navbar"> And remove the color in the CSS in this way: .my-navbar{ border:0px; border-radius: 0px; background:none;...
asked by 17.03.2018 / 04:35
2
answers

CSS Invalid Property Value

Well I've been doing a project that I found in an online course and all very well, but, I need to center a button. In the video they use the following lines: div.resumen input{ display: block; margin-bottom: 10px auto; } In the tutoria...
asked by 28.02.2018 / 01:25
3
answers

How to put div, inside another div, that is in the middle and that the text within it is in the middle too. HTML and Css

How can I create a div within another div and that it be positioned in the middle? The div I want to put is the #left and the #right Attached image: my current code is this: body { background: #...
asked by 28.02.2018 / 00:06
2
answers

How to reduce the footer from the bottom?

Hi, I want to make the footer be less high. With the help of Edgar Gutiérrez I got with this gif that found me. I have tried several ways and yet it did not work, because the upper part of the gif was lost, which gives it its charm. I want to cu...
asked by 20.02.2018 / 17:06
2
answers

Remove space between inputs and cell

I need to remove the space that occurs between the inputs and and the edge of the cell. <table width="100%" border="2" bordercolor="red" align="center" style="border-collapse: collapse;"> <tr> <th bgcolor="red" w...
asked by 15.02.2018 / 16:01