mooore minor style edits

main
Boyana 1 year ago
parent 7890d08ad0
commit 9235b1f4eb

@ -106,7 +106,7 @@ function draw() {
</div> </div>
<div class="credits"> <div class="credits">
<p>Photo by Guillermo Ferla on Unsplash</p> <p>Photo by Ashwini Chaudhary(Monty) on Unsplash</p>
</div> </div>

@ -88,8 +88,8 @@ html::before { /* Add a pseudo-element to the html element */
} }
button{ button{
color:black; color:whitesmoke;
background-color:cyan; background-color:violet;
position: center; position: center;
top:6%; top:6%;
left:50%; left:50%;
@ -108,7 +108,7 @@ html::before { /* Add a pseudo-element to the html element */
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
padding: 5%; padding: 5%;
background-color: azure; background-color:azure;
z-index: 3; z-index: 3;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
display: none; display: none;
@ -121,25 +121,25 @@ html::before { /* Add a pseudo-element to the html element */
text-align: center; text-align: center;
font-family: fantasy; font-family: fantasy;
font-size:5em; font-size:5em;
color:antiquewhite; color:lavender;
} }
h2 { h2 {
text-align: center; text-align: center;
font-family: fantasy; font-family: fantasy;
color:antiquewhite; color:lavender;
} }
h3 { h3 {
text-align: center; text-align: center;
font-family: fantasy; font-family: fantasy;
color:antiquewhite; color:paleturquoise;
} }
p { p {
text-align: center; text-align: center;
font-family: monospace; font-family: monospace;
color:antiquewhite; color:lavender;
font-size: 1.2em; font-size: 1.2em;
padding-right: 15%; padding-right: 15%;
padding-left: 15%; padding-left: 15%;

Loading…
Cancel
Save