由于我在我的 html 文件中添加了 bootstrap 和 font awesome,所以之前完成的大部分 css 都消失了(背景色、google 字体)
<head>
<meta charset="utf-8">
<title>Games</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Orbitron:400,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
</head>
有人知道为什么吗?谢谢!!