------------------------------------------------------------
commit ad2635e378faeeb6ce0147b6dbfc8042d4f996de
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub>
Date: Mon Oct 7 04:46:24 2024 +0000
Updated roboto.css
diff --git a/roboto.css b/roboto.css
new file mode 100644
index 0000000..e8061de
--- /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: red;
+}
+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 f95c676a8e739da909051b8c1fe65c81bcfaff54
Author: root <root@hub.scroll.pub>
Date: Mon Oct 7 04:38:58 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