add topic_2

This commit is contained in:
2023-01-22 22:48:38 +07:00
parent 4b2868343e
commit 838e315103
4 changed files with 457 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#field td {
width: 200px;
height: 200px;
border: 5px solid black;
text-align: center;
font-weight: bold;
font-size: 150px;
color: blue;
}
.link-container {
margin: 25px 30px 0;
}
.link {
text-decoration: none;
color: red;
font-size: 50px;
opacity: 1;
}
.link:hover {
opacity: 0.4;
}