From 37ec69f1e83122d44abec5222926adbd9d19fc43 Mon Sep 17 00:00:00 2001 From: Yajuvender Date: Thu, 1 Sep 2022 13:25:22 +0530 Subject: [PATCH 1/2] modified stylesheet and also small font increase in index.html --- index.html | 2 +- styles.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8ed7b4658e9b..c9246dde51bc 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Spoon-Knife -testing this new fork +testing this new fork by Yajuvender diff --git a/styles.css b/styles.css index 9b8528455cf7..34607a51b2f8 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background: purple; } #octocat { @@ -13,5 +14,5 @@ p { display: block; width: 400px; margin: 50px auto; - font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + font: 35px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; } From 91259e3b8be5dbbeb7797c5963c06568fa764885 Mon Sep 17 00:00:00 2001 From: Yajuvender Date: Thu, 1 Sep 2022 13:30:10 +0530 Subject: [PATCH 2/2] modified font increase in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c9246dde51bc..b45880150aa2 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Spoon-Knife -testing this new fork by Yajuvender +testing this new fork by SYS