Questions tagged as 'css3'

1
answer

difference between .classList and .class

This code is a progress-step so that it remains marked I am eliminating the class btn-default and inserting the class btn-primary but when I add the class because it shows me undefined? and when I use .class="btn-primary" it shows me the name of...
asked by 06.03.2017 / 21:24
1
answer

Problem with Media Queries CSS

Good morning, comrades. I come with the following question. I have a half query to put a wallpaper on my master, located in the body . body { background : url('../../escritorio.png'); background-size : cover !important; backgro...
asked by 16.03.2017 / 17:48
1
answer

Column Count in HTML with the PHP MPDF library

I'm trying to show a pdf with columns, but it does not accept me% c_of css% My code: <style type="text/css"> #container { width: 100%; max-width: 700px; margin: 2em auto; } .cols { -moz-column-count:3; -moz-column-ga...
asked by 29.06.2016 / 14:59
1
answer

materialize + pug (jade) does not work?

I have this in my layout doctype html html head title= title script(src="/javascripts/jquery-1.9.1.js") link(rel='stylesheet', type='text/css', href='/stylesheets/materialize.min.css') script(src="/javascripts/materialize.min...
asked by 24.02.2017 / 05:07
2
answers

Remove scroll bootstrap

I'm making a web page in Boostrap and I want the content to be adapted to the size of the screen on the home page (home), that is, there is neither vertical nor horizontal scroll. How can I do it to remove it? This is my code: html...
asked by 27.07.2016 / 09:10
1
answer

Automatic background color change

I have this code .description { padding-bottom: 4%; text-align: center; animation: back_animate 25s infinite linear; @keyframes back_animate { 0% { background: linear-gradient(-1...
asked by 23.11.2018 / 01:01
1
answer

Practice HTML and CSS

now the problem is the submenu of the submenu not to the appearing one and then the one of the two that appears ali. Thanks for the help. And happy for whoever helps me, I thank you. /* Menú */ nav { width:90%; max-width:...
asked by 25.11.2018 / 12:47
3
answers

Coordinate sidebar and browser bootstrap

Good! First of all I am a supernoob with web pages and I have made the bad decision to use bootstrap in my first project of the university, so I would appreciate any advice you can give me: 3 I'm making a template of the navigation bar and...
asked by 03.04.2017 / 21:15
2
answers

A dropdown menu occupies space as displayed

I have this css code: /*menu*/ .dropdownmenu ul, .dropdownmenu li { margin: 0; padding: 0; position: relative; left:5%; width:100%; } .dropdownmenu ul { background: gray; list-style: none; width: 100%; font-si...
asked by 02.05.2018 / 20:23
1
answer

CSS3: Locate H3 and the paragraph within a GRID

I need to locate the text that is framed in yellow, inside the photo, that is container-2. Even though I put: .container-2 h3{ grid-column: 2 / 3; grid-row: 2; }    The h3 nor the paragraph move from place to inside the...
asked by 02.01.2018 / 14:24