-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CONTRIBUTING.md #17
Comments
I added as per issue "Add CONTRIBUTING.md vinitshahdeo#17". Let me know if this suffices or if we need to add or remove to it. Happy #hacktoberfest
vinitshahdeo#17 solved this issue .
<title>Login & Signup Form | KCC Library</title>
<style>@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,body{
display: grid;
height: 100%;
width: 100%;
place-items: center;
background-color: gray;)
}
::selection{
Welcome to
Signup Form
Login
Signup
|
No description provided.
The text was updated successfully, but these errors were encountered: