Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 13:29
Show Gist options
  • Save santhosh-chinnasamy/7ef3405afabaf22ccb99ae859f8fdaa5 to your computer and use it in GitHub Desktop.
Save santhosh-chinnasamy/7ef3405afabaf22ccb99ae859f8fdaa5 to your computer and use it in GitHub Desktop.
.container {
width: 100%;
}
.right-side {
float: right;
width: 62.5%;
background: green;
}
.left-side {
float: left;
width: 31.25%;
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment