css hell
This commit is contained in:
parent
bb7bc46d5d
commit
a07db2f7f2
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@
|
||||||
#einladung {
|
#einladung {
|
||||||
font-family: 'silkscreennormal';
|
font-family: 'silkscreennormal';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5%;
|
top: 0;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
margin: 5%;
|
margin: 5% 10% 5% 10%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
|
Reference in a new issue