Skip to content

Commit

Permalink
the mdm update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcountss committed Feb 5, 2025
1 parent 5c574fd commit c44a8c8
Show file tree
Hide file tree
Showing 13 changed files with 887 additions and 644 deletions.
42 changes: 41 additions & 1 deletion top50/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ h2 {
text-align: left;
background: #141414;
border: 0.1em solid #ffffff;
transition: margin-top 500ms;
transition: background-color 0.5s;
position: relative;
font-family: 'Roboto', sans-serif;
}
Expand All @@ -46,6 +46,8 @@ h2 {
border-radius: 50%;
z-index: 10;
border: solid 0.1em #000;
z-index: 1;
position: relative;
}

.count {
Expand Down Expand Up @@ -164,4 +166,42 @@ textarea {
vertical-align: middle;
position: relative;
top: -3px;
}

#differences {
position: absolute;
margin-top: -44.75%;
margin-left: 2.12%;
}

.subgap {
position: absolute;
}

.gapimg {
z-index: 1000;
position: absolute;
}

.fire_input {
width: 40%;
}

#fireIcons {
height: 10em;
overflow-y: scroll;
}

@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
358 changes: 205 additions & 153 deletions top50/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit c44a8c8

Please sign in to comment.