From daf7d2ee56faffbd4939b3b38deec9ac8422ef0e Mon Sep 17 00:00:00 2001 From: "Aarav Juneja (He/Him)" Date: Mon, 26 Feb 2024 22:08:59 +0530 Subject: [PATCH] affiliates --- affliates.html | 87 +++++++++++++++++++++++++++++++++++++++++++++---- committees.html | 1 - css/style.css | 32 ++++++++++++++++++ 3 files changed, 112 insertions(+), 8 deletions(-) diff --git a/affliates.html b/affliates.html index 36408c9..25b42e7 100644 --- a/affliates.html +++ b/affliates.html @@ -96,14 +96,87 @@

Join India MUN for ???

-

+
+

Affiliation Benefits

+
+
+ +
- +

diff --git a/committees.html b/committees.html index e328bd2..13ae6fc 100644 --- a/committees.html +++ b/committees.html @@ -91,7 +91,6 @@

AGENDA: Women's Participatio


diff --git a/css/style.css b/css/style.css index b4d340f..c7be838 100644 --- a/css/style.css +++ b/css/style.css @@ -992,4 +992,36 @@ svg { font-size: 3.5em; color: #000; text-align: center; +} + +.affliateContainer { + width: 90%; + height: 80%; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex-wrap: wrap; + gap: 2vw; +} + +.cardAffliate { + width: fit-content; + height: auto; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + gap: 1vw; +} + +.cardAffliate > img { + width: 25vw; + border-radius: 10px; +} + +.cardAffliate > h1 { + width: 25vw; + text-align: center; + color: #fff; } \ No newline at end of file