diff --git a/css/blog.css b/css/blog.css index 2848dca..825f900 100644 --- a/css/blog.css +++ b/css/blog.css @@ -173,3 +173,18 @@ h6, .h6 { .blog-footer p:last-child { margin-bottom: 0; } + +/* + * Cookie alert + */ + +#cookie-alert { + bottom: 0px; + position: fixed; + display: none; + width: 100%; + color: white; + background-color: black; + z-index: 666666; + padding: 4px 20px 4px 20px; +} diff --git a/templates/default.html b/templates/default.html index 3633e40..7cb4966 100644 --- a/templates/default.html +++ b/templates/default.html @@ -20,10 +20,26 @@ + + + +