Page 116 - Modul Web
P. 116

style.css

               .table1 {
                  font-family: sans-serif;

                  color: #444;
                  border-collapse: collapse;
                  width: 50%;

                  border: 1px solid #f2f5f7;
               }


               .table1 tr th{
                  background: #35A9DB;

                  color: #fff;
                  font-weight: normal;
               }


               .table1, th, td {
                  padding: 8px 20px;

                  text-align: center;
               }


               .table1 tr:hover {
                  background-color: #f5f5f5;

               }


               .table1 tr:nth-child(even) {
                  background-color: #f2f2f2;
               }


















                                                                                                         116
   111   112   113   114   115   116   117   118