diff options
| author | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:49 +0200 |
|---|---|---|
| committer | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:49 +0200 |
| commit | eb99c9a975712b50d97750a463119d20e8106d37 (patch) | |
| tree | ba05e150fb367a5ac3030d46fc2565ebec9962de /style.css | |
| parent | ad7f099f058b288cded2434ec06ebd23466c32c0 (diff) | |
| parent | d1aca3c6fc2945b568e87e86b6025c78dbf65bd3 (diff) | |
Merge branch 'main' of marcelus.net:mqtt
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..f10a42e --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +body { + background: linear-gradient(60deg, skyblue, 70%, blue) no-repeat fixed; + background-size: cover; +} + +canvas { + background-color: aliceblue; + border-radius: 20px; +}
\ No newline at end of file |
