Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

SrilalS #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<h2 class="fs-title">Create your account</h2>
<h3 class="fs-subtitle">This is step 1</h3>
<input type="text" name="email" placeholder="Email" />
<input type="text" name="fname" placeholder="First Name" />
<input type="text" name="lname" placeholder="Last Name" />
<input type="password" name="pass" placeholder="Password" />
<input type="password" name="cpass" placeholder="Confirm Password" />
<input type="button" name="next" class="next action-button" value="Next" />
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ html {

/*background = gradient + image pattern combo*/
background:
linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
linear-gradient(rgba(0, 62, 196, 0.6), rgba(255, 0, 0, 0.6));
}

body {

font-family: montserrat, arial, verdana;
}
/*form styles*/
Expand Down Expand Up @@ -55,7 +56,7 @@ body {
/*buttons*/
#msform .action-button {
width: 100px;
background: #27AE60;
background: rgb(39, 82, 174);
font-weight: bold;
color: white;
border: 0 none;
Expand Down