Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaMakarevich committed Dec 18, 2024
1 parent 617c6b3 commit 5667b48
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
* {
:root {
--blue-color: #00aadc;
}

body,
header,
nav,
h1,
h2,
h3,
p,
ul,
li,
a {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
margin: 0;
padding: 0;
box-sizing: border-box;
Expand Down

0 comments on commit 5667b48

Please sign in to comment.