選択できるのは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;
- }
|