Awesome-PPT-Design-Skills/japanese-hand-drawn-editorial-ppt-skill/assets/template.html

115 lines
3.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Japanese Hand-Drawn Editorial PPT Template</title>
<style>
:root {
--warm-white: #f8f6f2;
--ink: #2b2b2b;
--gray: #bdbdbd;
--indigo: #6c7a89;
--wash: #eae7e1;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
background: #e7e2da;
font-family: "Noto Sans JP", "Yu Gothic", "Microsoft JhengHei", Arial, sans-serif;
color: var(--ink);
}
.deck {
display: grid;
gap: 32px;
padding: 32px;
}
.slide {
position: relative;
width: min(1280px, 100%);
aspect-ratio: 16 / 9;
margin: 0 auto;
overflow: hidden;
background:
radial-gradient(circle at 10% 20%, rgba(189, 189, 189, 0.28) 0 1px, transparent 1px),
var(--warm-white);
background-size: 30px 30px;
border: 1px solid #ddd8cf;
}
.kicker {
position: absolute;
left: 82px;
top: 82px;
color: var(--indigo);
font-size: 12px;
font-weight: 500;
}
h1 {
position: absolute;
left: 80px;
top: 174px;
width: 610px;
margin: 0;
color: var(--ink);
font-size: 58px;
line-height: 1.22;
font-weight: 300;
letter-spacing: 0.02em;
}
.subtitle {
position: absolute;
left: 84px;
top: 454px;
width: 460px;
color: #666;
font-size: 19px;
line-height: 1.65;
font-weight: 300;
}
.divider {
position: absolute;
left: 82px;
top: 128px;
width: 148px;
height: 1px;
background: var(--gray);
}
svg.sketch {
position: absolute;
right: 110px;
top: 106px;
width: 410px;
height: 430px;
}
</style>
</head>
<body>
<main class="deck">
<section class="slide">
<div class="kicker">Japanese Hand-Drawn Editorial</div>
<div class="divider"></div>
<h1>Quiet Lines for Thoughtful Stories</h1>
<p class="subtitle">Soft paper texture, imperfect ink strokes, pale wash fills, and spacious editorial composition.</p>
<svg class="sketch" viewBox="0 0 410 430" fill="none">
<path d="M76 262C116 224 168 210 228 224C278 236 316 260 342 306" stroke="#2B2B2B" stroke-width="2" stroke-linecap="round"/>
<path d="M94 284C154 310 248 310 326 286" stroke="#BDBDBD" stroke-width="1.3" stroke-linecap="round"/>
<path d="M136 146C172 116 232 120 264 154C294 188 282 244 234 264C184 284 124 242 122 192C121 174 126 158 136 146Z" fill="#EAE7E1"/>
<path d="M136 146C172 116 232 120 264 154C294 188 282 244 234 264C184 284 124 242 122 192C121 174 126 158 136 146Z" stroke="#2B2B2B" stroke-width="1.8" stroke-linecap="round"/>
<path d="M154 176C182 162 214 162 246 178" stroke="#2B2B2B" stroke-width="1.3" stroke-linecap="round"/>
<path d="M178 216C198 226 222 226 244 216" stroke="#6C7A89" stroke-width="1.4" stroke-linecap="round"/>
</svg>
</section>
</main>
</body>
</html>