------------------------------------------------------------
commit 154ea06213cf475e5241a4070dcc0cf5c687aa74
Author: ffff:208.127.243.16 <ffff:208.127.243.16@hub.scroll.pub> Date: Fri Oct 4 16:04:26 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css new file mode 100644 index 0000000..e49cea9 --- /dev/null +++ b/roboto.css @@ -0,0 +1,39 @@ +body { + font-family: "Roboto", sans-serif; + line-height: 1.6; + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #f0f0f0; + color: #333; +} +h1, +h2, +h3 { + margin-top: 1.5em; +} +a { + color: #0066cc; + text-decoration: none; + background-image: linear-gradient(currentColor, currentColor); + background-position: 0% 100%; + background-repeat: no-repeat; + background-size: 0% 2px; + transition: background-size 0.3s; +} +a:hover, +a:focus { + background-size: 100% 2px; +} +iframe { + width: 300px; + height: 300px; + border-radius: 15px; + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; + display: inline-block; +} +code { + background: rgba(224, 224, 224); + padding: 3px; +} ------------------------------------------------------------
commit d4a74d24e93b27f62fe9bfa13aeb25c21ecef833
Author: root <root@hub.scroll.pub> Date: Fri Oct 4 15:55:17 2024 +0000 Initial commit from blank template diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6b06f2f --- /dev/null +++ b/index.scroll @@ -0,0 +1,5 @@ +buildHtml + +theme roboto + +Hello World my name is