From c9eced788764ff90874f3a7c48d11c106140941d Mon Sep 17 00:00:00 2001 From: vinit sharma <72165816+Coder00sharma@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:34:44 +0530 Subject: [PATCH] Create main --- main | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 main diff --git a/main b/main new file mode 100644 index 00000000..c49016f6 --- /dev/null +++ b/main @@ -0,0 +1,26 @@ +body{ + background-color: lightblue; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.content-wrapper{ + padding: 10px 30px; +} +p{ + text-align: justify; +} +h1{ + text-align: center; +} +.highlight{ + font-weight: 700; + color: forestgreen; +} +h1, h2{ + font-weight: 400; +} + +ul li{ + list-style-type: square; + margin-bottom: 10px; + margin-left: 50px; +}