You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516171819202122 |
- /* CSS Document */
-
- body#banner1 {
- width: 1000px;
- }
-
- .spaceImg {
- width: 920px;
- height: 32px;
- }
-
- /*@media screen and (max-width: 768px) {*/
- /* .spaceImg {*/
- /* display: none !important;*/
- /* }*/
- /*}*/
-
- div.box {
- margin-left: 110px;
- margin-right: 110px;
- }
|