Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Roger123

All Themes's Tables

Recommended Posts


All Themes's Tables

With this tutorial, I will show you how to create tables similar to those in our forum.
--> Programming - Questions

         
All Themes's Tables

1
CSS instalation
Use the TAGs 
Code:

<style>

to install the CSS.
Our code is:
Code:

.tables.topic  {
   border-left-color: red!important; // BORDER LEFT COLOR
}
.tables {
       padding: 1.25rem;
   margin-top: 1.25rem;
   margin-bottom: 1.25rem;
   border: 1px solid #eee;
       border-left-color: rgb(238, 238, 238);
       border-left-width: 1px;
   border-left-width: .25rem;
   border-radius: .25rem;
}

Or, in the forumeiros's ACP, go to CSS Stylesheet and paste the code.
2
Using the code
-HTML
Code:
<div class="tables topic">//YOUR TEXT</div>

Result
         

Share this post


Link to post
Share on other sites

×
×
  • Create New...