mirror of
https://github.com/shadoll/mebli.git
synced 2025-12-20 03:26:51 +00:00
Update index.html
This commit is contained in:
@@ -8,14 +8,17 @@
|
|||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
html, body { height: 100%; font-family: Arial, sans-serif; }
|
html, body { height: 100%; font-family: Arial, sans-serif; }
|
||||||
.header {
|
.header {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
.header span {
|
.header span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user