Skip to content

Instantly share code, notes, and snippets.

@nm-scripts
Created January 7, 2020 19:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nm-scripts/54ea400b8032e1774c05032612b11ef3 to your computer and use it in GitHub Desktop.
.div-box1 {
width: 100%;
max-width: 450px;
height: 210px;
border: 1px solid #73AD21;
background-color: red;
}
.div-box2 {
width: 100%;
height: auto;
max-height: 250px;
border: 1px solid #73AD21;
background-color: red;
}
.div-box3
{
width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment