cookiebanner
This commit is contained in:
15
cookiebanner.css
Normal file
15
cookiebanner.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#cookiebanner {
|
||||
margin: 0px;
|
||||
padding: 6px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
z-index: 9;
|
||||
}
|
||||
#cookiebanner button {
|
||||
margin-left: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user