
Accordion: CSS Tutorial (Day 23 of CSS3 in 30 Days)
video description
Date: 2022-03-14
Related videos
Comments and reviews: 6
Ashley
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!
reply
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!
reply
human
i have found another way to dove it man
like following example:
html:
cat
cat say meaw
css:
#cat-
display:none;
-
.cat-def-
height:0px;
transition:.5s;
-
#cat:active + .cat-def-
height:30px;
-
reply
i have found another way to dove it man
like following example:
html:
cat
cat say meaw
css:
#cat-
display:none;
-
.cat-def-
height:0px;
transition:.5s;
-
#cat:active + .cat-def-
height:30px;
-
reply
FuzzyPumpkin
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.
reply
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.
reply
Ежевичное
Hi, how to do the same but without fixed height? transition disappears, when i write height auto, i have different height of each block
reply
Hi, how to do the same but without fixed height? transition disappears, when i write height auto, i have different height of each block
reply
GoCode
This is an awesome tutorial about CSS3. I have being learning more s about using some new cool CSS3 features. THANKS FOR THE SERIES
reply
This is an awesome tutorial about CSS3. I have being learning more s about using some new cool CSS3 features. THANKS FOR THE SERIES
reply
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?
reply
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?
reply
Add a review, comment
Other channel videos















