Greetings! I am a student creating my own personal homepage. Apologies for using a translator as my English skills are limited ;D
On another note...I am attempting to add the button effect from the 'materializecss site', however, when I insert the CSS code into the HTML, the checkbox disappears.
The checkbox contains a secret comment, which is crucial. I cannot remove it. But at the same time, I don't want to give up on the button effect. Can anyone assist me in finding a solution? ;D
<< materializecss >>
<< my code >>
https://jsfiddle.net/rvnqkdz8/
<p class="secretWrap">
<input type="checkbox" name="secret" class="checkbox" />
<label for="secret"> SECRET </label>
</p>
<p class="clear"></p>
<<▲problem cartoon images>>