Implemented SQL injection attackable service
This commit is contained in:
16
static/css/index.css
Normal file
16
static/css/index.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.cats {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.books {
|
||||
border: 1px solid grey;
|
||||
min-width: 200px;
|
||||
min-height: 350px;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.book > img {
|
||||
width: 190px;
|
||||
}
|
||||
Reference in New Issue
Block a user