Skip to content

Instantly share code, notes, and snippets.

@bunlongheng
Created March 3, 2025 20:08
Show Gist options
  • Save bunlongheng/145d4165da426be96363a72e50ba83de to your computer and use it in GitHub Desktop.
Save bunlongheng/145d4165da426be96363a72e50ba83de to your computer and use it in GitHub Desktop.
HTML Preview
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.circle {
height: 50px;
width: 50px;
background-color: #555;
border-radius: 50%;
}
</style>
</head>
<body>
<h2>Circle CSS</h2>
<div class="circle"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment