From 40a1c295bbac13f9209bedc064f662168017c0c1 Mon Sep 17 00:00:00 2001 From: Mores Davide Wayan Date: Tue, 26 Jan 2021 03:14:36 +0100 Subject: [PATCH] caricato il file .(luca)css Aggiungi una descrizione facoltativa... --- style.css | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..3cadf0c --- /dev/null +++ b/style.css @@ -0,0 +1,82 @@ +@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap"); + +::-webkit-scrollbar { + width: 10px; + height: 10px; +} +::-webkit-scrollbar-thumb { + background: #a3a3a3; + border-radius: 0px; +} +::-webkit-scrollbar-thumb:hover { + background: #a3a3a3; +} +::-webkit-scrollbar-track { + background: #ffffff; + border-radius: 0px; + box-shadow: inset 7px 10px 12px #f0f0f0; +} + +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +body { + font-family: "Raleway", sans-serif; +} + +ul { + text-decoration: none; + list-style: disc; + margin-left: 2em; +} + +a { + color: #333; + text-decoration: none; +} + +a:hover { + color: #777; +} + +header h1 { + text-align: center; + margin: 2rem; +} + +main { + max-width: 760px; + margin: auto; + text-align: justify; + padding: 0.3rem 0.7rem; +} + +main p, +main h3, +main h2 { + margin: 0.3rem 0rem; +} + +main h2 { + text-align: center; +} + +#fondamenti-pac { + font-size: 1.7rem; +} + +.no-dec { + text-decoration: none; + list-style: none; + margin-left: 1rem; +} + +footer { + max-width: 760px; + margin: auto; + margin-bottom: 1rem; + padding-left: .7rem; +}