Commit 9a6e4bb5 by farama

Upload New File

parent 678e56e0
Showing with 42 additions and 0 deletions
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container{
margin: auto;
max-width: 1000px;
display: block;
}
#input-products{
background-color: rgba(1,1,1,0.1);
width: 100%;
padding: 10px;
text-align: center;
font-size: 25px;
}
#header-text{
text-align: center;
margin-left: 2.5%;
}
#Table1{
width: 100%;
border: 2px solid black;
}
#Table1 th{
text-align: center;
color: red;
text-align: left;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment