网站
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

27 satır
394 B

  1. table tr td{
  2. padding: 20px 0px;
  3. text-align: center;
  4. border-top: 1px solid #e1e1e1;
  5. border-right: 1px solid #e1e1e1;
  6. }
  7. table tr td:first-child{
  8. border-left: 1px solid #e1e1e1;
  9. }
  10. table tr:last-child td{
  11. border-bottom: 1px solid #e1e1e1;
  12. }
  13. table{
  14. margin-top: 25px;
  15. width: 100%;
  16. }
  17. .titIndex span{
  18. color: var(--color);
  19. }
  20. .titIndex i{
  21. padding: 0px 10px;
  22. }