kwadraty1 css
Data utworzenia: 2024-12-16 10:46:10
body{
background-color: #222;
margin: 20px;
}
.square {
position: relative;
width: 200px;
height: 200px;
background-color: fuchsia;
border: 2px solid rgb(89, 0, 89);
box-shadow: 0 0 10px fuchsia;
animation: spin 3s ease 2s infinite;
}
Powrót