From 2734a3d84c055db56998bba7760c1128039aea90 Mon Sep 17 00:00:00 2001
From: Priyanka <70838173+priyanka001tech@users.noreply.github.com>
Date: Sat, 26 Dec 2020 14:27:21 +0530
Subject: [PATCH 1/3] Update hyperlinks.html
---
.../Topic 06 - Hyperlinks/Creating Hyperlinks/hyperlinks.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/hyperlinks.html b/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/hyperlinks.html
index ab672e4..a6542b2 100644
--- a/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/hyperlinks.html
+++ b/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/hyperlinks.html
@@ -5,6 +5,7 @@
BATMAN
+ MORE ABOUT BATMAN
- Batman is a fictional comic character created by artist Bob Kane and writer Bill Finger. Batman first appeared in DC comics in the year 1939 and soon became popular. Click here to know more about Batman
+ Batman is a fictional comic character created by artist Bob Kane and writer Bill Finger.
Batman first appeared in DC comics in the year 1939 and soon became popular. Click here to know more about Batman
From aa2f323e0aa6f77b6fc308c8cc6d632c3f3ac0f3 Mon Sep 17 00:00:00 2001
From: Priyanka <70838173+priyanka001tech@users.noreply.github.com>
Date: Sat, 26 Dec 2020 14:30:13 +0530
Subject: [PATCH 2/3] Create batman.txt
---
.../Topic 06 - Hyperlinks/Creating Hyperlinks/batman.txt | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/batman.txt
diff --git a/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/batman.txt b/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/batman.txt
new file mode 100644
index 0000000..98578f2
--- /dev/null
+++ b/Module 1 - HTML and CSS/Topic 06 - Hyperlinks/Creating Hyperlinks/batman.txt
@@ -0,0 +1,5 @@
+ BATMAN
+
+ Batman is a frictional charcter.Batman is a superhero who appears in American comic books published by DC Comics.
+ Batman was created by artist Bob Kane and writer Bill Finger, and debuted in the 27th issue of the comic book Detective Comics on March 30, 1939.
+ In the DC Universe continuity, Batman is the alias of Bruce Wayne, a wealthy American playboy, philanthropist, and owner of Wayne Enterprises based in Gotham City.
From 8c8444e1628ce0eeed1aa8715cf76a65199ecd61 Mon Sep 17 00:00:00 2001
From: Priyanka <70838173+priyanka001tech@users.noreply.github.com>
Date: Sat, 26 Dec 2020 14:35:18 +0530
Subject: [PATCH 3/3] Update style.css
---
Module 1 - HTML and CSS/Topic 09 - Colors/Colors/style.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Module 1 - HTML and CSS/Topic 09 - Colors/Colors/style.css b/Module 1 - HTML and CSS/Topic 09 - Colors/Colors/style.css
index 6385681..713b452 100644
--- a/Module 1 - HTML and CSS/Topic 09 - Colors/Colors/style.css
+++ b/Module 1 - HTML and CSS/Topic 09 - Colors/Colors/style.css
@@ -3,6 +3,8 @@ External CSS file
*/
body{
+ color:blue;
+ background-color:yellow;
max-width:1000px;
margin:auto;
font-family: Roboto;