Template:MainPage/Books: Difference between revisions
Knowlepedia (talk | contribs) No edit summary |
Knowlepedia (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | <!-- 📚 Scrollable Book List --> | ||
<div style="display: flex; overflow-x: auto; gap: 12px; padding: 12px; background: #f0f4f8; border-radius: 6px;"> | |||
<!-- Book 1 --> | |||
<div style="flex: 0 0 auto; width: 160px; background: #ffffff; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); padding: 8px;"> | |||
<div style=" | <div style="text-align: center;"> | ||
[[File:Journey_Through_Broken_Dreams_Cover.jpg|100px|frameless|center|alt=Broken Dreams]] | |||
</div> | |||
<div style="font-weight: bold; font-size: 95%; margin-top: 6px; text-align: center;">Broken Dreams</div> | |||
<div style="color: #555; font-size: 85%; text-align: center;">by [[Gaurav Singh Chouhan]]</div> | |||
<div style="font-size: 80%; font-style: italic; margin: 4px 0; text-align: center;">"A new beginning..."</div> | |||
<div style="text-align: center; margin-top: 6px;"><small>[[A JOURNEY THROUGH BROKEN DREAMS|Read more →]]</small></div> | |||
</div> | |||
<!-- Book | <!-- Book 2 Example (Add More Books Like This) --> | ||
<div style="width: | <div style="flex: 0 0 auto; width: 160px; background: #ffffff; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); padding: 8px;"> | ||
<div style=" | <div style="text-align: center;"> | ||
[[File: | [[File:Yourbook.jpg|100px|frameless|center|alt=Yourbook]] | ||
<div style="font-weight:bold; margin-top: | </div> | ||
<div style="font-size: | <div style="font-weight: bold; font-size: 95%; margin-top: 6px; text-align: center;">Send Your Book</div> | ||
<div style="font-style:italic; | <div style="color: #555; font-size: 85%; text-align: center;">by [[Comming Soon]]</div> | ||
<div style="margin-top: | <div style="font-size: 80%; font-style: italic; margin: 4px 0; text-align: center;">"Legal dreams and stories..."</div> | ||
[ | <div style="text-align: center; margin-top: 6px;"><small>[[Comming Soon|Read more →]]</small></div> | ||
</ | </div> | ||
</div> | |||
</div> | |||
</div> | </div> | ||