Skip to content

Commit

Permalink
Merge pull request #8 from ShaifArfan/main
Browse files Browse the repository at this point in the history
adding global colors
  • Loading branch information
ShaifArfan authored Jul 14, 2021
2 parents 867026a + 4432738 commit 7e38d30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions globalStyles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
html {
font-size: 10px;
}
section {
padding: 100px 0;
}
Expand All @@ -6,3 +9,13 @@ section {
width: 90%;
margin: 0 auto;
}
:root {
--green-1: #26643b;
--green-2: #a2de96;
--lightGreen-1: #d6e5d8;
--lightGreen-2: #f5fcf4;
--black-1: #3b413a;
--black-2: #3f3c3c;
--black-3: #5b6359;
--white-1: #e8e8e8;
}
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="stylesheet" href="./reset.css">
<link rel="stylesheet" href="./globalStyles.css">
<!-- Add your custom css -->

</head>

<body>
Expand Down

0 comments on commit 7e38d30

Please sign in to comment.