Changed padding length and Welcome message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user