Difference between revisions of "Test55"

From wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.blue-table {
+
{| class="wikitable"
  background-color: #f2f2f2;
+
|+
  border: 1px solid #ddd;
+
|
  border-collapse: collapse;
+
|
  display: inline-block;
+
|
  margin: 20px;
+
|
}
+
|
 
+
{| class="wikitable"
.blue-table td {
+
|+ Caption text
  padding: 8px;
+
|-
  text-align: center;
+
! Header text !! Header text !! Header text
  border: 1px solid #ddd;
+
|-
}
+
| Example || Example || Example
 
+
|-
.blue-table td a {
+
| Example || Example || Example
  color: #0080ff;
+
|-
  text-decoration: none;
+
| Example || Example || Example
  font-weight: bold;
+
|}
}
+
|
 
+
|
.blue-table td:hover {
+
|}
  background-color: #0080ff;
 
}
 
 
 
.blue-table td:hover a {
 
  color: #fff;
 
}
 

Latest revision as of 12:25, 29 March 2023

Caption text
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example