diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-01-10 17:05:09 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-01-10 17:05:09 -0300 |
| commit | 1ea17797ce21c6f5b442bc275211ba8037a5b96c (patch) | |
| tree | 6ef3ca6248b0ea860ab5cbe70e35c1a97f5f5ab5 /src/main/resources/static/main.css | |
Diffstat (limited to 'src/main/resources/static/main.css')
| -rw-r--r-- | src/main/resources/static/main.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/static/main.css b/src/main/resources/static/main.css new file mode 100644 index 0000000..5c1fe8d --- /dev/null +++ b/src/main/resources/static/main.css @@ -0,0 +1,24 @@ +body { + background-color: #111; +} + +.title { + background-color: gold; + color: #000; + margin: 0.5em auto; + font-weight: 700; + max-width: 3.5em; + text-align: center; + border-radius: 5px; +} + +.content { + display: flex; + margin: 2em; + justify-content: center; + flex-wrap: wrap; +} + +.card { + margin: 1em; +}
\ No newline at end of file |
