web.htmlcss
Open in Telegram
Learn HTML CSS and JavaScript..
Show moreThe country is not specifiedThe category is not specified
6 045
Subscribers
+824 hours
+337 days
+19930 days
Posts Archive
6 045
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.container{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.outer,.inner{
border: 5px solid #f3f3f3;
}
.outer{
width:80px;
height:80px;
border-top:5px solid orange;
border-radius:50%;
animation:div1 2s infinite;
}
.outer .inner{
width:60px;
height:60px;
margin:5px;
border-bottom:5px solid blue;
border-radius:50%;
animation:div2 1s infinite;
}
@keyframes div1{
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
}
@keyframes div2{
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
}
</style>
</head>
<body>
<div class="container" >
<div class="outer" >
<div class="inner" ></div>
</div>
</div>
</body>
</html>
6 045
I found great channel for you π
π‘ Top Books
β«οΈ Top Websites
π‘ Top Tricks
β«οΈ Top Earn money sites
π‘ Top Online works
You can find these things from
@frontend_trend
Don't forget to follow
@frontend_trend
6 045
I found great channel for you π
π‘ Top Books
β«οΈ Top Websites
π‘ Top Tricks
β«οΈ Top Earn money sites
π‘ Top Online works
You can find these things from
@frontend_trend
Don't forget to follow
