身體屬性,如不同字體的作品,但div標籤屬性,如在#mainpic
或#header
只是不工作需要幫助的CSS DIV
body {
font-family: Callibri, sans-serif;
line-height: 1.5;
padding: 0;
margin: 0;
#mainpic {
<img src="../image/cutmypic.png";
alt="image not found";
/>background-position: "centre";
position: absolute;
bottom: 0;
center: 0;
}
}
#header {
color: white;
}
<!DOCTYPE html>
<html>
<head>
<title>My Introduction</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/newcss.css" />
</head>
<body background="image/bg.jpg">
<div id=「 container」>
<div id=「 header」>
<h1>Welcome</h1>
</div>
<div id="mainpic"></div>
<div id=「 content」>/div>
<div id=「 navigation」> a link to the other web page</div>
<div id=「 footer」> contains your name and student number</div>
</div>
</body>
</html>
用不着喊。你也可以在這裏輸入一個錯字''也可以使用'''''''''snippet編輯器並從你的CSS中刪除HTML – mplungjan
'#mainpic { '你不能使用HTML標籤在CSS規則裏面。 –
1)請你可以刪除大寫鎖定,因爲它很難閱讀。 2)該圖片的HTML標籤不屬於CSS。 –