Difference between revisions of "Test55"

From wiki
Jump to navigation Jump to search
(Replaced content with "{| class="wikitable" |+ | | | | | | | |}")
Tags: Replaced Visual edit
Line 1: Line 1:
.blue-table {
+
{| class="wikitable"
  background-color: #f2f2f2;
+
|+
  border: 1px solid #ddd;
+
|
  border-collapse: collapse;
+
|
  display: inline-block;
+
|
  margin: 20px;
+
|
}
+
|
 
+
|
.blue-table td {
+
|
  padding: 8px;
+
|}
  text-align: center;
 
  border: 1px solid #ddd;
 
}
 
 
 
.blue-table td a {
 
  color: #0080ff;
 
  text-decoration: none;
 
  font-weight: bold;
 
}
 
 
 
.blue-table td:hover {
 
  background-color: #0080ff;
 
}
 
 
 
.blue-table td:hover a {
 
  color: #fff;
 
}
 

Revision as of 12:23, 29 March 2023