github profile

pull/97/head
Maitulya Vaghela 4 years ago
parent f682234a3c
commit b14331bd62

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}

@ -7,6 +7,8 @@
<title>Github Profiles</title>
</head>
<body>
<img src="https://cdn-icons.flaticon.com/png/512/3291/premium/3291667.png?token=exp=1641472591~hmac=1aea14fa7e03045653f2af5f19445ef3" alt="">
<h1>GitHub</h1>
<form class="user-form" id="form">
<input type="text" id="search" placeholder="Search a Github User">
</form>

@ -5,7 +5,7 @@
}
body {
background-color: #2a2a72;
background-color: #0b0b0c;
color: #fff;
font-family: 'Poppins', sans-serif;
display: flex;
@ -25,7 +25,7 @@ body {
.user-form input {
width: 100%;
display: block;
background-color: #4c2885;
background-color: #060607;
border: none;
border-radius: 10px;
color: #fff;
@ -39,6 +39,7 @@ body {
.user-form input::placeholder {
color: #bbb;
}
.user-form input:focus {
@ -111,3 +112,15 @@ body {
max-width: 400px;
}
}
h1{
text-align: center;
font-size: 3.5rem;
margin-bottom: 0.5rem;
}
img{
height: 5rem;
width: 5rem;
}

Loading…
Cancel
Save