Skip to content

Commit

Permalink
0.1.33
Browse files Browse the repository at this point in the history
leaving an easter egg from the w2 quiz
  • Loading branch information
EDU-MDAnderson committed Sep 25, 2023
1 parent 7e9fde0 commit 66b40d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
font-family: 'Roboto', sans-serif;
margin: auto;
}
span {background-color: red}
hr {
border-top: .25rem solid #000000;
}
Expand Down
4 changes: 3 additions & 1 deletion styles/larger.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ footer {
margin-top: 3rem;
}

@media only screen and (min-width: 968px) {
@media only screen and (min-width: 32rem) {
span {background-color: green}

main {
grid-template-columns: repeat(3, 1fr);
}
Expand Down

0 comments on commit 66b40d5

Please sign in to comment.