diff --git a/src/components/About.js b/src/components/About.js
index 7fe64a9..e906882 100644
--- a/src/components/About.js
+++ b/src/components/About.js
@@ -91,16 +91,18 @@ class About extends React.Component {
-
+
-
+
-
+
+
+
diff --git a/src/components/css/About.css b/src/components/css/About.css
index a259d60..e796a80 100644
--- a/src/components/css/About.css
+++ b/src/components/css/About.css
@@ -39,15 +39,14 @@
}
.About .links .link img {
- width: 10rem;
+ width:10rem;
}
.About .links .link {
margin: 10px;
}
-.About .link.bg-white {
- background-color: white;
+.About .link {
border-radius: 5px;
display:flex;
height: 10rem;
@@ -57,6 +56,18 @@
margin: 5px;
}
+.About .link.bg-white {
+ background-color: white;
+
+}
+
+.About .link.bg-black{
+ background-color: black;
+}
+
+.About .link.bg-hackerrank {
+ background-color: rgb(14, 20, 25);
+}
@media only screen and (max-width: 600px) {
.About .links .link img {