Problem with this code on both Firefox and Chrome (didn't test in MS browsers): when you click on an accordion item, page display jumps to bottom.
This is an awesome tutorial about CSS3. I have being learning more s about using some new cool CSS3 features. THANKS FOR THE SERIES
Great tutorial didn’t want js so helped quite a lot. Thank you
I've got a few questions: why do you select the p tag if you're using BEM? And why are you using a 5px grid instead of 4px?
ONLY 7 DAYS AND 7 VIDEO LEFT . CAN YOU CHANGE YOUR TITLE TO CSS3 IN 100 DAYS .BECAUSE YOU ARE TEACHING ABSOLUTELY FXCKING AWESOME BRO . LOVE YOU BRO. THANK YOU SO EVERYTHING . YOU ARE GREAT TEACHER .
Hi, how to do the same but without fixed height? transition disappears, when i write height auto, i have different height of each block
i have found another way to dove it man like following example: html: <label for='cat' > cat </label> <input type="checkbox" id="cat"> <div class='cat-def'> <h1>cat say meaw</h1> </div> css: #cat{ display:none; } .cat-def{ height:0px; transition:.5s; } #cat:active + .cat-def{ height:30px; }
#Comment-1 { Series: Awesome; } #Comment-2 { Thanks: a lot; } #Comment-2:hover { Keep: going; }
:target isn;t working for me!!
uh... so how do you close the accordion lol...
@ashleycollins271