Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poorav contributing #1413

Closed
wants to merge 3 commits into from
Closed
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
78 changes: 54 additions & 24 deletions Web Development/Basic/Google Clone/googleclone.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ body{
display: flex;

}
#appsicon img{
height: 24px;
margin-top: 5px;
width: auto;}
#appsicon img:hover{
border: none;

background-color: lightgray;

}
.header a{
text-decoration: none;
color: black;
Expand All @@ -17,18 +27,17 @@ body{
}
.header a:hover{
text-decoration: underline;
color: brown;
font-size: 20px;

}

.header img{
border-radius: 50px;
}
.header #gmail, #images{
padding-top: 8px;
}
.header img:hover{
width: 50px;
height: 50px;

transition: 1s;
}
#mainbody{
Expand All @@ -38,6 +47,7 @@ body{
}
#mainbody img{
display: block;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
width: 300px;
Expand All @@ -59,43 +69,57 @@ body{
position: absolute;
z-index: 1;
left: 12px;
top: 12px;
top: 50%;
transform: translateY(-50%);
}

#inputSection #takeInput #voiceIcon {
#inputSection #takeInput #voiceIcon,
#inputSection #takeInput #searchByImage {
position: absolute;
display: flex;
flex: 0 0 auto;
left: 95%;
top: 12%;
top: 50%;
cursor: pointer;
transform: translatey(-50%);

}
#inputSection #takeInput #voiceIcon{
right :60px;
}
#inputSection #takeInput #searchByImage {
right: 20px;
}



#inputSection #takeInput input{
display: flex;

margin-left: auto;
margin-right: auto;
width: 100%;
height: 40px;
border-width: 1px;

border-radius: 50px;
padding-left: 20px;
outline: none;
border: 1px solid #dfe1e5;
padding-left: 40px;
outline: none;
padding-right: 40px;
}
#inputSection #takeInput input:hover{
box-shadow: 0px 2px 5px #61C5FA;
border-width: 0px;
}
#inputSection #takeInput input:focus{
box-shadow: 0px 1px 5px #61C5FA;
box-shadow: 0px 0px 9px #d0d2d6;
border-width: 0px;
}
/* #inputSection #takeInput input:focus{
box-shadow: 0px 0px 5px #61C5FA;
border-width: 0px; */

#inputSection #differentButtons{
padding-top: 2%;
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;


}
#inputSection #differentButtons button{
Expand All @@ -106,10 +130,11 @@ body{
border: 1px solid #f8f9fa;
border-radius: 7px;
background-color: rgba(245, 245, 245, 0.479);
cursor: pointer;
}
#inputSection #differentButtons button:hover{
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.192);
background-color: rgba(136, 126, 126, 0.1);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

transition: 0.1s;
}
#langSelect{
Expand All @@ -125,10 +150,10 @@ body{
}

#langSelect a:hover{
text-decoration: none;
text-decoration: underline;
padding-left: 15px;
transition: 0.5s;
font-size: 20px;

}

#footer{
Expand Down Expand Up @@ -167,7 +192,7 @@ body{
color: rgb(68, 65, 65, 1);
text-decoration: underline;
transition: 1s;
font-size: 20px;

}

#footer #lower #rightside{
Expand All @@ -187,5 +212,10 @@ body{
color: rgb(68, 65, 65, 1);
text-decoration: underline;
transition: 1s;
font-size: 20px;
}
text-decoration: underline;

}
.center{
margin: auto;
margin-top:48px ;
}
36 changes: 36 additions & 0 deletions Web Development/Basic/Google Clone/images/Google_Lens_(search).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions Web Development/Basic/Google Clone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@
</head>
<body>
<div class="header">
<!-- <div id="about"><a href="#">About</a></div>
<div id="store"><a href="#">Store</a></div> -->
<div id="gmail"><a href="#">Gmail</a></div>
<div id="images"><a href="#">Images</a></div>
<div id="appsicon">
<a href="#"><img src="./images/googleIcon.jpg" alt="appsiconimg" width="30"></a>
<a href="#"><img src="https://ssl.gstatic.com/gb/images/bar/al-icon.png" alt="appsiconimg" width="30"></a>
</div>
<div id="myicon">
<a href="#"><img src="./images/accountIcon.png" alt="iconimg" width="30" height="30"></a>
</div>
</div>

<div class="center">
<div id="mainbody">
<img src="./images/googleLogo.jpg" alt="" width="50%" >
<img src="./images/googlelogo_color_272x92dp.png" alt="" width="50%" >
</div>

<div id="inputSection">
Expand All @@ -32,6 +34,9 @@
<div id="voiceIcon">
<img src="./images/voiceIcon.png" alt="" width="30">
</div>
<div id="searchByImage">
<img src="./images/Google_Lens_(search).svg" alt="" width="30">
</div>


</div>
Expand All @@ -40,6 +45,7 @@
<button>I'm Feeling Lucky</button>
</div>
</div>
</div>

<div id="langSelect">
Google offered in:
Expand Down Expand Up @@ -75,4 +81,4 @@
</div>

</body>
</html>
</html>
Loading