Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,10 +92,12 @@ pinned: false
|
|
| 92 |
.cta-button:hover {
|
| 93 |
background-color: #003A8C;
|
| 94 |
}
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
| 99 |
</style>
|
| 100 |
</head>
|
| 101 |
<body>
|
|
|
|
| 92 |
.cta-button:hover {
|
| 93 |
background-color: #003A8C;
|
| 94 |
}
|
| 95 |
+
.hero-image img {
|
| 96 |
+
height: 400px;
|
| 97 |
+
width: 500px;
|
| 98 |
+
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adjust the shadow values as needed */
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
</style>
|
| 102 |
</head>
|
| 103 |
<body>
|