| 18行目: |
18行目: |
| | } | | } |
| | .green{ | | .green{ |
| − | color: | + | color:#007b43; |
| | + | } |
| | + | .purple{ |
| | + | color:#674196; |
| | + | } |
| | + | .blown{ |
| | + | color:#8c6450; |
| | + | } |
| | + | .light-blue{ |
| | + | color:#59b9c6; |
| | + | } |
| | + | .light-green{ |
| | + | color:#3eb370; |
| | + | } |
| | + | .black{ |
| | + | color:black; |
| | + | } |
| | + | .white{ |
| | + | color:white; |
| | } | | } |
| | + | |
| | + | /*文字装飾*/ |
| | + | .bold{ |
| | + | font-weight:bold; |
| | + | } |
| | + | .iralic{ |
| | + | font-style:italic; |
| | + | } |
| | + | |
| | + | /*文字配置*/ |
| | + | .text-left{ |
| | + | text-align:left; |
| | + | } |
| | + | .text-right{ |
| | + | text-align:right; |
| | + | } |
| | + | .text-center{ |
| | + | text-align:center; |
| | + | } |
| | + | |
| | + | /*div配置*/ |
| | + | .div-left{ |
| | + | clear:right; |
| | + | float:left; |
| | + | } |
| | + | .div-right{ |
| | + | clear:left; |
| | + | float:right; |
| | + | } |
| | + | .div-none{ |
| | + | clear:both; |
| | + | } |
| | + | |
| | | | |
| | </style> | | </style> |
| 26行目: |
77行目: |
| | | | |
| | <body> | | <body> |
| − |
| |
| − | <span class="red">あか</span><span class="blue">あお</span>
| |
| | | | |
| | </body> | | </body> |
| | | | |
| | </html> | | </html> |