<h1>体脂肪率平均(18歳~39歳)</h1>
性別 痩せ 標準(-) 標準(+) 軽肥満 肥満
女性 ~20% 21~27% 28~34% 35~39% 40%~
男性 ~10% 11~16% 17~21% 22~26% 27%~
/*
- セル内の余白:10px
- 表内の線:1px、直線、色は #ccc
- 表の見出しの色:#ffc
- 画面の左右中央に表を表示
*/
body {
padding: 20px;
}
h1 {
text-align: center;
margin-bottom: 20px;
font-size: 20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.