Line 115: | Line 115: | ||
height: 100px; | height: 100px; | ||
} | } | ||
+ | |||
+ | /********** Header 1 Class CSS Style **********/ | ||
+ | h1 { | ||
+ | color: #b48608; | ||
+ | font-family: 'Helvetica', Sans-serif; | ||
+ | font-size: 36px; | ||
+ | font-weight: 400; | ||
+ | font-style: ; | ||
+ | line-height: 44px; | ||
+ | margin: 0 0 12px; | ||
+ | text-align: center; | ||
+ | font-weight: 700; } | ||
+ | |||
+ | /***** 下划线 *****/ | ||
+ | div h1:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | width: 500px; | ||
+ | margin: 5px auto; | ||
+ | border-bottom: 2px solid; | ||
+ | border-bottom-color: #b48608;} | ||
/************************************************** Top menu and Dropdown list **************************************************/ | /************************************************** Top menu and Dropdown list **************************************************/ |
Revision as of 08:01, 20 July 2017