<div class="renkli-animasyonlu-kenar-cizgisi"></div>
.renkli-animasyonlu-kenar-cizgisi {
width: 300px;
height: 300px;
border: 20px solid;
border-image: conic-gradient(from 90deg at 40% -25%,gold,#f79d03,#ee6907,#e6390a,#de0d0d,#d61039,#cf1261,#c71585,#cf1261,#d61039,#de0d0d,#ee6907,#f79d03,gold,gold,gold) 1;
}
@import url("https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap");
body {
font-family: "Lato", sans-serif;
background-color: oklab(0.28 0 0);
line-height: 1.5;
font-size: 36px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 40px;
height: 100vh;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.