| 1234567891011121314151617181920212223242526272829 |
- @charset "UTF-8";
- /* 哈哈哈哈 */
- h1 {
- color: red;
- }
- h2 {
- width: 400px;
- height: 300px;
- color: purple !important;
- color: blue;
- border: 2px solid #f00;
- }
- ul li {
- color: red;
- font-size: 40px;
- font-weight: bold;
- }
- ul li:first-child {
- color: #0f0;
- }
- .one {
- color: #f00;
- font-style: italic;
- font-weight: 700;
- }
|