Files
moadiran/TaxPayerFull/Pages/Home.razor.css

15 lines
347 B
CSS
Raw Normal View History

2024-09-26 00:27:25 +03:30
.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;
}