From 134f1eeaa2939160dd470266e22033e5923dce4e Mon Sep 17 00:00:00 2001 From: Debankur04 <134576718+Debankur04@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:58:08 +0530 Subject: [PATCH] Add files via upload --- CSS/landingpage.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CSS/landingpage.css diff --git a/CSS/landingpage.css b/CSS/landingpage.css new file mode 100644 index 0000000..aba7b2c --- /dev/null +++ b/CSS/landingpage.css @@ -0,0 +1,25 @@ +body{ + height: 90vh; + width: 90vw; + background: url(../graphs\ image.jpg); + background-size: cover; + display: flex; + align-items: center; + justify-content: center; + color: white; +} +h1{ + text-align: center; + font-size: 8vh; +} +p{ + font-size: 2vh; +} +button{ + background-color: rgb(228, 109, 12); + color: white; + padding: 15px; + border-radius: 50%; + margin-left: 50%; + margin-top: 5%; +} \ No newline at end of file