Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunchster authored Aug 14, 2024
1 parent bf39bc8 commit 5f27256
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ body {
font-family: 'Ubuntu', sans-serif;
}

.setHide{
display: none;
}

.setWarning{
color: red;
}

.container {
display: grid;
grid-template-areas:
Expand Down Expand Up @@ -309,4 +317,4 @@ footer{
.copy-contact{
text-align: center;
}
}
}

0 comments on commit 5f27256

Please sign in to comment.