------------------------------------------------------------
commit 26a167c8d8fd69fd3493ae0f75c16933b524cea2
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 03:00:31 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css index 283675f..c967a43 100644 --- a/roboto.css +++ b/roboto.css @@ -4,7 +4,7 @@ body { max-width: 800px; margin: 0 auto; padding: 20px; - background-color: #222; + background-color: #f0f0f0; color: #fff; } h1, ------------------------------------------------------------
commit b1be921f6949c4950b92ce3e78fe8d6268408643
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:59:04 2024 +0000 Updated index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7e02ac3 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<body> +<link rel="stylesheet" type="text/css" href="roboto.css"> +<link rel="stylesheet" type="text/css" href="mark.css"> +<p class="scrollParagraph">Hello World my name is Mark.</p> +<p class="scrollParagraph">Nice to meet you all.</p> +<hr> +</body> +</html> \ No newline at end of file ------------------------------------------------------------
commit 52efb060dee728f67f234bb2f15f900554d141fc
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:58:42 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 775518c..029f70c 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,9 @@ -buildHtml - -theme roboto - -Hello World my name is Mark. - -Nice to meet you all. +buildHtml + +theme roboto + +Hello World my name is Mark. + +Nice to meet you all. + +--- ------------------------------------------------------------
commit 2d9c9633de02d1bf4c8c4f2e650008c1bc5ef32c
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:58:17 2024 +0000 Updated mark.css diff --git a/mark.css b/mark.css index e69de29..04aa46a 100644 --- a/mark.css +++ b/mark.css @@ -0,0 +1,4 @@ +body { +background: #222 !important; +color: #fff !important; +} \ No newline at end of file ------------------------------------------------------------
commit c6f4ce52a00defd05b23b65da1744806700a7d00
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:57:58 2024 +0000 Updated mark.css diff --git a/mark.css b/mark.css new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 60d4122f41de75e7b5197c1325360a8e850663d4
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:57:28 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css new file mode 100644 index 0000000..283675f --- /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: #222; + color: #fff; +} +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 77cebb5d72b77f0d0eecf6af6cd0600a4f69c9fe
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sun Oct 6 02:57:17 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..775518c 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,7 @@ -buildHtml - -theme roboto - -Hello World my name is +buildHtml + +theme roboto + +Hello World my name is Mark. + +Nice to meet you all. ------------------------------------------------------------
commit 06cf24b0cb14a5324449504a0b7644b29b998644
Author: root <root@hub.scroll.pub> Date: Sun Oct 6 00:33:21 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