Spaces:
Running
Running
Commit
·
a8a508f
1
Parent(s):
894fa9f
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -14,8 +14,8 @@
|
|
| 14 |
<link rel="stylesheet" href="style.css">
|
| 15 |
<style>
|
| 16 |
.project{
|
| 17 |
-
border-top-left-radius:
|
| 18 |
-
border-top-right-radius:
|
| 19 |
}
|
| 20 |
</style>
|
| 21 |
</head>
|
|
|
|
| 14 |
<link rel="stylesheet" href="style.css">
|
| 15 |
<style>
|
| 16 |
.project{
|
| 17 |
+
border-top-left-radius: 8px;
|
| 18 |
+
border-top-right-radius: 8px;
|
| 19 |
}
|
| 20 |
</style>
|
| 21 |
</head>
|