グラデーション 黒・緑

image0 image1

このテーマの特徴

カスタムテーマの特徴:

  • 垂直方向のセクション: セクションは縦に並び、見やすい構造になっています。
  • ヘッダーとフッターのデザイン: ヘッダーとフッターは緑と青のグラデーションでデザインされ、アクセントになっています。
  • 大規模なテキスト: スライドのテキストは24ポイントに設定されており、離れた場所からでも読みやすいです。
  • タイトルセクションの強調: タイトルセクションは緑色の背景色と中央揃えのテキストで強調されています。また、テキストサイズが36ポイントと大きくなっています。
  • レスポンシブ: このテーマはレスポンシブで、さまざまな画面サイズに適応します。
  • フッターの固定: フッターはスライドの最下部に固定されており、常に表示されます。

このテーマを利用する

CSS

/* @theme custom_theme */
@import default;

section{
  display: flex;
  flex-direction: column;
  font-size: 24pt;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: linear-gradient(to right, #3a4750, #7bc043);
  color: white;
}

footer{
  width: 100%;
  position: fixed;
  padding: 10px;
  background: linear-gradient(to right, #7bc043, #3a4750);
  color: white;
  bottom: 0px;
  text-align: center;
}

section.title{
  background-color: #3a4750;
  color: white;
  padding: 20px;
  font-size: 36pt;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

Marpのサンプル

---
marp: true
theme: custom_theme
header: " "
footer: " "
---


# タイトルスライド

---


# 見出し
- これはリスト
- これもリスト