سانچہ:BoxTemplate

Shahidlogs سے
{{{title}}}
{{{content}}}

/* Add background color and styling to the front-page-box */ .front-page-box {

 background-color: #f0f0f0; /* Change this to your desired background color */
 border: 2px solid #ccc;
 padding: 20px;
 margin: 10px;
 border-radius: 10px;

}

/* Style the title */ .front-page-box-title {

 font-weight: bold;
 font-size: 18px;
 margin-bottom: 10px;

}

/* Style the content */ .front-page-box-content {

 font-size: 16px;

}