Advertisement
kikosiak

Untitled

Nov 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. #container{
  2.     min-width:100px;
  3.     max-width:1500px;
  4.     min-height:200px;
  5.     max-height:1200px;
  6.     float: right;
  7.     width: 85%;
  8.     height: 100%;
  9.     text-align: center;
  10.     background: #f7f7f7;   
  11.     border-style: solid;
  12.     border-width: 2px;
  13.     border-color: #ffcc00;
  14.     float: left;
  15.     overflow: auto;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement