(29 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
− | #content { padding:0px; width: | + | #content { padding:0px; width:140%; margin-top:-3px; margin-left:0px;} |
+ | @media screen and (min-width: 1920px) { | ||
+ | #content {width:140%;} | ||
+ | } | ||
+ | @media screen and (min-width: 2048px) { | ||
+ | #content {width:140%;} | ||
+ | } | ||
+ | @media screen and (max-width: 1920px) { | ||
+ | #content {width:100%;} | ||
+ | } | ||
+ | @media screen and (max-width: 1080px) { | ||
+ | #content {width:140%;} | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 02:39, 7 October 2016