Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created October 2, 2021 01:46
Show Gist options
  • Save hackintoshrao/0638ed98079573526e51e060eeae07c0 to your computer and use it in GitHub Desktop.
Save hackintoshrao/0638ed98079573526e51e060eeae07c0 to your computer and use it in GitHub Desktop.
<style>
.circle {
background-color: red;
border-radius: 999px;
height: 50px;
width: 50px;
}
</style>
<div class="circle"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment