Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saadshams committed Aug 13, 2024
1 parent f3fed53 commit 65fc529
Show file tree
Hide file tree
Showing 6 changed files with 1,072 additions and 18 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ This demo illustrates techniques for performing routine client-side maintenance
* [plainJS](https://plainjs.com/javascript/)
* Vanilla JS Animations using [Robert Penner's Easing Functions](http://robertpenner.com/easing/) | [Cheat Sheet](https://easings.net/)

## Semantic HTML Components

```html
<section id="moduleName">
<div class="wrapper">
<header></header>
<main></main>
<footer></footer>
</div>
</section>
```

## CSS Property Order Reference

### Layout
Expand Down
Loading

0 comments on commit 65fc529

Please sign in to comment.