夕焼け

image0 image1

このテーマの特徴

特徴:

1. モダンで洗練されたデザイン: * 赤とオレンジのグラデーションを使用した、モダンでインパクトのある配色を採用しています。

2. フレキシブルなレイアウト: * セクションは縦方向に配置され、見出しやコンテンツの柔軟な配置を可能にします。

3. 目立つ見出し: * 見出しは大きく、太字で、赤色の背景色で目立つようになっています。

このテーマを利用する

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;
  width: 100%;
  height: 60px;
  padding: 10px;
  background: linear-gradient(to right, #fc4a1a, #f7b733);
  color: white;
}

footer{
  width: 100%;
  padding: 10px;
  background: #424242;
  color: white;
  position: fixed;
  bottom: 0px;
  text-align: center;
}

section.title{
  background-color: #fc4a1a;
  color: white;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  font-size: 36pt;
  background-image: repeating-conic-gradient(
    from 0deg,
    #ffffff10 0%,
    #ffffff00 50%,
    #ffffff10 100%
  );
}

section.title footer{
  position: relative;
  background: #424242;
  color: white;
  margin-top: auto;
  padding: 20px;
}

Marpのサンプル

---
marp: true
theme: custom_theme
header: " "
footer: " "
---
<!--
_class: title
-->

# テーマ**カスタムテーマ**

---
<!--
_class: standard
-->

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