Newer
Older
2023-Ryuei / assignment6 / index.html
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="style.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap" rel="stylesheet">
    <title>第6回情報デザイン</title>
</head>

<body>
    <section id="first">
        <div class="top-menu"><p>
            [<a href="/~c104000/diary/">Diary</a>]
            [<a href="/~c104000/hoge/">ほげ</a>]
            [<a href="/~c104000/myworld/">まいわあるど</a>]
            [<a href="/~c104000/game/">ゲームネタばらし</a>]
        </p>
        </div>
        <div class="world"> 
        <hr>
        <h1>まいわあるど</h1>
        <h2 class="blue">はじめに</h2>
        <p>ほげほげ</p>
        <h2 class="blue">つぎに</h2>
        <p>へろへろ</p>
        <p>おしまい</p>
        <hr>
        <div class="bottom-menu">
        <p>[<a href="/~c104000/diary/">Diary</a>]
        [<a href="/~c104000/hoge/">ほげ</a>]
        [<a href="/~c104000/myworld/">まいわあるど</a>]
        [<a href="/~c104000/game/">ゲームネタばらし</a>]</p>
        </div>
        
        <address>c120090@e.koeki-u.ac.jp</address>
    </div>
    </section>
    <section id="second">
        <h2 class="italy-heading">【問題2】イタリア風</h2>
        <div class="italy">
            <div></div>
            <div></div>
            <div></div>
        </div>
    </section>
</body>
</html>