Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-selectors/05-concert-flyer/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* Codédex */

body {
background: linear-gradient(skyblue, green) no-repeat;
background: linear-gradient(skyblue, green);
margin: 0;
padding: 0;
min-height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion 4-layout/23-fixed-banner/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav li {
padding: 7px;
margin: 1em auto;
width: 25%;
border: 2px solid;
border: 2px solid #000;
border-radius: 5px;
list-style-type: none;
display: inline-block;
Expand Down