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

changed #18

Open
wants to merge 2 commits 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
1 change: 1 addition & 0 deletions New Text Document.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changed
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<fieldset>
<h2 class="fs-title">Create your account</h2>
<h3 class="fs-subtitle">This is step 1</h3>
<input type="text" name="fname" placeholder="first name" />
<input type="text" name="sname" placeholder="scend name" />
<input type="text" name="email" placeholder="Email" />
<input type="password" name="pass" placeholder="Password" />
<input type="password" name="cpass" placeholder="Confirm Password" />
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {

/*background = gradient + image pattern combo*/
background:
linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
linear-gradient(rgba(7, 219, 226, 0.6), rgba(221, 218, 6, 0.6));
}

body {
Expand Down Expand Up @@ -55,7 +55,7 @@ body {
/*buttons*/
#msform .action-button {
width: 100px;
background: #27AE60;
background: rgb(230, 59, 7);
font-weight: bold;
color: white;
border: 0 none;
Expand Down