"سانچہ:BoxTemplate" کے نسخوں کے درمیان فرق
Shahidlogs سے
کوئی خلاصۂ ترمیم نہیں |
کوئی خلاصۂ ترمیم نہیں |
||
سطر 3: | سطر 3: | ||
<div class="front-page-box-content">{{{content}}}</div> | <div class="front-page-box-content">{{{content}}}</div> | ||
</div> | </div> | ||
/* 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; | |||
} |
نسخہ بمطابق 22:04، 30 ستمبر 2023ء
{{{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;
}