Advertisement
shadiff

newblog.js

Sep 17th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <section className="blog-body">
  2.  
  3. {/* HEADING */}
  4.  
  5. <div className="blog-heading">
  6. <span>My Recent Posts</span>
  7. <h3>My Blog</h3>
  8. </div>
  9.  
  10. {/* BLOG CONTAINER */}
  11. <div className="blog-container">
  12.  
  13. {/* box-1 */}
  14. <div className="blog-box">
  15. {/* img */}
  16. <div className="blog-img">
  17. <img src='/' alt="Blog"/>
  18. </div>
  19.  
  20. {/* Text */}
  21. <div className="blog-text">
  22. <span>18th july</span>
  23. {/* <a href="/" className="blog-title"></a> */}
  24. <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus esse beatae ipsa commodi obcaecati.</p>
  25. {/* <a href="/" className="blog-title">READ MORE</a> */}
  26. </div>
  27. </div>
  28. </div>
  29. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement