Main Page: Difference between revisions
Thakshashila (talk | contribs) No edit summary |
Thakshashila (talk | contribs) |
||
Line 6: | Line 6: | ||
</div> | </div> | ||
<style> | |||
.card { | |||
This is the main hub of all knowledge and content on this Qbase. You can browse, search, or explore the categories to find interesting topics. | display: flex; | ||
border: 1px solid #ddd; | |||
border-radius: 8px; | |||
padding: 16px; | |||
max-width: 800px; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |||
margin: 20px auto; | |||
background-color: #fff; | |||
} | |||
.card img { | |||
width: 120px; | |||
height: auto; | |||
margin-right: 20px; | |||
border-radius: 4px; | |||
} | |||
.card-text { | |||
flex: 1; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
} | |||
</style> | |||
<div class="card"> | |||
<img src="kbaselogo.png" alt="Logo"> | |||
<div class="card-text"> | |||
<h2>Welcome to <i>Qbase</i></h2> | |||
<p>This is the main hub of all knowledge and content on this Qbase. You can browse, search, or explore the categories to find interesting topics.</p> | |||
</div> | |||
</div> | |||
== 🎓 Our Mission == | == 🎓 Our Mission == |