This commit is contained in:
mmrbnjd
2024-09-26 00:27:25 +03:30
parent 2631986e8d
commit b8148a192a
7 changed files with 45 additions and 18 deletions

View File

@@ -0,0 +1,15 @@
.container .content {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 100%;
height: 100%;
padding: 20px;
}
.container {
position: relative;
max-width: 800px;
margin: 0 auto;
}