Terranova commited on
Commit
5863a51
·
1 Parent(s): d644693

Create Test.md

Browse files
Files changed (1) hide show
  1. Test.md +27 -0
Test.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ .switch-1:checked ~ .hidden-1
3
+ {
4
+ display: none;
5
+ }
6
+
7
+ .switch-2:checked ~ .hidden-2
8
+ {
9
+ display: none;
10
+ }
11
+
12
+ .switch-3:checked ~ .hidden-3
13
+ {
14
+ display: none;
15
+ }
16
+
17
+ </style>
18
+ Show NSFW Images:
19
+ <input class="switch-1" type="checkbox">
20
+ <input class="switch-2" type="checkbox">
21
+ <input class="switch-3" type="checkbox">
22
+ <div class="hidden-1 hidden-2">Info 1</div>
23
+ <div class="hidden-2 hidden-3">Info 2</div>
24
+ <div class="hidden-1 hidden-3">Info 3</div>
25
+ <div class="hidden-1">Info 4</div>
26
+ <div class="hidden-3">Info 5</div>
27
+ <div class="hidden-3">Info lol</div>