diff --git a/index.html b/index.html index f93ee0a..003b311 100644 --- a/index.html +++ b/index.html @@ -161,10 +161,6 @@

Rupesh Kr

- - -
-
Mike @@ -177,7 +173,18 @@

Sarthak Garg

- +
+
+ Aayush +
+

Aayush Sharma

+

Student

+

Work hard Play hard.

+

aayush7901@gmail.com

+

+
+
+
diff --git a/main.css b/main.css index 294f87e..6f8e34a 100644 --- a/main.css +++ b/main.css @@ -1,9 +1,16 @@ /* Three columns side by side */ .column { - float: left; - width: 9%; - margin-bottom: 16px; - padding: 0 8px; + float: left; + display: table-cell; + margin: 1px; + padding: 10px 3px; + width: calc( 100% / 10 - 8px); + } + + .row{ + display: table-row; + width: 100%; + height: 500px; } /* Display the columns below each other instead of side by side on small screens */ @@ -17,6 +24,7 @@ /* Add some shadows to create a card effect */ .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); + height: 500px; } /* Some left and right padding inside the container */