Slide 18
Slide 18 text
ページごとのcssで同じような処理が書かれている
├── hoge.scss
├── hogehoge.scss
├── hogehogehoge.scss
html {
font-size: 16px;
}
body {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial',
'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', 'メイリ
オ', 'MS Pゴシック', 'MS PGothic';
}
.wrap {
overflow: hidden;
}