cookiebanner

This commit is contained in:
admin
2021-07-18 16:19:12 +02:00
parent 4e5796a5d0
commit 261bf47926
3 changed files with 63 additions and 0 deletions

15
cookiebanner.css Normal file
View 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;
}