wio
This commit is contained in:
11
superpage/src/components/Course/Plans.astro
Normal file
11
superpage/src/components/Course/Plans.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import Container from "~/components/Container.astro";
|
||||
---
|
||||
|
||||
<Container id="planos">
|
||||
<div class="flex min-h-72 w-4/6 mx-auto">
|
||||
<div class="border border-white/10 p-5 rounded-2xl w-3/6">Plan A</div>
|
||||
<div class="text-black bg-lime-400 p-5 rounded-2xl w-4/6">Plan B</div>
|
||||
<div class="border border-white/10 p-5 rounded-2xl w-3/6">Plan C</div>
|
||||
</div>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user