<!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%;
    }
&lt;/style&gt;
</code></pre>
</head>
<body>
    <div class='navbar'>
        <a href='#'>首页</a>
        <a href='#'>关于</a>
        <a href='#'>联系我们</a>
    </div>
<pre><code>&lt;div class='container'&gt;
    &lt;div class='card'&gt;
        &lt;h3&gt;红石机器1&lt;/h3&gt;
        &lt;p&gt;这是红石机器1的简介。&lt;/p&gt;
        &lt;img src='redstone_machine1.jpg' alt='红石机器1图示' width='200px'&gt;
    &lt;/div&gt;
    
    &lt;div class='card'&gt;
        &lt;h3&gt;红石机器2&lt;/h3&gt;
        &lt;p&gt;这是红石机器2的简介。&lt;/p&gt;
        &lt;img src='redstone_machine2.jpg' alt='红石机器2图示' width='200px'&gt;
    &lt;/div&gt;
    
    &lt;div class='card'&gt;
        &lt;h3&gt;红石机器3&lt;/h3&gt;
        &lt;p&gt;这是红石机器3的简介。&lt;/p&gt;
        &lt;img src='redstone_machine3.jpg' alt='红石机器3图示' width='200px'&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;div class='footer'&gt;
    &lt;p&gt;版权所有 &amp;copy; 2021 MC红石机器网页&lt;/p&gt;
&lt;/div&gt;
</code></pre>
</body>
</html>

原文地址: https://www.cveoy.top/t/topic/qCd3 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录