cssの書きはじめ

@charset"UTF-8";
html{
font-size:100%;
}
body{
font-family: , sans-serif;
font-size:1.3rem;
padding-top:5%;
padding-left:5%;
}
a {
text-decoration:none; /*リンク下線なし*/
}
a {
text-decoration: none; /*フォントデコなし*/
}
img {
max-width: 100%; /*画像最大サイズ*/
height: atuo;
}