Changed padding length and Welcome message
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 2;
|
margin: 2;
|
||||||
padding: 0;
|
padding: 10;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
}
|
}
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
<div class="shape shape3"></div>
|
<div class="shape shape3"></div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Welcome to Git Training Hub</h1>
|
<h1>Welcome to Git Training Hub !!</h1>
|
||||||
<form>
|
<form>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" placeholder="Username" required>
|
<input type="text" placeholder="Username" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user