From 5080c566ac31ec622986c04f1812a1e88c88210e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Fri, 29 Mar 2024 16:35:04 -0600 Subject: guestbook! --- static/css/guestbook.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 static/css/guestbook.css (limited to 'static/css/guestbook.css') 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; +} -- cgit v1.2.3-70-g09d2