Заголовок
Studio Headphones
When we first checked out our new headphones, we noticed the box said “improved bass". We had to wonder if this was marketing jargon or the real thing? But it only took a moment to realize that bass was not kidding.
Studio Headphones
When we first checked out our new headphones, we noticed the box said “improved bass". We had to wonder if this was marketing jargon or the real thing? But it only took a moment to realize that bass was not kidding.
We create digital spaces
We create digital spaces
Zero Block
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize adaptability. Everything is in your hands.
We create digital spaces
We create digital spaces
We create digital spaces
01
The work you do while you procrastinate is probably the work you should be doing
01
The work you do while you procrastinate is probably the work you should be doing
01
The work you do while you procrastinate is probably the work you should be doing
01
The work you do while you procrastinate is probably the work you should be doing
.circle_wrap { width: 100vw; min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: #2A3137; } .outer-circle { position: relative; height: 200px; width: 200px; background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0); border-radius: 50%; animation: rotate 1.5s linear infinite; } .outer-circle span { position: absolute; height: 200px; width: 200px; background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0); border-radius: 50%; } .circle_wrap span:nth-child(1) { filter: blur(5px); } .circle_wrap span:nth-child(2) { filter: blur(10px); } .circle_wrap span:nth-child(3) { filter: blur(25px); } .circle_wrap span:nth-child(4) { filter: blur(150px); } .inner-circle { height: 180px; width: 180px; position: absolute; background: black; top: 10px; left: 10px; border-radius: 50%; z-index: 9; } @keyframes rotate { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }