Skip to content

Commit

Permalink
Merge pull request #1 from nemtus/feat-1st-impl
Browse files Browse the repository at this point in the history
feat: 1st impl
  • Loading branch information
YasunoriMATSUOKA committed Nov 20, 2023
2 parents 17ef95e + 09c505d commit c27ff9f
Show file tree
Hide file tree
Showing 32 changed files with 1,144 additions and 89 deletions.
26 changes: 26 additions & 0 deletions public/assets/css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
list-style-type: none;
}
Loading

0 comments on commit c27ff9f

Please sign in to comment.