Spaces:
Sleeping
Sleeping
File size: 259 Bytes
70f8d8a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
/* 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 */
}
|