diff --git a/style.css b/style.css deleted file mode 100644 index cdbaaac..0000000 --- a/style.css +++ /dev/null @@ -1,35 +0,0 @@ -body { - font-family: sans-serif; - background-color: #f8f8f8; - padding: 20px; - color: #333; -} - -h1, h2, h3 { - color: #e60033; -} - -button { - padding: 10px 20px; - font-size: 16px; - margin: 4px; - background-color: #ffcc00; - border: 1px solid #aaa; - border-radius: 5px; - cursor: pointer; -} - -button:disabled { - background-color: #ccc; - color: #666; - cursor: not-allowed; -} - -ul { - list-style-type: none; - padding-left: 0; -} - -li { - margin: 5px 0; -}