@dotnetcodes8048
Steps to complete this project :
1. Open visual studio (if any)
2. Click on create a new project.
3. Then, Choose ASP.NET web application (.NET Framework ) and Click on Next.
4. Enter the name of new project and click on create.
5. Choose Empty project template and click on Create.
After that, A new project window opened.
6. Then, Add new web form from solution explorer.
7. Add new CSS file from solution explorer.
8. Link CSS file with Web form.
9 . Then start writting code....
--Loading Animation style : • Loading Animation | Using HTML & CSS. How ...
-Stylish Login Form : • Login Form Using Html & CSS || How to crea... CSS Code :
body
{
background:silver;
margin:0;
padding:0;
}
.main
{
top:50%;
left:50%;
position:absolute;
transform:translate(-50%,-50%);ss
}
span
{
position:absolute;
width:20px;
height:20px;
margin:4px;
background:orangered;
animation:animate .5s infinite alternate;
}
span:nth-child(1)
{
background:orangered;
left:0px;
top:0px;
animation-delay:.1s;
}
span:nth-child(2)
{
background: black;
left: 24px;
top: 0px;
animation-delay: .2s;
}
span:nth-child(3)
{
background: orangered;
left: 48px;
top: 0px;
animation-delay: .3s;
}
span:nth-child(4)
{
background: black;
left: 0px;
top: 24px;
animation-delay: .6s;
}
span:nth-child(5)
{
background: orangered;
left: 24px;
top: 24px;
animation-delay: .5s;
}
span:nth-child(6)
{
background: black;
left: 48px;
top: 24px;
animation-delay: .4s;
}
span:nth-child(7)
{
background: orangered;
left: 0px;
top: 48px;
animation-delay: .7s;
}
span:nth-child(8)
{
background: black;
left: 24px;
top: 48px;
animation-delay: .8s;
}
span:nth-child(9)
{
background: orangered;
left: 48px;
top: 48px;
animation-delay: .9s;
}
@keyframes animate
{
0%
{
transform:rotateY(90deg);
}
50
%
{
transform: rotateY(0deg);
}
}
__________________________________
Like , Share , subscribe for more updates
____________________________________________
Thanks 💘🖒🖒
In questa pagina del sito puoi guardare il video online Loading Animation | Using HTML & CSS. How to design loading animation della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DOT NET CODES 28 ottobre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 190 volte e gli è piaciuto 8 spettatori. Buona visione!