Search

Section

Section001

A section template.

大きい画面で見る
Code
en.astro
---
import DemoLayout from '@/layouts/DemoLayout.astro';

import { Wrapper, Flex, Frame, Media, Stack, Text } from 'lism-css/astro';
import { Button } from '@lism-css/ui/astro/Button';
import './_style.css';
---

<DemoLayout title="Section001">
  <Wrapper contentSize="s" py="50" bgc="base" hasGutter>
    <Stack ai="center" g="40">
      <h2 class="u--trim">A Town Where People and Nature Grow Together</h2>
      <Frame as="figure" class="set--var:bdrsInner" as="figure" ar="16/9" pos="relative" bdrs="20" bxsh="20" bgc="white" p="10">
        <Media class="-bdrs:inner" src="https://cdn.lism-css.com/img/u-5.jpg" alt="" width="960" height="640" />
      </Frame>
      <Text class="u--trim" fz="m">
        While passing on our rich natural environment to the next generation, we are promoting the creation of spaces where urban life and nature
        coexist in harmony. We aim to contribute to the realization of a sustainable society. Together, we are building a sustainable future.
      </Text>
      <Flex g="30" ai="center" jc="center">
        <Button href="#" min-w="250px" py="15" bdrs="10">View More</Button>
      </Flex>
    </Stack>
  </Wrapper>
</DemoLayout>
style.css