| 1234567891011121314151617181920212223 |
- body{
- background-color: #FFBE00;
- }
- .homepage_01{
- width:360px;
- height:210px;
- margin-top: 100px;
- }
- .homepage_02{
- width:95%;
- max-width:1306px;
- max-height:596px;
- margin-top: 100px;
- }
- .homepage_03{
- width:274px;
- height:200px;
- position: fixed;
- bottom: 0;
- z-index: 10;
- }
|