Questions tagged as 'css'

2
answers

Fit text inside a button

CSS I have a button that has a pretty long text: When the screen changes size (becomes smaller), it hides part of the text: The idea is to adjust the width and deploy in several lines (the ones you need) without hiding anything...
asked by 16.10.2017 / 15:16
2
answers

How can I make chains, with Java or JavaScript? Help!

Hello Good morning to all, what happens is that I want to capitalize some chains with JavaScript, java or CSS, the latter with CSS and try with the property text-transform: capitalize; and it did not work, they only change with the other propert...
asked by 03.10.2017 / 15:04
1
answer

How to make input fit within a panel that is in col-md-6?

Let me explain, I have a modal window that has 3 panels, the first one is in a row and has col-md-12, all right there. the second and third panels are in a row with col-md-6 respectively. All right up there, my problem is when I change the...
asked by 07.09.2017 / 23:04
1
answer

CSS Laravel Bootstrap 4

I have problems with this new version and I have some things that if you are collecting the Bootstrap4 and others not. For example, you are not able to teach these icons: <a href="#" class="btn btn-danger"> <i class="fa fa-c...
asked by 31.08.2017 / 09:15
1
answer

Off-center element

Good What is the cause of the badly focused link (work together)? .Portada { height: 100vh; width: 100%; background-image: url(../Img/fondo.jpg); background-size: cover; background-repeat: no-repeat; text-align: c...
asked by 16.09.2017 / 14:55
1
answer

Problem when "preloading" images

I have several images on the web page. What I need is that when loading the page all the images are loaded the same (for example, the drawing of a clock, this I do to load the web faster) and that they "pre-load" the correct images in cache. Whe...
asked by 19.09.2017 / 09:22
1
answer

CSS: Keep style by breaking the word

By breaking the word with word-wrap: break-word; I would like the border top to stay, is there a way to do it? Thank you very much. td{ border-top: 1px solid black; } .width1{ width:60%; display:inline-block; word-wrap:br...
asked by 20.09.2017 / 09:29
1
answer

Bootstrap panel tab [closed]

I found this page: link And I have added such a code (HTML and CSS) and it does not create the design of one of the responsive tab. I understand that the problem is the libraries, but I do not know what libraries I need to call and th...
asked by 09.08.2017 / 20:56
3
answers

Overwrite! important css

I have a div that has !important but I need to give more importance to another in a certain case. Is there a rule to give more importance to the other div that has !important ?     
asked by 24.07.2017 / 23:00
1
answer

Edit the content of the media min-width with jquery

@media (min-width: 768px) { . . . } I would like to know if there is any way to manipulate the content of the media by means of javascript or jquery.     
asked by 20.07.2017 / 16:20