Bart is learning Html & Css
Posted the 23/04/2024 | 09:41
0 Likes | 0 Comments
1 <div className="column ">
2 <p className="title has-text-green is-4">{`${user.username} ${category} ${categoryContent}`}</p>
3 <p className="has-text-white is-4">{`Posted the ${post_date}`}</p>
4 </div>