Squares | HTML CSS

preview_player
Показать описание
#shorts #html #css #tutorials #trending

Sound effects from Pixabay.
Рекомендации по теме
Комментарии
Автор

This guy demonstrates very advanced css knowledge. This is beyond impressive

Smokeiziz-itru
Автор

<!DOCTYPE html>
<head>
<style>
body {
margin: 0;
height: 10vh;
display: flex;
align-items: center;
justify-content: center;
background-color: black;
overflow: hidden;
}
.loader, .loader span {
width: 10em;
height: 10em;
border: 0.25em solid white;
font-size: 10px;
border-radius: 1em;
position: absolute;
mix-blend-mode: screen;
}
.loader {
background-color: gold;
animation: rotating 2s linear infinite;
}
@keyframes rotating{
to {
transfoam: rotate(1turn);
}
}
.loader span{
animation: de-rotating 4s linear infinite;
}
@keyframes de-rotating {
from, to {
transform: rotate(0deg) scale(1.2);
}
50%{
transform: rotate(-180deg) scale(1.2);
}

}
.loader span:nth-child(1){
top: 5rem;
left: 5rem;
background-color: dodgerblue;
}
.loader span:nth-child(2) {
top: -5rem;
left: 5rem;
background-color: hotpink;
}
.loader span:nth-child(3) {
top: 5rem;
left:-5rem;
background-color: mediumpurple;
}
.loader span:nth-child(4) {
top: -5rem;
left: -5rem;
background-color: limegreen
}
</style>
</head>
<body>
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</body>
</html>




these boxes are displaying on top instead of center
while the main box which have class( loader) is not rotating

so any body can give me solution

Hamza_Bhai.
Автор

it's different watching this after learning about css and html. I want to type that fast oof

jkingenglish
Автор

I’m a beginner to html and this is amazing! It actually worked!😆

arf
Автор

I done drifted off mid way until I saw the end 😂

WvNTED
Автор

Why is nobody caring about his typing speed?

riddleforasec
Автор

chatgpt be like:meri shaktiyon ka galat estmal ho raha hai😂

wunsznv
Автор

this is really awesome but i don't understand this code because i am beginner 😅

Uneek_Earnings
Автор

I also tried it in my phone and it happened..
Thanks bro

WillsOp
Автор

This inspires me to get a thocky keyboard, learn how to code, and create coding ASMR (audio & visual)

sarah_ferguson
Автор

The fact that you memorize every single function is incredible, I just use the internet to learn the syntax.

ranch-xX
Автор

It's working dude
I loved it ❤️❤️‍🔥

tarun
Автор

Bhai maine kiya bohot beautiful tha thanks🙏🏻

UnknownLegenD.
Автор

Can u please make full tutorial vedio of html, css,js ...😊

HrythmRajSharma
Автор

Thank you sir this is awesome information news and learning today ❤

xiznlyo
Автор

Tap on a clip to paste it in the text box.Welcome to Gboard clipboard, any text that you copy will be saved here.Use the edit icon to pin, add or delete clips.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.

BKM
Автор

I've tried this today this is absolutely amazing

_Maliha_