اسم المنتدى

وصف المنتدى ...
 
الرئيسيةالرئيسية  الرئيسيةالرئيسية  التسجيلالتسجيل  دخول  

هنا عنوان الموضوع

تم النشر يوم الثلاثاء فبراير 01, 2022 10:19 am

    وصف :

    <style>

    .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    text-align: right;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: right;
    }

    .styled-table th,
    .styled-table td {
    padding: 12px 15px;
    }

    .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    }

    .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
    }
    </style>
    <center>
    <table class="styled-table" dir="rtl">
    <thead>
    <tr>
    <th>الاسم : </th>
    <th>هنا الاسم</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td>وصف :</td>
    <td>هنا وصف</td>
    </tr>
    <tr class="active-row">
    <td>التحميل</td>
    <td><a href="#">هنا التحميل</a></td>
    </tr>
    <!-- and so on... -->
    </tbody>
    </table>
    </center>

    معلومات عن البائع