Changes to bradymitch

ffff:207.81.112.220
ffff:207.81.112.220
3 months ago
Updated roboto.css
roboto.css
Changed around line 1
+ 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;
+ }
ffff:207.81.112.220
ffff:207.81.112.220
3 months ago
Updated index.scroll
index.scroll
Changed around line 1
- buildHtml
-
- theme roboto
-
- Hello World my name is
+ buildHtml
+
+ theme roboto
+
+ Hello World my name is
root
root
3 months ago
Initial commit from blank template
index.scroll
Changed around line 1
+ buildHtml
+
+ theme roboto
+
+ Hello World my name is