Web Table 1
Run
HTML
Table
Table
ID
First Name
Last Name
Number
Address
01
Zeeshan
Abbasi
55555
Unknown
02
Waqar
Ali
66666
Unknown
03
Awais
Ali
77777
Unknown
04
Majid
Ali
88888
Unknown
05
Shaker
Ahmed
99999
Unknown
CSS
.table{ width: 50%; border-collapse: collapse; } .table th{ height: 20px; } .table td{ height: 20px; } .table th, .table td{ border: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; text-align: left; color: #d1d1d1; background: #262626; }.table{ width: 50%; border-collapse: collapse; } .table th{ height: 20px; } .table td{ height: 20px; } .table th, .table td{ border: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; text-align: left; color: #ffebeb; background: linear-gradient(#262626,#19a9a6); }.table{ width: 50%; border-collapse: collapse; } .table th{ height: 20px; } .table td{ height: 20px; } .table th, .table td{ border: 2px solid #000000; border-top-left-radius: 2px; font-size: 10px; font-family: courier; font-weight: normal; text-align: left; color: #d1d1d1; background: #ffffff; }.table{ width: 50%; border-collapse: collapse; } .table th{ height: 20px; } .table td{ height: 20px; } .table th, .table td{ border-top: 2px solid #000505; border-right: 2px solid #000505; border-bottom: 2px solid #000000; border-left: 2px solid #000000; font-size: 15px; font-family: arial narrow; font-weight: normal; text-align: center; color: #d1d1d1; background: #ffffff; }
Follow Us