Add Static Files
This commit is contained in:
11
static_project/static_app/static/styles/styles.css
Normal file
11
static_project/static_app/static/styles/styles.css
Normal file
@ -0,0 +1,11 @@
|
||||
body{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 300px;
|
||||
}
|
Reference in New Issue
Block a user