moved static folder in quiz-app for directory warning
This commit is contained in:
parent
8949a6ba42
commit
794bc7025c
17
quiz-app/static/css/style.css
Normal file
17
quiz-app/static/css/style.css
Normal file
@ -0,0 +1,17 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
|
||||
|
||||
/* Appliquer les polices aux éléments du document */
|
||||
body {
|
||||
font-family: 'Play'; /* Aladin pour le corps du document */
|
||||
/* font-size: 1.5em; */
|
||||
}
|
||||
|
||||
.button-link {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #497AA1;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
font: inherit;
|
||||
}
|
||||
BIN
quiz-app/static/favicon.ico
Normal file
BIN
quiz-app/static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
quiz-app/static/images/wp.jpg
Normal file
BIN
quiz-app/static/images/wp.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
BIN
quiz-app/static/logo.png
Normal file
BIN
quiz-app/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user