hieunm
first working demo
70f8d8a
raw
history blame contribute delete
259 Bytes
/* 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 */
}