removed custom cookie

This commit is contained in:
luke
2020-12-11 09:15:00 -05:00
parent 4448e216a7
commit c5678d5385
3 changed files with 12 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<meta name=viewport content=width=device-width,initial-scale=1>
<link rel=stylesheet href=style.css type=text/css>
</head>
<body>
<body><div id=body>
<div id=top class=center>
<p>Check out <a href=https://lukeogburn.com/>my main site</a>!</p>
</div>
@@ -16,5 +16,5 @@
<br>
<p class=center><a href=/>Want to make another?</a></p>
</div>
</body>
</html>
</div></body>
</html>

View File

@@ -6,7 +6,7 @@
<meta name=viewport content=width=device-width,initial-scale=1>
<link rel=stylesheet href=style.css type=text/css>
</head>
<body>
<body><div id=body>
<div id=top class=center>
<p>Looking for <a href=https://lukeogburn.com/>lukeogburn.com</a>?</p>
</div>
@@ -40,7 +40,7 @@
</form>
</div>
-->
<input type=checkbox id=boo>
<div id=cookie><p><label for=boo>This site stores security cookies that do not identify or track you</label></p></div>
</body>
<!--<input type=checkbox id=boo>
<div id=cookie><p><label for=boo>This site stores security cookies that do not identify or track you</label></p></div>-->
</div></body>
</html>

View File

@@ -1,5 +1,7 @@
body{
font-family: sans-serif;
}
#div{
width: 60%;
margin: 0 auto;
}
@@ -16,7 +18,7 @@ a:hover{
}
/*Cookie notif*/
#boo{
/*#boo{
display: none;
}
#boo:checked+div{
@@ -32,7 +34,7 @@ a:hover{
}
label:hover{
cursor: pointer;
}
}*/
#top{
display: block;
@@ -93,4 +95,4 @@ button:hover{
body, #cookie{
width: 100%;
}
}
}