Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

body {

background-color: blue;
color: darkblue;
}

.tableInfo {
width: 500px;
background-color: FireBrick;
border-collapse: separate;
border: solid black 3px;
border-radius: 20px;
padding: 10px;
color: yellow;
font-style: italic;
font-weight: bold;
}

.tableUpitnik {
width: 500px;
background-color: LightSkyBlue;
border-collapse: separate;
border: solid black 3px;
border-radius: 20px;
padding: 10px;
font-style: italic;
font-weight: bold;
}

.inputInfo {
float: center;
background-color: aqua;
}

.inputUpitnik {
float: left;
background-color: white;
box-shadow: 5px 5px;
}

.send {
background-color: red;
border-collapse: separate;
border: solid black 2px;
border-radius: 10px;
padding: 10px;
color: yellow;
font-size: 14px;
font-weight: bold;
}

td {
text-align: left;
}

You might also like