------------------------------------------------------------
commit 1b22aaa19431c94f30da91f4a054c252fc456d3d
Author: ffff:207.81.112.220 <ffff:207.81.112.220@hub.scroll.pub> Date: Sun Oct 6 22:11:27 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css new file mode 100644 index 0000000..14884ee --- /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: green; +} +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 6106bc46422e36079852ea25443d24c9ef36af11
Author: ffff:207.81.112.220 <ffff:207.81.112.220@hub.scroll.pub> Date: Sun Oct 6 22:10:49 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..43167b8 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,5 @@ -buildHtml - -theme roboto - -Hello World my name is +buildHtml + +theme roboto + +Hello World my name is ------------------------------------------------------------
commit c53e35c35ea34d5553ac2c313309693d9933a10c
Author: root <root@hub.scroll.pub> Date: Sun Oct 6 17:07:41 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