Kids-event-planner / style.css
Poojashetty357's picture
Create style.css
328c6c7 verified
raw
history blame contribute delete
170 Bytes
#banner-image img {
width: 100%;
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
object-fit: cover;
}