Skip to content

Instantly share code, notes, and snippets.

@abrahamfast
Created December 30, 2017 08:52
Show Gist options
  • Save abrahamfast/e379ab2c12487fabaf818dbad7490061 to your computer and use it in GitHub Desktop.
Save abrahamfast/e379ab2c12487fabaf818dbad7490061 to your computer and use it in GitHub Desktop.
application98 css for light box
#codebazan-IR {
background: #fff;
position: fixed;
top: 17%;
left: 32%;
padding: 10px 1px;
text-align: center;
width: 30%;
border: 6px solid #28A9CC;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-khtml-transition: .5s;
-o-transition: .5s;
border-radius: 5px 0 5px 0;
border-radius: 15px 0px 15px 15px;
margin-bottom: 2px;
}
#codebazan-IR img {
width: 98%;
float: right;
margin: 0 1%;
height: auto;
}
@media screen and (max-width:600px) {
#codebazan-IR {
width: 80% !important;
left: 10% !important
}
}
@media screen and (max-width:550px) {
#codebazan-IR {
width: 84% !important;
left: 8% !important
}
}
@media screen and (max-width:980px) {
#codebazan-IR {
width: 40% !important;
left: 30% !important
}
#codebazan-IR img {
width: 98%
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment