From 8c29bc81135810ba526c7c57207d10e0c7dfb42a Mon Sep 17 00:00:00 2001 From: henrypeters Date: Mon, 22 Sep 2025 10:43:54 +0100 Subject: [PATCH] update on forked repo --- basic.js | 1 + index.html | 5 +++++ intern.css | 11 +++++++++++ 3 files changed, 17 insertions(+) diff --git a/basic.js b/basic.js index e69de29..6b41b05 100644 --- a/basic.js +++ b/basic.js @@ -0,0 +1 @@ +let a = 30; \ No newline at end of file diff --git a/index.html b/index.html index 1daacea..2496331 100644 --- a/index.html +++ b/index.html @@ -11,5 +11,10 @@ Lorem ipsum dolor sit amet consectetur adipisicing elit. Porro expedita amet sunt velit iure cum neque dolor fuga, voluptatum rem. + +
+ +
+
diff --git a/intern.css b/intern.css index cca57b3..17cf9f5 100644 --- a/intern.css +++ b/intern.css @@ -3,3 +3,14 @@ padding: 0; box-sizing: border-box; } + + +.container{ + background-color: aqua; + font-size: 20px; + font-family: 'Courier New', Courier, monospace; +} + +.container >div{ + padding: 30px; +} \ No newline at end of file