Skip to content

Commit

Permalink
made some adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jen67 committed May 1, 2024
1 parent 7df8f5a commit be2e8e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions room-homepage-master/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
:root {
--d-grey: hsl(0, 0%, 63%);
--black: hsl(0, 0%, 0%);
--white: hsl(0, 0%, 100%);
--v-d-grey: hsl(0, 0%, 27%);

--font-size: 16px;
}

*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}


0 comments on commit be2e8e4

Please sign in to comment.