Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html #2

Open
CactusNP21 opened this issue Feb 12, 2023 · 3 comments
Open

html #2

CactusNP21 opened this issue Feb 12, 2023 · 3 comments

Comments

@CactusNP21
Copy link

`<h2>Sedans</h2>
            <p>
                Choose a sedan for its affordability and excellent fuel economy. Ideal for cruising in the city
                or on your next road trip.
            </p>
            <a href="#" class="btn btn_sedan">Learn more</a>`

i would unite it in container and similiar

@RoelofWobben
Copy link
Owner

How do you mean that
as far as I see it , I have put it into this container : <div class="card sedans">

@CactusNP21
Copy link
Author

How do you mean that
as far as I see it , I have put it into this container : <div class="card sedans">

I mean i would group text apart of img

@RoelofWobben
Copy link
Owner

oke

You mean something like

<h2>Sedans</h2>
  <div class="text">
        <p>
                Choose a sedan for its affordability and excellent fuel economy. Ideal for cruising in the city
                or on your next road trip.
        </p>
  </div>
  <div class="image">
            <a href="#" class="btn btn_sedan">Learn more</a>`
   </div>         

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants