diff --git a/review.html b/review.html index 0ed2f41..8785d8b 100644 --- a/review.html +++ b/review.html @@ -21,6 +21,32 @@ } + /* Circle styles */ + .circle { + height: 24px; + width: 24px; + border-radius: 50%; + background-color: black; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: 99999999; + transition: transform 0.1s ease-out; + } + + h1, h2 { + font-size: 32px; + font-weight: 700; + text-align: center; + text-transform: uppercase; + margin: 60px 0 40px; + color: #6a0dad; + position: relative; + } + + + h1::after, h2::after { content: ""; @@ -175,6 +201,30 @@
+ + + + + + + + + + + + + + + + + + + + + + + +