Skip to content

Instantly share code, notes, and snippets.

@mkhuda
Created May 7, 2013 12:46
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 mkhuda/6942c8a47fb664258d6c to your computer and use it in GitHub Desktop.
Save mkhuda/6942c8a47fb664258d6c to your computer and use it in GitHub Desktop.
body {
margin: 0 auto;
width: 1000px;
}
.kotak {
width: 270px;
height: 350px;
background: #49A2FF;
margin: 0 auto;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment