Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghi-NV committed Aug 23, 2024
0 parents commit 6c9b668
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>

<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
<div class="container">
<div class="header">
<h3>Version 1.0.0</h3>
</div>
<div class="note">
<ul>
<li>Initial Release</li>
<li>Add 3D Config</li>
</ul>
</div>
</div>

</html>
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.container {
width: 100%;
margin: 0 auto;
}

.note {
width: 100%;
margin: 0 auto;
padding: 4px;
background-color: #f9f9f9;
border: 1px solid #f1f1f1;
margin-bottom: 10px;
}

0 comments on commit 6c9b668

Please sign in to comment.