Questions tagged as 'css'

2
answers

reboot scss bootstrap 4

I have problems with the bootstrap reboot.scss using the css I ask for the change of the white color label and the reboot.scss is put before my change, I do not know what this is due to. Note: I'm practicing with wordpress, that's why the image...
asked by 14.02.2017 / 20:15
2
answers

You can create a max lenght for span, div or p

Hello, this is my question: I know there is an attribute for input and text-area with which the number of characters is manipulated as maxlenght , my question is if this can be done with span , div or any other...
asked by 18.01.2017 / 23:21
1
answer

Why is this image not responsive?

What's wrong with this css? .img-responsive{ width: 100%; height: 100%; display:block; } .hovereffect { width: 100%; height: 100%; float: left; overflow: hidden; position: relative; text-align: center; c...
asked by 18.01.2017 / 22:38
1
answer

Make a figure with CSS

How can I make the green shape in the photo in css. It is to make the game simon says.Thanks !! I could use border-top-left-radius to round off the left edge, but how do I achieve the rounded shape of the lower right side?     
asked by 10.12.2016 / 20:53
2
answers

When I refresh my web page, the drop-down menus are dislodged and after 2 seconds they are placed well

At the time of refreshing my page the foldouts are dislodged but after a couple of seconds they are placed in their place. Is it possible that it's because of Jquery? or because when doing requests with php when reloading the page, this few seco...
asked by 19.12.2016 / 11:39
1
answer

When interacting, change the style of a web and store it [duplicated]

I am developing a website with php, javascript, html5 and css3. I want to change the color according to what the user chooses in a developed configuration section and that those changes are stored How could I do it?     
asked by 29.12.2016 / 09:35
1
answer

Position absolute element with respect to a tr

Well, as the question says, I would need to position a <div> with position:absolute with respect to each of the rows. <tr class = "danger" style="position:relative;"> <td align = "left"><strong>&nb...
asked by 23.11.2016 / 11:24
1
answer

Put buttons to the bottom of the container

I'm trying to put three buttons down all of the red div. I tried using position:relative bottom:0px; but it does not work. body{ text-align:center; } input{ max-width:15%; } .pomodoro{ background:#e5...
asked by 29.11.2016 / 00:54
1
answer

Divide text into two div

I'm making an invoice in JavaScript, PHP, HTML and CSS and I have a question. The design of the invoice simulates a folio just like desktop text editors do. I've solved that with <page> and CSS. When the content arrives according...
asked by 26.12.2016 / 12:28
2
answers

HTML - Custom font and style not working properly

Hi, I have a web-art gallery with several parts. In all of them I have defined a header that uses a customized font, however in some it shows well and in others it does not. To check this is my website: link is the main page, it looks corre...
asked by 13.11.2016 / 21:28