From 772062103b8f630495fa673452038ccc15e15e5b Mon Sep 17 00:00:00 2001 From: James Dinh Date: Thu, 21 Jul 2022 18:27:04 -0700 Subject: [PATCH] Added Tooltips --- css/general.css | 20 ++++++++++++++++++++ index.html | 16 ++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/css/general.css b/css/general.css index 57aa4fe..4fbe8a0 100644 --- a/css/general.css +++ b/css/general.css @@ -1301,6 +1301,18 @@ section { transform-origin: left; } +#facebook::after { + content: 'Facebook'; + right: -34px; + color: rgb(255, 208, 137) +} + +#instagram::after { + content: 'Instagram'; + right: -35px; + color: rgb(255, 208, 137) +} + #sponsor-heading { margin: 30px 0 0; } @@ -1492,6 +1504,14 @@ section { border-radius: 10px; position: relative; z-index: 1; + + align-items: center; +} + +/* Workshops */ +.flex-container { + display: flex; + flex-flow: row wrap; } #rules-description { diff --git a/index.html b/index.html index 407fe02..3d24232 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ +
+

Workshops

+
+ (under construction) +
+ +
+

Rules


@@ -761,8 +769,8 @@ Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local middle/high school students.

-
-
+
+