Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <section className="blog-body">
- {/* HEADING */}
- <div className="blog-heading">
- <span>My Recent Posts</span>
- <h3>My Blog</h3>
- </div>
- {/* BLOG CONTAINER */}
- <div className="blog-container">
- {/* box-1 */}
- <div className="blog-box">
- {/* img */}
- <div className="blog-img">
- <img src='/' alt="Blog"/>
- </div>
- {/* Text */}
- <div className="blog-text">
- <span>18th july</span>
- {/* <a href="/" className="blog-title"></a> */}
- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus esse beatae ipsa commodi obcaecati.</p>
- {/* <a href="/" className="blog-title">READ MORE</a> */}
- </div>
- </div>
- </div>
- </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement