@ashleycollins271

Thank you, me and my wife are learning HTML and CSS and I've done all of the videos that I thought was interesting features, followed you example and applied it in creating my own dummy websites and this is amazing! Please keep doing what your doing!

@fuzzypumpkin7743

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.

@gocodemedia7407

This is an awesome tutorial about CSS3. I have being learning more s about using some new cool CSS3 features. THANKS FOR THE SERIES

@YetiGamersChannel

Great tutorial didn’t want js so helped quite a lot. Thank you

@bibibobs

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?

@ashisharora9694

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 .

@eugenenovikov671

Hi, how to do the same but without fixed height? transition disappears, when i write height auto, i have different height of each block

@humanontheinternet6510

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;
     }

@johnsmith-oy9kx

#Comment-1 { Series: Awesome; } #Comment-2 { Thanks: a lot; } #Comment-2:hover { Keep: going; }

@aarishfakih741

:target isn;t working for me!!

@realworldcodingapplications

uh... so how do you close the accordion lol...