From b5acf4e3b20de29aa36c17c6426a5beae18b6551 Mon Sep 17 00:00:00 2001 From: skaewalker <54598085+skaewalker@users.noreply.github.com> Date: Tue, 31 Mar 2020 17:12:51 +0530 Subject: [PATCH] Add files via upload Survey Forms for Project H01 --- H01.css | 28 ++++++++++++++++++++++++++++ H01.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 H01.css create mode 100644 H01.html diff --git a/H01.css b/H01.css new file mode 100644 index 0000000..3604380 --- /dev/null +++ b/H01.css @@ -0,0 +1,28 @@ +body{ + font-family: cursive; +font-size: 15 px; +line-height: 1.5 em; +background-color: rgb(211, 211, 203 ); +padding: 30 px; +border-color: black; +border-width: 5 px; +border-style: solid; +margin:15 px; +margin-top: 10 px; +} + +p.first{ +color: red; +text-decoration:underline; +font-weight:bold; +} +legend{ + font-size: 100 px; +} +p{ + color: red; +text-decoration:underline; +} +h1{ +border-bottom:1 px solid red; +} diff --git a/H01.html b/H01.html new file mode 100644 index 0000000..cb2c50b --- /dev/null +++ b/H01.html @@ -0,0 +1,50 @@ + +
+