Actions

Test

From ThornsWiki

Revision as of 09:07, 25 April 2019 by Thornswiki (talk | contribs)



TEST FILTER

FILTER BY COLOR

 <input type="radio" id="blue" name="color" />
 <label for="blue">BLUE</label>
 <input type="radio" id="red" name="color"/>
 <label for="red">RED</label>
 <input type="radio" id="green" name="color"/>
 <label for="green">GREEN</label>
 <input type="radio" id="reset" name="color"/>
 <label for="reset">RESET</label>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16