Lee-Jackson commited on
Commit
77345f1
·
verified ·
1 Parent(s): 9465ced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -92,10 +92,12 @@ pinned: false
92
  .cta-button:hover {
93
  background-color: #003A8C;
94
  }
95
- .hero-image img {
96
- height: 400px;
97
- width: 500px;
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>