MC红石机器大全 - 探索奇妙的红石世界
<!DOCTYPE html>
<html>
<head>
<title>MC红石机器大全 - 探索奇妙的红石世界</title>
<style>
body {
background: linear-gradient(to bottom right, #b9f0ff, #b4f5c4);
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
<pre><code> .navbar {
background-color: rgba(255, 255, 255, 0.5);
padding: 10px;
}
.navbar a {
color: #333;
text-decoration: none;
margin-right: 10px;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
}
.card {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
width: 300px;
padding: 20px;
margin: 10px;
}
.card h3 {
color: #333;
}
.card p {
color: #666;
}
.footer {
background-color: rgba(255, 255, 255, 0.5);
padding: 10px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</code></pre>
</head>
<body>
<div class='navbar'>
<a href='#'>首页</a>
<a href='#'>关于</a>
<a href='#'>联系我们</a>
</div>
<pre><code><div class='container'>
<div class='card'>
<h3>红石机器1</h3>
<p>这是红石机器1的简介。</p>
<img src='redstone_machine1.jpg' alt='红石机器1图示' width='200px'>
</div>
<div class='card'>
<h3>红石机器2</h3>
<p>这是红石机器2的简介。</p>
<img src='redstone_machine2.jpg' alt='红石机器2图示' width='200px'>
</div>
<div class='card'>
<h3>红石机器3</h3>
<p>这是红石机器3的简介。</p>
<img src='redstone_machine3.jpg' alt='红石机器3图示' width='200px'>
</div>
</div>
<div class='footer'>
<p>版权所有 &copy; 2021 MC红石机器网页</p>
</div>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/qCd3 著作权归作者所有。请勿转载和采集!