Commit e489b814 authored by Deokhyun Lee's avatar Deokhyun Lee

add .css for general styling of the pages

parent 1ec662ae
.row {
grid-row: 1 / span 2;
}
ul li {
list-style-type: none;
}
h1 {
font-size: 36px;
font-weight: bold;
margin: 0;
color: blue;
}
form {
background-color: blanchedalmond;
}
button {
background-color: #555;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
\ No newline at end of file
...@@ -58,7 +58,8 @@ MIDDLEWARE = [ ...@@ -58,7 +58,8 @@ MIDDLEWARE = [
] ]
ROOT_URLCONF = "widget_aguandhischipmunks.urls" ROOT_URLCONF = "widget_aguandhischipmunks.urls"
STATIC_URL = '/static/'
STATICFILES_DIRS = [BASE_DIR / "static"]
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
......
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 to comment