Prześlij pliki do 'static/ css'

This commit is contained in:
Sławomir Łopata 2023-02-16 23:55:27 +01:00
parent b15d287b55
commit 9ec08c0225
2 changed files with 48 additions and 0 deletions

8
static/ css/delete.css Normal file
View File

@ -0,0 +1,8 @@
table, th, td {
border: 1px solid black;
}
#itemImage {
height: 100px;
width: 80px;
}

View File

@ -61,6 +61,46 @@ body {
float: left;
}
#koment {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
}
#add {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
}
#update {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
}
#delete {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
}
#title {
background-color: rgb(67, 173, 6);
display: inline-block;