diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-29 16:35:04 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-29 16:35:04 -0600 |
| commit | 5080c566ac31ec622986c04f1812a1e88c88210e (patch) | |
| tree | d8dbaa766ef21b098c5740880facc2989c750295 /static/css/guestbook.css | |
| parent | 7cc13887eae7dd2a61900751e038d273313d077f (diff) | |
| download | hatecomputers.club-5080c566ac31ec622986c04f1812a1e88c88210e.tar.gz hatecomputers.club-5080c566ac31ec622986c04f1812a1e88c88210e.zip | |
guestbook!
Diffstat (limited to 'static/css/guestbook.css')
| -rw-r--r-- | static/css/guestbook.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/guestbook.css b/static/css/guestbook.css new file mode 100644 index 0000000..0fb7a16 --- /dev/null +++ b/static/css/guestbook.css @@ -0,0 +1,15 @@ +.entry { + margin-bottom: 10px; + border: 1px solid var(--border-color); + + padding: 10px; +} + +.entry-name { + font-weight: bold; +} + +.entry-message { + margin-left: 20px; + white-space: pre-wrap; +} |
