Skip to content

Commit

Permalink
Completed "06-CASCADE-FIX"
Browse files Browse the repository at this point in the history
  • Loading branch information
popjam committed Sep 11, 2024
1 parent e55f514 commit 5874f81
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions foundations/06-cascade-fix/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,37 @@ body {
font-weight: 800;
}

.para {
font-size: 22px;
}

.small-para {
font-size: 14px;
font-weight: 800;
}

.para {
font-size: 22px;
.button {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
font-size: 20px;
}

.confirm {
background: green;
color: white;
font-weight: bold;
}
}

.button {
background-color: rgb(255, 255, 255);


.text {
color: rgb(0, 0, 0);
font-size: 20px;
font-size: 22px;
font-weight: 100;
}

.child {
color: rgb(0, 0, 0);
font-weight: 800;
font-size: 14px;
}

div.text {
color: rgb(0, 0, 0);
font-size: 22px;
font-weight: 100;
}
}

0 comments on commit 5874f81

Please sign in to comment.