Skip to content

Instantly share code, notes, and snippets.

@ibnuhalimm
Last active April 14, 2021 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibnuhalimm/79ad891527d7757a12aeccf5b793a093 to your computer and use it in GitHub Desktop.
Save ibnuhalimm/79ad891527d7757a12aeccf5b793a093 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/tailwind.css">
</head>
<body>
<div class="w-11/12 lg:w-3/4 mx-auto flex flex-col lg:flex-row justify-center">
<div class="w-44 h-44 rounded-full bg-red-600 mb-10 mx-10"></div>
<div class="w-44 h-44 rounded-full bg-green-600 mb-10 mx-10"></div>
<div class="w-44 h-44 rounded-full bg-blue-600 mb-10 mx-10"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment