Questions tagged as 'css'

1
answer

Vertical scroll by parts

I would like to know how to program with html, css and js .a custom scroll Go from the cover to the next page with a single movement of mouse roulette. This is what I want link And repeat with all the sections, to make the website more usab...
asked by 17.03.2018 / 13:50
1
answer

How to use max height in a tbody?

I am trying to make a tbody have a maximum height and the content that has to be scroll , but I do not finish it. The problem is that when I put the display block the whole content of the tbody goes to the first td and the idea i...
asked by 26.01.2018 / 19:18
3
answers

Align span and textbox

I have the following form to login but they do not line up. I can not get the user and password span in the same line, that is, there is not a jump between the span and the input . I'm using bootstrap 4. /* LOGIN...
asked by 25.01.2018 / 20:42
3
answers

Problems with PHP routes

I have the following codes: I have my index.php <!DOCTYPE html> <html> <head> <?php include('includes/head.php');?> </head> <body> <?php include('includes/navbar.php');?> <?php includ...
asked by 26.01.2018 / 21:43
1
answer

problem with the first-child selector

Good I am practicing creating a form with bootstrap. body{ background-color: #74DBEF; } #contentPrincipal { background-color: #F6F5F5; margin-top: 30px; border-radiu...
asked by 28.01.2018 / 14:39
1
answer

How do I separate the form data in two different boxes?

I want to separate the data from the left part of the form, put each one in a box, a div different with that transparent background that they are and I am incapable. I did several tests without success. Nor am I able to vertically center...
asked by 29.12.2017 / 15:26
4
answers

Adjust css html table

I'm working on a table from HTML and CSS, what I needed was for the header to be fixed which is already there but the body can not adjust it to the size of the header of the table. This is what I have: load/* main elements */ tr:nt...
asked by 02.01.2018 / 05:57
4
answers

Problem css height 100%

Why do not I get to fill the whole screen if I have the height in the body,html and the content? I pass the code: #secundario { width: 200px; padding: 5px; background: #ffff55; border: 1px solid #555555; f...
asked by 13.12.2017 / 10:59
1
answer

Field input text stands out from the div

I have a field called description , which takes the description of the database, and the size of the input text box is equal to the value of the length of the text string of the value obtained in description . I explain: if the string I p...
asked by 09.01.2018 / 11:11
1
answer

Style HTML CSS buttons

I automatically get the buttons one below the other by dividing them into 3 divs. Each button has its own div and in turn all divs are in a div called > buttons . How can I distribute the three buttons in a centered X width? W...
asked by 07.01.2018 / 00:48