Skip to content

Commit

Permalink
Merge pull request #7 from nhattpn/nhat
Browse files Browse the repository at this point in the history
fix scale index
  • Loading branch information
nhattpn authored Apr 5, 2024
2 parents a68576d + 41aab70 commit 299ad1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.pass {
display: flex;
padding: 20px;
width: 250px;
width: 70%;
border-radius: 25px;
}
#signin {
Expand Down
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
<body>
<div class="part2">
<img id="logo" alt="" src="./Images/logo.png" />
<input
type="text"
class="pass"
id="Username"
placeholder="Username or email address"
/>
<input type="text" class="pass" id="Password" placeholder="Password" />
<input type="text" class="pass" id="Username" placeholder="Username or email address"/>
<input type="text" class="pass" id="Password" placeholder="Password"/>
<a href="./HTML/FirstPage.html" id="signin">SIGN IN</a>
<p id="content">
Nếu bạn không thuộc bộ phận của trường, hãy đăng nhập bằng tài khoản
Expand Down

0 comments on commit 299ad1f

Please sign in to comment.