experimenting pls dont be mad

main
Cara Manuela Mayer Yepez 1 year ago
parent e5e1eb4158
commit 070f80b776

Binary file not shown.

@ -1,20 +1,10 @@
<!DOCTYPE html>
<html>
<head> <head>
<style> <meta name="viewport" content= "width=device-width, initial-scale=1.0">
body{ <meta charset="utf-8">
font-family: Times; <link rel="stylesheet" type="text/css" href="style.css">
text-align:center; <title>Console</title>
/* background-color: #000; */
/* color: #ccc; */
max-width: 30rem;
margin: 2rem auto;
line-height: 1.3;
letter-spacing: 0.1px;
}
::selection{
background-color: #53018e;
color: #ccc;
}
</style>
</head> </head>
<body> <body>
<p>XPUB & PNF present: </p> <p>XPUB & PNF present: </p>
@ -40,6 +30,8 @@ Are you ready to play? </p>
<!-- <a href="./spin-wheel/">Wheel of Fortune</a> <!-- <a href="./spin-wheel/">Wheel of Fortune</a>
<a>Oracolotto</a> --> <a>Oracolotto</a> -->
<!------------- HI FRIENDS CARA IS TRYING TO ADD FOG --------->
<div id="foglayer_01" class="fog"> <div id="foglayer_01" class="fog">
<div class="image01"></div> <div class="image01"></div>

@ -1,22 +1,23 @@
::root{ ::root{
} }
body body
font-family: Times; font-family: Bradley Gratis;
src: url(web/fonts/'Bradley Gratis.ttf') format('ttf');
text-align:center; text-align:center;
/* background-color: #000; */ background-color: #000;
/* color: #ccc; */ color: #ccc
max-width: 30rem; max-width: 30rem;
margin: 2rem auto; margin: 2rem auto;
line-height: 1.3; line-height: 1.3;
letter-spacing: 0.1px; letter-spacing: 0.1px;
color: #53018e /*color: #53018e*/
} }
img{ img{
max-width: 100%; max-width: 100%;
} }
::selection{ ::selection{
background-color: #53018e; background-color: #000;
color: #ccc; color: #ccc;
} }

Loading…
Cancel
Save