Created
February 10, 2018 04:26
-
-
Save sun1shayina/1db01ea2c2bc9a86f7d2f599537d21fa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
body { | |
background-color: white; | |
} | |
nav { | |
display: inline-block; | |
text-align: center; | |
font-style: purple; | |
font-family: serif; | |
} | |
div { | |
flood-color: red; | |
} | |
span{ | |
color: blue; | |
text-decoration: underline; | |
} | |
h1 { | |
color: red; | |
} | |
.joke{ | |
display: inline-block; | |
color: yellow; | |
padding-left: 1em; | |
padding-right: 1em; | |
} | |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Google</title> | |
<link rel="stylesheet" type="text/css" href="google.css"> | |
</head> | |
<body> | |
<nav> | |
<li class="joke">Stores</li> | |
<li class="joke">About</li> | |
<li class="serious">Email</li> | |
<li class="serious">images</li> | |
</nav> | |
<div> <a class="gb_Zf gb_Fa gb_Eb" id="gb_70" href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/" target="_top">Sign in</a> | |
</div> | |
<center> | |
<h1> Goes to <span> SUNGLE </span> </h1> | |
<label>Username</label> | |
<input type="title" maxlength="40"> | |
<label>Password</label> | |
<input type="title" maxlength="40"> | |
<br> | |
<br> | |
<input value="Sun Check" aria-label="Sun check" name="btnK" type="submit" jsaction="sf.chk"> | |
<input value="let's shine" aria-label="I'm Feeling good" id="gbqfbb" name="btnI" type="submit" style="visibility: inherit;"> | |
<button>Enter</button> | |
</center> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment