Skip to content

Commit

Permalink
fixed the links to exercices
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasciofe committed Sep 2, 2023
1 parent 0f11fe1 commit 74050e8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
body {
margin: 0;
padding: 0;
}



h1 {
font-size: 50px;
font-family: 'Courier New', Courier, monospace;
Expand Down Expand Up @@ -28,7 +35,7 @@ a{
}

.container-box {

width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
Expand All @@ -40,4 +47,9 @@ a{
flex-wrap: wrap;

}
.container-box link{
display: flex;
justify-content: center;
flex-wrap: wrap;

}

0 comments on commit 74050e8

Please sign in to comment.