Skip to content
Open
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
140 changes: 74 additions & 66 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border: 1px solid;
border-radius: 200px;
background-color: lightgrey;
box-shadow: -10px -20px 1px darkgrey, -12px -22px 1px black;
box-shadow: 0px 20px 1px darkgrey, 0px 24px 0px black;
}

.butt {
Expand Down Expand Up @@ -73,7 +73,7 @@
border: 2px solid;
border-radius: 200px;
background-color: lightblue;
box-shadow: -10px -10px 1px #68828a, -13px -13px 1px black;
box-shadow: 0px 10px 1px #68828a, 0px 14px 1px black;
}

#Abuttonimg {
Expand Down Expand Up @@ -123,7 +123,7 @@
top: 20%;
background-color: lightgreen;
z-index: -100;
box-shadow: -10px -10px 1px darkseagreen, -11px -11px 1px black;
box-shadow: 0px 16px 1px darkseagreen, 0px 20px 1px black;
}

.small{
Expand Down Expand Up @@ -179,94 +179,102 @@ display: flex;
25%{
transform: translate(-50px, -100px);
}
100%{
100%{
transform: translate(10px, 1000px);
}
}

@keyframes failure2{
0%{
transform: translate(0px, 0px);
}

25%{
transform: translate(50px, -100px);
}
@keyframes failure2{
0%{
transform: translate(0px, 0px);
}
25%{
transform: translate(50px, -100px);
}
100%{
transform: translate(-30px, 1000px);
}

}

@keyframes failure3{
0%{
transform: translate(0px, 0px);
}
25%{
transform: translate(-50px, -100px);
}
100%{
transform: translate(60px, 1000px);
}
100%{
transform: translate(-30px, 1000px);
}
}

}
@keyframes failure3{
0%{
transform: translate(0px, 0px);
}
25%{
transform: translate(-50px, -100px);
}
100%{
transform: translate(60px, 1000px);
}
}

.animated:nth-of-type(1n){
animation-name: failure;
animation-duration: 1s;
animation-iteration-count: 1;
transition: ease;
animation-name: failure;
animation-duration: 1s;
animation-iteration-count: 1;
transition: ease;
}

.animated:nth-of-type(2n){
animation-name:failure2;
animation-duration: 1s;
animation-iteration-count: 1;
transition: ease;
animation-name:failure2;
animation-duration: 1s;
animation-iteration-count: 1;
transition: ease;
}

.animated:nth-of-type(3n){
animation-name:failure3;
animation-duration: 1s;
animation-iteration-count: 1;
transition: ease;
}

body{
overflow: hidden;
}

#gamemenu{
z-index: 1;
padding: 25px;
height: 100px;
width: 750px;
position: absolute;
border: 1px solid;
border-radius: 50px;
left: 5%;
bottom: 5%;
background-color: lightgreen;
box-shadow: -10px -10px 1px darkseagreen, -11px -11px 1px black;
height: 100px;
width: 750px;
position: absolute;
border: 1px solid;
border-radius: 50px;
left: 5%;
bottom: 5%;
background-color: lightgreen;
box-shadow: 0px 16px 1px darkseagreen, 0px 20px 1px black;
}

.area-container {
background-color: lightgreen;
box-shadow: 0px 16px 1px darkseagreen, 0px 20px 1px black;
}

.btn{
height: 50px;
width:125px;
border-radius: 20px;
font-weight: bold;
margin-left: 75px;
box-shadow: -5px -5px 1px darkseagreen, -5px -5px 1px black;
height: 50px;
width:125px;
border-radius: 20px;
font-weight: bold;
margin-left: 75px;
box-shadow: 0px 5px 1px darkseagreen, 0px 7px 1px black;
}
.emptyheart{
background-image: url("./../media/heartempty.png");
height: 50px;
width: 50px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
background-image: url("./../media/heartempty.png");
height: 50px;
width: 50px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}
.heartcontainers{
height: 100px;
width: 300px;
background-size: stretch;

height: 100px;
width: 300px;
background-size: stretch;
}
.heartfull{
height: 50px;
width: 50px;
background-image: url("./../media/heartfull.png");
}
height: 50px;
width: 50px;
background-image: url("./../media/heartfull.png");
}