Questions tagged as 'css'

1
answer

Input in square, css

I have to take the following format that I must replicate: The fact is that it does not come out and I do not know what else to do. I have the following code: <div style="display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;...
asked by 10.12.2018 / 23:56
1
answer

Problem with CSS property to scroll [closed]

I have a chat, and as you know, I have to make it scroll in some way where the messages are seen. For that I have the property overflow and I put the value to him auto, but this does not show the last message once it is sent, it is necessary to...
asked by 23.07.2018 / 06:52
2
answers

Why do I have a gap in one of the sections?

I am creating a site and one of the sections does not occupy the whole height, there is a small gap up and down. It is in the penultimate section the one before the Copyright, it is green and the white holes are visible. I put the example in CO...
asked by 24.12.2017 / 19:52
3
answers

Font-family does not work on my page

I have decided to use the google source "Raleway" with which I have added this to my code: <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> And this in my css: html, body { height:100%; width:100%; fo...
asked by 25.10.2016 / 17:32
2
answers

Apply a style to the single pulsed element

I have a problem, I am using jquery, and I need that when I press an element a style is applied, the problem is that all the elements have the same class and I can evaluate it with the event object that I receive the function, but that's only wh...
asked by 15.03.2018 / 01:19
2
answers

How to style an input="file"?

I would like an input ( <input type='file' > ). Have the appearance of a div with a class which gives it a circle. circle { border-radius: 50%; width: 80%; height: 0; padding-bottom: 80%; border-style: solid;...
asked by 22.03.2018 / 17:52
1
answer

Modify my Bootstrap form with style

On all sides I see how to make a bootstrap form but not how to edit it in style. I have already prepared a secure login form. But the truth is, it's very "shabby" I'd like to make it cool This is my form <div class="container"> &l...
asked by 20.03.2018 / 22:56
1
answer

Put V in active checkbox. with custom css

I have modified the look of checkboxes to make them more cute, but I want to put a content: "\ 2713"; if they are active and I can not get it. Here is an example of what I have. /*chechboxes*/ .checkbox.ChachiCheck { padding-left: 0;...
asked by 15.01.2018 / 11:44
2
answers

How do I prevent it from closing inside the container?

I EDIT THE QUESTION FOR IT TO BE CLEAR. I expressed myself fatally and mixed several questions. Question 1 Good, how can I make it so that it only closes, when I click outside (or on the button) and everything returns to its original s...
asked by 26.10.2017 / 12:04
1
answer

Menu with boostrap

I'm creating a drop-down menu and it does not show me, I do not know why, look here the code: Default.ctp <?php /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https...
asked by 09.04.2018 / 23:07