-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
71 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
p { | ||
color: #000; | ||
color: #000; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
.mail-border { | ||
border: rgb(168, 219, 25) 2px solid; | ||
} | ||
h1 { | ||
text-align: center; | ||
color: #fff; | ||
} | ||
form { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
border: #dededf 2px solid; | ||
padding: 50px; | ||
width: 25%; | ||
margin: auto; | ||
border-radius: 20px; | ||
} | ||
form input { | ||
padding: 10px; | ||
width: 200px; | ||
border: none; | ||
border-radius: 5px; | ||
} | ||
form button { | ||
padding: 10px 20px; | ||
border: none; | ||
border-radius: 5px; | ||
background-color: #007BFF; | ||
color: #fff; | ||
cursor: pointer; | ||
} | ||
form button:hover { | ||
background-color: rgb(168, 219, 25); | ||
color: #000; | ||
} | ||
p { | ||
text-align: center; | ||
color: #fff; | ||
} | ||
|
||
.sign-up { | ||
padding: 10px; | ||
border-radius: 5px; | ||
color: #000; | ||
} | ||
|
||
.sign-up:hover { | ||
color: #fff; | ||
border: none; | ||
} | ||
.mail-border { | ||
border: rgb(168, 219, 25) 2px solid; | ||
} | ||
|
||
h1 { | ||
text-align: center; | ||
color: #fff; | ||
} | ||
|
||
form { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
border: #dededf 2px solid; | ||
padding: 50px; | ||
width: 25%; | ||
margin: auto; | ||
border-radius: 20px; | ||
} | ||
|
||
form input { | ||
padding: 10px; | ||
width: 200px; | ||
border: none; | ||
border-radius: 5px; | ||
} | ||
|
||
form button { | ||
padding: 10px 20px; | ||
border: none; | ||
border-radius: 5px; | ||
background-color: #007bff; | ||
color: #fff; | ||
cursor: pointer; | ||
} | ||
|
||
form button:hover { | ||
background-color: rgb(168, 219, 25); | ||
color: #000; | ||
} | ||
|
||
p { | ||
text-align: center; | ||
color: #fff; | ||
} | ||
|
||
.sign-up { | ||
padding: 10px; | ||
border-radius: 5px; | ||
color: #000; | ||
} | ||
|
||
.sign-up:hover { | ||
color: #fff; | ||
border: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
.mail-border { | ||
border: #b6b9bd 2px solid; | ||
} | ||
|
||
.sign-up { | ||
border: rgb(155, 155, 163) 2px solid; | ||
padding: 10px; | ||
border-radius: 5px; | ||
color: #000; | ||
} | ||
border: #b6b9bd 2px solid; | ||
} | ||
|
||
.sign-up:hover { | ||
background-color: rgb(168, 219, 25); | ||
color: #fff; | ||
border: none; | ||
} | ||
.sign-up { | ||
border: rgb(155, 155, 163) 2px solid; | ||
padding: 10px; | ||
border-radius: 5px; | ||
color: #000; | ||
} | ||
|
||
.sign-up:hover { | ||
background-color: rgb(168, 219, 25); | ||
color: #fff; | ||
border: none; | ||
} |