Skip to content

Commit

Permalink
fix 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzwel committed May 22, 2022
1 parent 1e07950 commit 9895ab7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="huy/huy.css">
</head>
<body>
<container max-w-800 padded>
<main max-w-800 padded overflow>

<h1> huy.css </h1>
<p> huy.css is a barebones css boilerplate letting you quickly jumpstart your projects </p>
Expand All @@ -19,12 +19,17 @@ <h4> A heading </h4>
<h5> A heading </h5>
<h6> A heading </h6>

<input type="checkbox" name="" id="">
<p> Some cool text </p>

<input type="checkbox">
<input type="radio">

<button> A button </button>

<input type="text" name="" id="">
<input placeholder="Text input" type="text">

<a href="#"> A link </a>

</container>
</main>
</body>
</html>

0 comments on commit 9895ab7

Please sign in to comment.