Line 92: | Line 92: | ||
} | } | ||
+ | #mainBox { | ||
+ | width: 950px | ||
+ | height: all; | ||
+ | background-color: #e5e5e5; | ||
+ | } | ||
+ | .leftBox { | ||
+ | width: 200px | ||
+ | height: 100%; | ||
+ | color: black; | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | font-family: serif; | ||
+ | font-size: 150%; | ||
+ | border-right: 1px gray solid; | ||
+ | padding: 10px | ||
+ | } | ||
+ | .rightBox { | ||
+ | width: 750px; | ||
+ | color: black; | ||
+ | float: left; | ||
+ | padding-left: 20px; | ||
+ | text-align: left; | ||
+ | font-family: sans-serif; | ||
+ | } | ||
− | + | #mainHomeBox{ | |
+ | width: 950px | ||
+ | height: all; | ||
+ | background-color: #e5e5e5; | ||
+ | font-family: sans-serif; | ||
+ | } | ||
.leftBox { | .leftBox { | ||
− | width: | + | width: 400px |
height: 100%; | height: 100%; | ||
color: black; | color: black; | ||
float: left; | float: left; | ||
− | |||
− | |||
− | |||
− | |||
padding: 10px | padding: 10px | ||
} | } | ||
.rightBox { | .rightBox { | ||
− | width: | + | width: 400px; |
+ | height: 100%; | ||
color: black; | color: black; | ||
float: left; | float: left; | ||
− | padding-left: | + | padding-left: 10px; |
− | + | ||
− | + | ||
} | } | ||
</style> | </style> |
Revision as of 04:17, 5 September 2018