Skip to content

Commit

Permalink
initial file structure modification and reset.css
Browse files Browse the repository at this point in the history
  • Loading branch information
eleazarf committed Jul 5, 2023
1 parent 4bfb5c2 commit 1f4d19e
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions assets/css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
height: 100%;
}

body {
min-height: 100%;
line-height: 1;
font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}

input,
select,
option,
optgroup,
textarea,
button,
pre,
code {
font-size: 100%;
font-family: inherit;
}

ol,
ul {
list-style: none;
}
File renamed without changes.
File renamed without changes.
Empty file removed css/reset.css
Empty file.

0 comments on commit 1f4d19e

Please sign in to comment.