Update README.md
Browse files
README.md
CHANGED
|
@@ -17,11 +17,11 @@ pinned: false
|
|
| 17 |
align-items: center;
|
| 18 |
background: linear-gradient(90deg, #FF7458, #7C3DD5);
|
| 19 |
color: white;
|
| 20 |
-
padding:
|
| 21 |
-
border-radius:
|
| 22 |
text-decoration: none;
|
| 23 |
font-weight: bold;
|
| 24 |
-
border:
|
| 25 |
outline: none;
|
| 26 |
transition: all 800ms ease;
|
| 27 |
background-size: 200% auto;
|
|
|
|
| 17 |
align-items: center;
|
| 18 |
background: linear-gradient(90deg, #FF7458, #7C3DD5);
|
| 19 |
color: white;
|
| 20 |
+
padding: 18px 25px;
|
| 21 |
+
border-radius: 100px;
|
| 22 |
text-decoration: none;
|
| 23 |
font-weight: bold;
|
| 24 |
+
border: 2px solid white;
|
| 25 |
outline: none;
|
| 26 |
transition: all 800ms ease;
|
| 27 |
background-size: 200% auto;
|