rejestracja/style.css

69 lines
780 B
CSS

body
{
background-color: aqua;
}
#tabele
{
display: flex;
width: 100%;
}
#logowanie
{
margin: auto;
text-align: center;
margin-top: 20%;
background-color: pink;
width: 250px;
border: 2px solid red;
padding: 10px;
}
.error
{
color: red;
}
h1
{
text-align: center;
}
table
{
border: 1px solid black;
table-layout: fixed;
}
tr,td
{
border: 1px solid black;
}
td
{
width: 200px;
}
td:first-child
{
width: 5px;
}
.tabela
{
height: 300px;
margin-top: 50px;
float: left;
width: 33.33%;
padding: 10px;
height: 200px;
flex: 1;
padding: 16px;
}
#czysc
{
clear: both;
}
#wrap
{
padding:10px;
}
input[type=button]
{
width: 100%;
}