diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..6aaa683 --- /dev/null +++ b/styles.css @@ -0,0 +1,14 @@ +.main{ + width: 100%; /* 幅指定 */ + background-color: #88A476; /* 背景色指定(黒色) */ + text-align: center; /* テキスト表示位置指定(中央寄せ) */ +} + +.text{ + font-size:30px; /* 文字サイズ指定 */ + color: #fff; /* 色指定(白色) */ +} +body { + background-color: #FFFFF0; /* アイボリーの背景色 */ +} +