Changed padding length and Welcome message

This commit is contained in:
2025-08-23 12:47:15 +05:30
parent 181b52f692
commit d13afdb97a

View File

@@ -9,7 +9,7 @@
* {
margin: 2;
padding: 0;
padding: 10;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
@@ -162,7 +162,7 @@
<div class="shape shape3"></div>
<div class="container">
<h1>Welcome to Git Training Hub</h1>
<h1>Welcome to Git Training Hub !!</h1>
<form>
<div class="input-group">
<input type="text" placeholder="Username" required>