Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="app" class="container mx-auto py-6">
- <header>
- <div>
- <span id="logo">Liquid Gold Box</span>
- </div>
- </header>
- <div class="content">
- <h1 class="title">Coffee Plans</h1>
- <h2 class="subtitle">
- We travel the world to source the very best single origin coffee for you
- </h2>
- <div class="plans">
- <div class="plan">
- <div class="description">
- <span class="title">
- The Single
- </span>
- </div>
- </div>
- <div class="plan">
- <div class="description">
- <span class="title">
- The Curious
- </span>
- </div>
- </div>
- <div class="plan">
- <div class="description">
- <span class="title">
- The Addict
- </span>
- </div>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement