Skip to content

Commit 14ba889

Browse files
Update index.html
1 parent a2a87d1 commit 14ba889

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

css/text/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515

1616
<!-- Custom styles for this template -->
1717
<link href="https://coding-dragon.github.io/custom.css" rel="stylesheet">
18+
<style>
19+
.filterDiv {
20+
float: left;
21+
background-color: #2196F3;
22+
color: #ffffff;
23+
width: 100px;
24+
line-height: 100px;
25+
text-align: center;
26+
margin: 2px;
27+
display: none;
28+
}
29+
30+
.show {
31+
display: block;
32+
}
33+
</style>
1834
</head>
1935

2036
<body>

0 commit comments

Comments
 (0)