blob: ba7142ee075fcbcf4ffce62f2301229bfdfc42f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html><html><head><style>
* {
border: 1px solid black;
font: 20px SerenitySans;
}
td::before {
display: block;
content: "";
border: 1px solid red;
}
</style><head><body><table><tr><td width="100" height="100">
|