forked from tommmyy/my-awesome-links
-
Notifications
You must be signed in to change notification settings - Fork 0
css snipets
Nestor Felipe edited this page Mar 27, 2023
·
1 revision
div {
background: #09f;
width: 500px;
aspect-ratio: 1/1;
border-radius: 100%; /* can be 50% */
}div {
background: #09f;
aspect-ratio: 1/1;
height: 100px;
border-radius: 100%; /* can be 50% */
}