CSSが反応されず理由が知りたいです。途中までしかまだ作っていないのですがお願いします。
こちらがindex.htmlのファイルです。
こちらはstylesheet.cssのファイルです
body{
font-family:"Avenir Next";
}
li{
list-style: none;
}
.header{
background-color:#808080;
color:#fff;
height:120px;
}
投稿2020/04/30 06:41
CSSが反応されず理由が知りたいです。途中までしかまだ作っていないのですがお願いします。
こちらがindex.htmlのファイルです。
こちらはstylesheet.cssのファイルです
body{
font-family:"Avenir Next";
}
li{
list-style: none;
}
.header{
background-color:#808080;
color:#fff;
height:120px;
}