diff --git a/Website/index.html b/Website/index.html index 2547a1d..4ea45de 100644 --- a/Website/index.html +++ b/Website/index.html @@ -310,6 +310,36 @@

Dewansh Rawat

+
+
+ +

+

Priyen Gami

+
+ +
+
@@ -332,4 +362,4 @@

Dewansh Rawat

- \ No newline at end of file + diff --git a/Website/styles.css b/Website/styles.css index bc2c7a7..2d88b8d 100644 --- a/Website/styles.css +++ b/Website/styles.css @@ -10,22 +10,22 @@ .home-title{ padding: 20px 48px; - font-size: 42px; + font-size: 43px; background: rgba(0, 0, 0, 0.75); color: #fff; } .home-tagline{ padding: 20px 48px; - font-size: 24px; + font-size: 25px; color: #fff; } .arrow{ - width: 3.75em; - height: 3.75em; - border-left: 6px solid #fff; - border-bottom: 6px solid #fff; + width: 3.78em; + height: 3.78em; + border-left: 7px solid #fff; + border-bottom: 5px solid #fff; cursor: pointer; transform: rotate(-45deg); } @@ -58,7 +58,7 @@ } .team-line{ - border: 0; + border: 1; outline: none; border: 1px solid #15171c; } @@ -100,4 +100,4 @@ .mail-link, .mail-link:active, .mail-link:hover, .mail-link:active{ text-decoration: underline; color: #15171c; - } \ No newline at end of file + }