mooore minor style edits

main
Boyana 1 year ago
parent 7890d08ad0
commit 9235b1f4eb

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

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

Loading…
Cancel
Save