From 08dc058cfe1184281fef89c0c484b9e8a6b7a6b7 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 13 Sep 2023 19:08:54 +0530 Subject: Lab04: HTML Form Validation + Factorial --- Lab04/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Lab04/style.css (limited to 'Lab04/style.css') diff --git a/Lab04/style.css b/Lab04/style.css new file mode 100644 index 0000000..3f1fdbe --- /dev/null +++ b/Lab04/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