Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
code validation
  • Loading branch information
jzc16101 committed Apr 22, 2020
1 parent a6017b4 commit 5262041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions css/final-5.1.2020.css
Expand Up @@ -164,7 +164,7 @@
margin: auto;
color: white;
border-radius: 2px;
font-weight: 200px;
font-weight: 200;
}
#main1 p {
font-size: 8px;
Expand Down Expand Up @@ -326,7 +326,6 @@
form button {
background-color: #ff6d6d;
width: 50%;
padding: auto;
}
input {
width: 100%;
Expand Down Expand Up @@ -633,7 +632,6 @@
#main7 form {
display: flex;
flex-direction: row;
padding: auto;
}
input {
width: 25%;
Expand Down
12 changes: 5 additions & 7 deletions webfinalproject.html
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title></title>
<title> Web2 Final Project</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down Expand Up @@ -122,9 +122,7 @@
<input type="text" id="fname" name="fname" placeholder="Full Name" >
<input type="text" id="email" name="email" placeholder="YOUR EMAIL" >
<input type="text" id="password" name="password" placeholder="PASSWORD" >
<button type="text" id="enter" name="submit">
<label for="enter">TRY NOW</label>
</button>
<button type="button" id="enter" name="submit">TRY NOW</button>
</form>
<p>And some small text should go here</p>
</div>
Expand All @@ -146,9 +144,9 @@
<div id="newsletter">
<h4>Get Newsletter</h4>
<form>
<input type="text" id="fname" name="fname" placeholder="EMAIL"><br><br>
<button type="text" id="fname" name="fname">
<img src="img/sendicon.png">
<input type="text" name="fname" placeholder="EMAIL"><br><br>
<button type="button">
<img src="img/sendicon.png" alt="send icon">
</button>
</form>
<ul>
Expand Down

0 comments on commit 5262041

Please sign in to comment.