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/playground/flexbox.astro
Normal file
8
src/pages/playground/flexbox.astro
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Layout from '../../layouts/Layout.astro';
|
||||
// import Playground from '../../components/special/FlexboxPlayground';
|
||||
---
|
||||
|
||||
<Layout title="Flexbox Playground">
|
||||
<!-- <Playground /> -->
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue