From f5e5cfa6c26e6f41af74c33a5a6726e50ef164f1 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 24 Aug 2023 22:52:23 +0530 Subject: Lab03 - Create a Registration form using HTML Forms --- Lab03/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Lab03/style.css (limited to 'Lab03/style.css') diff --git a/Lab03/style.css b/Lab03/style.css new file mode 100644 index 0000000..88fa56f --- /dev/null +++ b/Lab03/style.css @@ -0,0 +1,12 @@ +html { + font-family: sans-serif; + margin-top: 1%; + margin-left: 3%; + background-color: whitesmoke; + margin-right: auto; + } + +h1 { + text-decoration: underline; + font-size: 1.9rem; +} \ No newline at end of file -- cgit v1.2.3