mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
feat(slides): css major part 2
This commit is contained in:
parent
29a31fbc50
commit
a78cb83e0c
22 changed files with 2772 additions and 529 deletions
8
src/pages/slides/css-more-of-styles.astro
Normal file
8
src/pages/slides/css-more-of-styles.astro
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Reveal from "../../layouts/Reveal.astro";
|
||||
import Slides from '../../components/slides/css-additional-styles/index.astro';
|
||||
---
|
||||
|
||||
<Reveal title="CSS - Mehr zu den Stylings">
|
||||
<Slides />
|
||||
</Reveal>
|
Loading…
Add table
Add a link
Reference in a new issue