Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvijaZ committed Feb 1, 2024
1 parent b447654 commit 97317a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
body,
body * {
margin: 0;
padding: 0;
vertical-align: top;
box-sizing: border-box;
}

body{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.red{
width: 1000px;
Expand Down

0 comments on commit 97317a0

Please sign in to comment.