なんと!青!青! 12月...!

Mary-Kate Olsen
Mary-Kate Olsenオリジナル
2024-12-23 14:59:10740ブラウズ

BLA ! BLA! BLA! DECEMBER...!











冬至



ボディ {

マージン: 0;

フォントファミリー: Arial、サンセリフ;

行の高さ: 1.6;

背景: 線形グラデーション(下へ、#1e3c72、#2a5298);

色: ホワイト;

}


背景: rgba(0, 0, 0, 0.8);
色: 白;
パディング: 1rem 2rem;
位置: 固定;
幅: 100%;
上: 0;
z インデックス: 1000;
}
header h1 {
    margin: 0;
    font-size: 1.8rem;
}

nav {
    margin-top: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #ffcc00;
}

section {
    padding: 100px 20px;
    min-height: 100vh;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h2 {
    font-size: 3rem;
    margin: 0;
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 20px auto 0;
}

.cta {
    margin-top: 20px;
}

.cta button {
    background: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.cta button:hover {
    background: #e6b800;
}

footer {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}

footer p {
    margin: 0;
    font-size: 0.9rem;
}







<ヘッダー>

冬至



<ナビゲーション>

概要

お祝い

連絡先




冬至へようこそ


一年で最も長い夜は、反省、刷新、祝賀の時期です。伝統やお祭りなどを調べてみましょう。




お祝い


古代の儀式から現代のお祭りまで、冬至は世界中で祝われています。喜びと伝統を分かち合いましょう。


お問い合わせ


ご質問がある場合、またはイベントについて詳しく知りたい場合はお気軽にお問い合わせください。ご意見をお待ちしております!



コピー; 2024年冬至。すべての著作権は留保されています。



functionscrollToSection(sectionId) {
const セクション = document.getElementById(sectionId);
if (セクション) {
window.scrollTo({
top: Section.offsetTop - 60, // 固定ヘッダーを考慮したオフセット
動作: 'スムーズ'
});
}
}

header h1 {
    margin: 0;
    font-size: 1.8rem;
}

nav {
    margin-top: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #ffcc00;
}

section {
    padding: 100px 20px;
    min-height: 100vh;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h2 {
    font-size: 3rem;
    margin: 0;
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 20px auto 0;
}

.cta {
    margin-top: 20px;
}

.cta button {
    background: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.cta button:hover {
    background: #e6b800;
}

footer {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}

footer p {
    margin: 0;
    font-size: 0.9rem;
}





以上がなんと!青!青! 12月...!の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

html if for const Reflection copy function href position margin padding background
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
前の記事:Iframe をブラウザの高さの 100% に埋めるにはどうすればよいですか?次の記事:Iframe をブラウザの高さの 100% に埋めるにはどうすればよいですか?

関連記事

続きを見る