From 8e3b708803146b26eb003bdedb4fa84da3e9d016 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sun, 23 Jun 2024 05:13:52 +0530 Subject: [PATCH] Create licensing.css --- src/components/licensing.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/components/licensing.css diff --git a/src/components/licensing.css b/src/components/licensing.css new file mode 100644 index 0000000..3602033 --- /dev/null +++ b/src/components/licensing.css @@ -0,0 +1,33 @@ +.licensing { + padding: 20px; + max-width: 900px; + margin: 0 auto; + font-family: Arial, sans-serif; + line-height: 1.6; +} + +.licensing h1 { + border-bottom: 1px solid var(--text-color); + padding-bottom: 10px; + margin-bottom: 10px; + justify-content: left; + font-size: 42px; + color: #fff var(--text-color); +} + +.licensing p { + margin-bottom: 15px; +} + +.licensing h2 { + font-size: 1.5em; + margin: auto; + +} + + +.licensing pre { + background-color: auto; + border-radius: 5px; + overflow-x: auto; +} \ No newline at end of file