From 5d29bd89fdf82ba90357d8b6c9854236223ac88e Mon Sep 17 00:00:00 2001 From: Eupheng <48337549+eupheng@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:10:47 -0500 Subject: [PATCH] Delete style.css --- style.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index ce86b7d..0000000 --- a/style.css +++ /dev/null @@ -1,34 +0,0 @@ -/* styles.css */ -body { - height: 100vh; - margin: 0; - font-family: 'Nunito', Arial, sans-serif; - font-size: 2em; - background-color: #f0f0f0; - overflow: hidden; -} - -.notebook-page { - position: absolute; - background-color: white; - padding: 20px 40px; - border-radius: 0 5px 5px 0; - box-shadow: 0 0 10px rgba(0,0,0,0.1); - cursor: move; - user-select: none; -} - -.notebook-page::before { - content: ''; - position: absolute; - left: 0; - top: 0; - bottom: 0; - width: 2px; - background-color: #ff9999; -} - -.pop-up { - color: #333; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} \ No newline at end of file