Questions tagged as 'css'

1
answer

Two elements align vertically

I want to put one under the other but it does not work #tabla{ width:100px; height:100px; background-color:red; } <nav style="float:left"> <ul class="nav nav-pills nav-stacked span2"> <li><a href="#">Hom...
asked by 21.07.2018 / 01:21
1
answer

How to make a div pointing like a chat bubble

I have the following question about how to make a pointing div NOTE : I mean only one not with two div because that is what I do here I leave you an image of what I want and a bit of code this is what I want to achieve this is what I ha...
asked by 03.08.2018 / 21:13
3
answers

help with various DIV and creation

My code is the following and works perfectly, besides that there is more div, but I want to add a button that is called "Add new room" and when I press it I want to create another one in the body similar to the code What is present Is it possibl...
asked by 15.07.2018 / 23:13
1
answer

How to remove the edges in the bootstrap modal header

Good day, I'm working with laravel and bootstrap, right now I'm more focused on the design, the problem is that when creating the modal I see two white lines as if it were a margin, is there any way to remove them? Code <div cla...
asked by 20.06.2018 / 19:57
1
answer

# in input automatically and css to give it blue color

Good friends, I have a form which I want to send by email using phpmailer, and that part is running, the one that has come up is that I want to add to the words that I enclose by writing in the "tags" a prefix # if I write juan that the same...
asked by 28.06.2018 / 17:40
1
answer

Redirect to another page and place you in an exact place on the other page [closed]

I need help I have a question page, but there are different blocks of questions, and on another page I have all the answers to those questions. My intention is that when I select a block of questions when I go to the other page, I also place...
asked by 29.06.2018 / 22:35
2
answers

CakePHP does not cheat me styles

I have put the styles in webroot / css / estilos.css The home I have it in src / Template / Pages / home.ctp I call styles from home like this: <?= $this->Html->css('estilos.css') ?> But do not load them if I go to the pag...
asked by 10.06.2018 / 16:20
3
answers

I can not show a page when I click on html

I am editing an html template to adapt it to a personal project, then when I create the different buttons to reference their pages, there is one that does not allow me to send it, apparently it is blocked and I have reviewed all the html and css...
asked by 29.10.2018 / 16:01
2
answers

Css3 rules for transitions within other rules

Is there any way to introduce the rules one into the other? Let me explain: I have this html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css">...
asked by 26.06.2018 / 14:29
1
answer

Bootstrap does not work text-align to me in the class

   I'm trying to put the letter of the header in the center but I can not get it, I also try to put two classes and they do not work like they can be: color and align. I have no idea why I do not get both classes. <p class="text-primary te...
asked by 28.04.2018 / 17:18