<!DOCTYPE html>
<html>
<head>
<title> A Level Computing </title>
<link rel="stylesheet" type="text/css" href="College Work/Computing/homework2part3.css">
</head>
<body>
<div class='row headingrow'>
<div class='grid-d-1'> <h1> AS Theory</h1></div>
<div class='grid-d-1'> <h1> AS Programming</h1></div>
<div class='grid-d-1'><img src='pictures/menu_logo.png'
alt='Computing'/></div>
<div class='grid-d-1'> <h1> A2 Theory</h1></div>
<div class='grid-d-1'> <h1> A2 Programming</h1></div>
</div>
</body>
</html>
我的CSS代码是:
* {
box-sizing: border-box
}
[class*="grid-"] {
width: 100%;
float: left;
}
@ media only screen and (min-width: 768px) {
/* For Desktop*/
.grid-d-1{width: 20%}
.grid-d-1{width: 25%}
.grid-d-1{width: 100%}
}
.row:after {
content: "";
clear: both;
display: block;
}
我的HTML网页并没有像应该的那样被修改,我认为它归结为我在html和css之间的链接。我的形象也没有出现。它可能是我的文件目录。代码还没有完全完成,所以你知道。
我认为它与我的文件目录有关,因为我的图像(我添加了另一个)不会出现。
答案 0 :(得分:0)
一个问题是同一个类有三个值
th:field