diff --git a/Amannegi-2101019 b/Amannegi-2101019 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Amannegi-2101019 @@ -0,0 +1 @@ + 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