您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- p {
- background-color:yellow;
- }
-
- h1 {
- text-align: center;
- text-decoration: #1ABC9C;
- }
-
- div {
- width: 300px;
- margin: auto;
- text-align: left;
- }
-
- hr {
- width: 100px;
- border: 10px solid green;
- border-radius: 5px;
- }
-
- li{
- padding-bottom:15px;
- }
|