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

Singlediv/emoticon add #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Binary file added Assets/emoticon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions Designs/emoticon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<html>
<head>
<title>emoticon</title>
<style>
body{
background-color: #fff;
padding: 200px;
}
.emoticon{
height: 300px;
width:300px;
background-color: yellow;
border-radius:50%;
position: relative;
transition: transform 1s
}
.emoticon:before{
content: "";
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%,-50%);
height: 50px;
width: 50px;
box-shadow: 71px 0px 0px -1em
black,-62px 0px 0px -1em black,71px 0px 0px 0.1em white,-62px 0px 0px 0.1em
white;
border-radius: 50%;
}
.emoticon:after{
content: "";
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%,-50%);
height: 100px;
width: 100px;
border-radius: 50%;
box-shadow: inset 0px -20px 0px -10px;
}
.emoticon:hover{
transform: scale(1.5);

}

</style>
</head>
<body>
<div class="emoticon">
</div>
</body>
</html>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Please go through the [Contributions](https://github.com/manrajgrover/SingleDivP
| [Hamburger Menu](https://github.com/manrajgrover/SingleDivProject/blob/master/Designs/Hamburger.html) | [manrajgrover](https://github.com/manrajgrover) | <img width="400" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Hamburger.png" /> |
| [Magnifying Glass](https://github.com/manrajgrover/SingleDivProject/blob/master/Designs/Magnifying%20Glass.html) | [kamito98](https://github.com/kamito98) | <img width="400" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Magnifying Glass.png" /> |
| [New Instagram Logo](https://github.com/manrajgrover/SingleDivProject/blob/master/Designs/Instagram%20New%20Logo.html) | [manrajgrover](https://github.com/manrajgrover) | <img width="400" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/instagram.jpg" /> |
| [emoticon](https://github.com/manrajgrover/SingleDivProject/blob/master/Designs/emoticon.html) | [sankshitpandoh](https://github.com/sankshitpandoh) | <img width="400" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/emoticon.jpg" /> |

### Loaders

Expand Down Expand Up @@ -84,7 +85,7 @@ Please go through the [Contributions](https://github.com/manrajgrover/SingleDivP
| [Ivory Coast](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/IvoryCoast.html) | [skeevey](https://github.com/skeevey) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/IvoryCoast.png" /> |
| [Japan](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Japan.html) | [manrajgrover](https://github.com/manrajgrover) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Japan.png" /> |
| [Laos](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Laos.html) | [jamcgrath](https://github.com/jamcgrath) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Laos.png" /> |
| [Latvia](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Latvia.html) | [vasiljevs](https://github.com/vasiljevs) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Latvia.png" /> |
| [Latvia](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Latvia.html) | [vasiljevs](https://github.com/vasiljevs) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Latvia.png" /> |
| [Lithuania](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Lithuania.html) | [fosron](https://github.com/fosron) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Lithuania.png" /> |
| [Nigeria](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Nigeria.html) | [skeevey](https://github.com/skeevey) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Nigeria.png" /> |
| [Pakistan](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/pakistan.html) | [ObaidAshraf](https://github.com/ObaidAshraf) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Pakistan.png" /> |
Expand Down