比较提交
没有共同的提交。8be445d4128a83e6af9a6939ae174fce2e847e0b 和 79ca543f79d7cf0f33003483665dd91267564c6d 的历史完全不同。
8be445d412
...
79ca543f79
共有 4 个文件被更改,包括 0 次插入 和 55 次删除
二进制
athens.jpg
二进制
athens.jpg
二进制文件未显示。
之前 宽度: | 高度: | 大小: 253 KiB |
8
main.css
8
main.css
|
@ -1,8 +0,0 @@
|
|||
body{
|
||||
background-image: url(./athens.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;
|
||||
width: 1900px;
|
||||
height: 300px;
|
||||
}
|
||||
|
32
main.html
32
main.html
|
@ -1,32 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
|
||||
<link rel="stylesheet" href="text.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<nav class="B">
|
||||
<h4><a href>Main Page</a></h4>
|
||||
<h4><a href>Where To Go</a></h4>
|
||||
<h4><a href>History</a></h4>
|
||||
<h4><a href>Food and Lifestyle</a></h4>
|
||||
<h4> <a href>Frequently Asked Questions</a></h4>
|
||||
</nav>
|
||||
</header>
|
||||
<hr/>
|
||||
<main>
|
||||
<section>
|
||||
<article>
|
||||
<p>Visit Greece</p>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr/>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
15
text.css
15
text.css
|
@ -1,15 +0,0 @@
|
|||
.B {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 20px;
|
||||
list-style: none;
|
||||
line-height: 1.55;
|
||||
|
||||
}
|
||||
|
||||
body{
|
||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
||||
font-size: .9333333333rem;
|
||||
letter-spacing: 0; ;
|
||||
}
|
||||
|
正在加载…
在新工单中引用