Questions tagged as 'css'

1
answer

Error with Font Awesome in Laravel

I'm making a website with Laravel . But when I add the icon library Font-Awesome , the iconos do not come out and I get this error in console: What can be the error? The css and the fonts are inside t...
asked by 08.11.2016 / 17:42
1
answer

Div format for list

I'm trying to be able to make a format for a list that will be generated by a ng-repeat . I want to get something like this (Beforehand I ask for forgiveness for my design, it is that I am pesimo in css xD) Where those circles wil...
asked by 05.05.2017 / 15:14
2
answers

Window event, when you do not click on a div disappear (Javascript)

Each time a button is clicked, a <div id="fondonegro"> appears which contains menu type information. When you do not click on <div id="fondonegro"> that makes a display:none with Javascript. It is a duplicate...
asked by 13.03.2017 / 19:32
1
answer

Error width 100% when loading the table with the CanvasJS library

I have a problem using the CanvasJS library. I define the following div: <div id="resizable" style="height: 300px;"> <div id="chartContainer1" style="height: 100%; width: 100%;"></div> </div> And I add this scrip...
asked by 16.06.2016 / 08:18
1
answer

Put space every 200px

I want to make a div that inside has several ul and li that is automatically filled with mysql and php with a foreach. The div is infinite and I want every 200px to put a 50px separator automatically. Can this be done? The size of the cont...
asked by 08.02.2017 / 21:44
1
answer

Call elements of a div with javascript

I have a section that is hidden but clicking the button does not work, the truth is that there is almost no javascript, but do not be mocking please. My css .cal{display:none;} .calculadora{width:95%;text-align:center;} .calcula...
asked by 05.11.2018 / 06:37
3
answers

Avoid string break when the available horizontal space ends

If you use a sequence of letters it does not break even if the horizontal space available in the container runs out, unless you use CSS properties to the effect such as: word-break and word- wrap , but if the sequence has characters like hyph...
asked by 01.01.2018 / 00:12
3
answers

CSS: Stop applying styles from a certain width

The problem I have is that I have used a bootstrap template and modified part of the CSS. Then I have it responsive from 1920px to 1024px, but from 992 the styles change a lot and everything is bundled, so I would like from 1024 to apply hori...
asked by 21.09.2017 / 07:45
1
answer

CSS Routes Laravel Template

I am following an example of Laravel exercise and I would like to know if I can transform this: <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/css/override.cs...
asked by 02.10.2017 / 07:58
2
answers

div about another div

I want to put one div on top of another, right in the center of the father div #uno { position: relative; text-align: center; } #padre{ position:absolute; } <div id="padre">holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa como...
asked by 14.08.2017 / 15:16