diff --git a/index.html b/index.html index b42a21e..78bd3e5 100644 --- a/index.html +++ b/index.html @@ -99,17 +99,18 @@

About us

      ~we love communities

+
Discover Your Benefits

A growing non-profit tech+non-tech community for programmers and non-coders alike! You do not have to be a developer or a programmer to join another cool community!

-
Heading
+
Who are we

Open Source community aimed at encouraging and promoting communication, best practices and technical expertise in an inclusive and welcoming environment

-
+
-
Persnal Statement
+
Personal Statement

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quam eveniet tempora sapiente voluptatem assumenda, hic nobis consequatur autem, ipsum fugiat soluta doloremque quibusdam adipisci neque iure similique aliquam vel porro?

diff --git a/style.css b/style.css index e49806d..15c6ac4 100644 --- a/style.css +++ b/style.css @@ -84,11 +84,17 @@ body { font-weight: 600; } -.aboutus h5{ - color: white; +.aboutus h5 { + color: white; font-size: 22px; + text-decoration: none; + transition: text-decoration 0.3s ease; +} +.aboutus h5:hover { + text-decoration: underline; } + .clas p{ color: white; } @@ -109,7 +115,7 @@ body { } .item1{ - background-color: #9c2400; + background-color: #700092; grid-area: item1; } @@ -133,7 +139,7 @@ body { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: repeat(3, 1fr); grid-template-areas: "item1 item1 item1" - "item2 item2 item3" + "item2 item2 item2" "item4 item4 item4"; gap: 1rem; position: relative;