From 0bf505f5553c9eb774fb28a5c6289dd113687a94 Mon Sep 17 00:00:00 2001 From: fatherwillbless <92500523+fatherwillbless@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:50:23 +0530 Subject: [PATCH 1/2] Create Amannegi-2101019 --- Amannegi-2101019 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Amannegi-2101019 diff --git a/Amannegi-2101019 b/Amannegi-2101019 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Amannegi-2101019 @@ -0,0 +1 @@ + From f6de8d340d10e8b6162c0a120dcfca342322527b Mon Sep 17 00:00:00 2001 From: fatherwillbless <92500523+fatherwillbless@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:38:10 +0530 Subject: [PATCH 2/2] Add files via upload --- external css.html.txt | 60 +++++++++++++++++++++++++++++++++++++++++++ form.html | 18 +++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 external css.html.txt create mode 100644 form.html diff --git a/external css.html.txt b/external css.html.txt new file mode 100644 index 0000000..6cb439d --- /dev/null +++ b/external css.html.txt @@ -0,0 +1,60 @@ +index.html + + + + + Font + + + +

Demo test

+

welcome to the first demo test +
+ start your test... +

+

I am an mca student

+

i have completed the test

+ + + + +style.css + +{ + text-align: left; + margin: 50px; +} + +h1{ + color: rgb(21, 113, 58); + font-size: medium; + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.h2{ + color: rgb(177, 39, 143); + font-size: xx-large; + font-family: cursive; +} + +#h3{ + color: rgb(213, 100, 109); + font-size: 500%; + font-family: fantasy; +} + +p{ + font-size: 200%; +} + +p::first-line{ + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + color: rgb(133, 214, 53); + background-color: rgb(38, 134, 165); +} + +p:hover::first-line{ + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + color: rgb(9, 64, 83); + background-color: rgb(221, 81, 167); +} \ No newline at end of file diff --git a/form.html b/form.html new file mode 100644 index 0000000..ed35aa4 --- /dev/null +++ b/form.html @@ -0,0 +1,18 @@ + + +form + + +
+
+Login form +
+ + \ No newline at end of file