Edited styles.css according to

README.md, work needed on concept.
This commit is contained in:
cheeks 2024-07-05 04:03:58 +00:00
parent a423633e8b
commit 9991adf1c8

View File

@ -2,10 +2,10 @@ body {
font-family: Arial, Helvetica, sans-serif;
}
.para,
.small-para {
color: hsl(0, 0%, 0%);
.para.small-para {
color: hwb(0 3% 97%);
font-weight: 800;
font-size: 20px;
}
.small-para {
@ -14,11 +14,11 @@ body {
}
.para {
font-size: 22px;
font-size: 32px;
}
.confirm {
background: green;
background-color: green;
color: white;
font-weight: bold;
}
@ -29,7 +29,7 @@ body {
font-size: 20px;
}
.child {
div.text .child {
color: rgb(0, 0, 0);
font-weight: 800;
font-size: 14px;
@ -40,3 +40,14 @@ div.text {
font-size: 22px;
font-weight: 100;
}
#confirm-button {
background-color: green;
color: white;
font-size: 24px;
font-weight:bold;
}
#cancel-button {
font-size: 24px;
}