@iamcerebrocerberusSubmitted almost 2 years ago
Just needed this to work :-)
Just needed this to work :-)
Will improve this as time goes by
All feedback is welcome
This is a link to my toggle implementation on codepen using radio buttons. You can try it for your project
https://codepen.io/cerebro-cerberus/pen/BarOQOx
I'm learning programming.
I only used HTML5, CSS.
Hi there @mseob
First of, nice work buddy you did good but these are my suggestions
<div class="detailBox">
with something like <p class="detailBox">
. With this, you can still have your way since p
is also a block element but with meaning (paragraph). And also you can wrap all those text in the detailBox
paragraph and take of the spans