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