Spaces:
Running
Running
liewchooichin
commited on
Commit
•
da5b3f9
1
Parent(s):
cfe4b37
Update style.css
Browse files
style.css
CHANGED
@@ -22,9 +22,9 @@ p {
|
|
22 |
max-width: 620px;
|
23 |
margin: 0 auto;
|
24 |
padding: 16px;
|
25 |
-
|
26 |
border-radius: 16px;
|
27 |
-
|
28 |
}
|
29 |
|
30 |
.card p:last-child {
|
|
|
22 |
max-width: 620px;
|
23 |
margin: 0 auto;
|
24 |
padding: 16px;
|
25 |
+
border: 1px solid gray;
|
26 |
border-radius: 16px;
|
27 |
+
box-shadow: 2px 2px 2px darksgray;
|
28 |
}
|
29 |
|
30 |
.card p:last-child {
|