1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 13:18:49 +00:00
denis.ergin/src/pages/slides/css/03-layout-and-box-model.astro
2025-01-11 10:51:21 +01:00

8 lines
199 B
Text

---
import Reveal from '../../../layouts/Reveal.astro';
import Slides from '../../../components/slides/css-layout/index.astro';
---
<Reveal title="CSS Layouts und Box-Model">
<Slides />
</Reveal>