Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 13:29
Embed
What would you like to do?
.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