Questions tagged as 'css'

2
answers

how to get an exact "em" without calculating

How to get a em without calculating? That is, in div > .p : .div { font-size: 30px; } div > .p { font-size: .9em; } This gives me 27px, but if I wanted 26px, as I do to get that exact pixel without being calculated un...
asked by 24.04.2018 / 01:48
1
answer

Problems getting HTML elements from Firebase

I have a database in Firebase that receives data from an Android application, the application sends the data already enclosed in HTML tags, with classes and Id's. I get the Firebase data with Javascript and print it on the screen. the data is di...
asked by 14.02.2018 / 19:08
2
answers

How to put a container-fluid that occupies 100% of the pag

I have a problem, I want to place a container-fluid occupies 100% of the page so you can place inside a container to place it in the center. <div class="container-fluid bg-success" style = "height: 1000px"> <!-- Container total de la...
asked by 06.04.2018 / 05:06
1
answer

lower containers do not fit the upper container

help please, the problem is that the fieldset labels are mismatched from their container on the right side of the sheet, when viewed on small devices: *{box-sizing: border-box;} #controlesFactura{ margin-bottom: 7px; } .btn{...
asked by 05.07.2018 / 00:15
2
answers

Mouseover and mouseout event in JavaScript

I'm doing a small test page in html, js, css and I have some pictures that when I pass the mouse I want the button to be added to erase each image and when it is not on the image disappears, I managed to make the event clear with mouseover and m...
asked by 28.04.2018 / 00:05
1
answer

How do I fix footer elements?

I'm trying to put the social media bar in the footer but it does not have the desired effect, like the bar above the example. It remains as pigeonholed in a box. If I delete <li class="social_icons clearfix"> it works, but the eleme...
asked by 18.01.2018 / 14:11
1
answer

scss does not apply to jsfiddle

I have a jsfiddle and tried to apply styles with scss but they are not applied. The results should look like this other . Why is not the conversion of
asked by 05.01.2016 / 17:58
2
answers

Browse div with class and show only the selected item

I want to show and hide a div, it is a list that has a class are 4 div, with the same class and the button that should show also has the same class, the problem I have is that with the function that I have it shows me all the div or just the one...
asked by 29.12.2017 / 00:04
1
answer

CSS And JS in Font Awebsome icons

I have a problem with css that I have not been able to solve, I have a few icons of font awebsome and I want to place them inside the circle of color but I have not been able to upload the icons, I have the icons in a list, and also how I can do...
asked by 17.11.2017 / 03:34
1
answer

How do I change the source having bootstrap styles?

I'm trying to create a website. I was helped by colleagues like Camilo Vasquez, adding bootstrap libraries to create a navigation bar. I also have my own style sheet and I wanted to change the font size of this navigation bar, but I am not capab...
asked by 16.11.2017 / 00:00