Spaces:
Sleeping
Sleeping
/* styles.css */ | |
.container { | |
position: relative; | |
text-align: center; | |
} | |
.background-image { | |
width: 100%; | |
height: auto; | |
} | |
.text { | |
position: absolute; | |
color: orange; | |
font-weight: bold; | |
font-size: 24px; /* Adjust as needed */ | |
} | |