diff --git a/aboutus.html b/aboutus.html index a6dd640..a2348ba 100644 --- a/aboutus.html +++ b/aboutus.html @@ -17,9 +17,41 @@ font-family: 'Poppins', sans-serif; background-color: #1b1c1e; } + .comp-color { + background-color: #212226; + } + .nav-radius { + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; + }
+ +