Last active
July 31, 2023 17:59
-
-
Save Miha-Pleskovic/5263091d8edac7eee3a92b8a8e361962 to your computer and use it in GitHub Desktop.
Fake Google & Fake Google Login
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link type="text/css" rel="stylesheet" href="style.css"> | |
<title>Fake Google</title> | |
</head> | |
<body> | |
<div class="top"> | |
<a href="#">Gmail</a> | |
<a href="#">Slike</a> | |
<a href="login.html" target="_blank"><div id="button">Prijava</div></a> | |
</div> | |
<div class="middle"> | |
<img src="http://news.portalbraganca.com.br/wp-content/uploads/2015/10/Dia-das-Crian%C3%A7as.jpg"> | |
<br> | |
<input placeholder="Search Google"> | |
<br><br> | |
<div class="prvi-gumb">Iskanje Google</div> | |
<div class="prvi-gumb">Počutim se srečnega</div> | |
<p>Google.si je na voljo v jezikih: <a href="#">English</a></p> | |
</div> | |
<div class="bottom"> | |
<div> | |
<a href="#">Oglaševanje</a> | |
<a href="#">Posel</a> | |
<a href="#">Predstavitev</a> | |
</div> | |
<div class="bottom-desni"> | |
<a href="#">Zasebnost</a> | |
<a href="#">Pogoji</a> | |
<a href="#">Nastavitve</a> | |
</div> | |
</div> | |
</body> | |
</html> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link type="text/css" rel="stylesheet" href="login_style.css"> | |
<title>Fake Google Login</title> | |
</head> | |
<body> | |
<div class="logo"> | |
<img src="https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png"> | |
</div> | |
<p>En račun. Celoten Google.</p> | |
<p>Vpišite se z vašim Google računom.</p> | |
<div class="login"> | |
<br><br> | |
<div> | |
<img src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"> | |
</div> | |
<br> | |
<input placeholder="Vpišite svoj email"> | |
<br><br> | |
<a href="#"> | |
<div class="button"> | |
<p>Naprej</p> | |
</div> | |
</a> | |
<a href="#"> | |
<p>Potrebujete pomoč?</p> | |
</a> | |
</div> | |
<p><a href="#">Ustvarite si račun</a></p> | |
<p>En Google račun za vse z Googlom</p> | |
<div class="logo-strip"> | |
<img src="https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png"> | |
</div> | |
<div class="bottom"> | |
<br> | |
<a href="#">O Googlu</a> | |
<a href="#">Zasebnost</a> | |
<a href="#">Pogoji</a> | |
<a href="#">Pomoč</a> | |
</div> | |
</body> | |
</html> |
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
body { | |
margin: 0; | |
} | |
.logo { | |
width: 112px; | |
height: 36px; | |
margin: 30px auto; | |
} | |
p:nth-child(2) { | |
font-size: 45px; | |
text-align: center; | |
margin-top: -10px; | |
} | |
p:nth-child(3) { | |
font-size: 20px; | |
text-align: center; | |
margin-top: -25px; | |
} | |
.login { | |
height: 300px; | |
width: 350px; | |
margin: auto; | |
background-color: #F7F7F7; | |
box-shadow: 0px 1px 1px 0px grey; | |
} | |
.login > div:nth-child(3) { | |
width: 100px; | |
margin: auto; | |
} | |
.login > div:nth-child(3) > img { | |
height: 100px; | |
border-radius: 100%; | |
} | |
input { | |
height: 35px; | |
width: 250px; | |
margin-left: 48px; | |
font-size: 20px; | |
} | |
.button { | |
display: inline-block; | |
height: 40px; | |
width: 250px; | |
margin-left: 49px; | |
text-align: center; | |
background-color:dodgerblue; | |
border: 1px solid blue; | |
color: white; | |
font-weight: bold; | |
} | |
.login > a:last-child { | |
display: inline-block; | |
float: right; | |
margin-right: 49px; | |
font-size: 14px; | |
text-decoration: none; | |
color: mediumblue; | |
} | |
.login >a:last-child:hover { | |
text-decoration: underline; | |
} | |
p:nth-child(5) { | |
text-align: center; | |
} | |
p > a { | |
text-decoration: none; | |
color: mediumblue; | |
} | |
p > a:hover { | |
text-decoration: underline; | |
} | |
p:nth-child(6) { | |
text-align: center; | |
} | |
.logo-strip { | |
width: 230px; | |
margin: -10px auto; | |
} | |
.bottom { | |
height: 35px; | |
width: 100%; | |
border-top: 0.5px solid #E5E5E5; | |
position: fixed; | |
bottom: 0; | |
font-size: 12px; | |
background-color: white; | |
} | |
.bottom a { | |
margin-left: 24px; | |
text-decoration: none; | |
} | |
.bottom a:hover { | |
text-decoration: underline; | |
} | |
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
body { | |
margin: 0; | |
} | |
.top { | |
margin-top: 16px; | |
margin-left: auto; | |
margin-right: 25px; | |
width: 210px; | |
height: 26px; | |
font-size: 14px; | |
} | |
.top a { | |
margin-right: 30px; | |
text-decoration: none; | |
} | |
.top a:visited { | |
color: black; | |
} | |
#button { | |
display: inline-block; | |
height: 26px; | |
width: 80px; | |
text-align: center; | |
padding-top: 10px; | |
font-weight: bold; | |
color: white; | |
background-color: dodgerblue; | |
border-radius: 5px; | |
float: right; | |
margin-top: -20px; | |
} | |
.middle { | |
width: 500px; | |
margin: 100px auto 0 auto; | |
} | |
img { | |
width: 300px; | |
margin-left: 100px; | |
} | |
.middle input { | |
width: 500px; | |
height: 30px; | |
font-size: 20px; | |
} | |
.prvi-gumb { | |
display: inline-block; | |
height: 32px; | |
width: 200px; | |
margin-left: 33px; | |
text-align: center; | |
font-size: 18px; | |
padding-top: 8px; | |
background-color: lightgray; | |
color: dimgray; | |
border-radius: 5px; | |
} | |
.prvi-gumb:hover { | |
color: black; | |
font-weight: bold; | |
border: 1px solid black; | |
height: 30px; | |
width: 198px; | |
} | |
p { | |
text-align: center; | |
} | |
.bottom { | |
height: 40px; | |
width: 100%; | |
background-color: #F2F2F2; | |
position: fixed; | |
bottom: 0; | |
font-size: 14px; | |
} | |
.bottom div { | |
width: 250px; | |
display: inline-block; | |
margin-left: 24px; | |
padding-top: 12px; | |
} | |
.bottom div a { | |
margin-right: 24px; | |
text-decoration: none; | |
} | |
.bottom div a:hover { | |
text-decoration: underline; | |
} | |
.bottom div a:visited { | |
color: black; | |
} | |
.bottom-desni { | |
float: right; | |
text-align: right; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok