Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialissa Mohamed
7,373 PointsAnyone got solutions to the 3 tasks in the end really struggling
Anyone got solutions to the 3 tasks in the end really struggling to somehow grasp the concept and applying the bootstrap codes to make them work help
1 Answer
Skye Breeze
10,620 PointsMy solution to the drop down descriptions in the schedule section, was to make the unordered list, a list of buttons, with the class="list-group-item" included in the button. In order to keep the name of each keynote speaker aligned under the keynote title, I added 'd-flex into the class for the speakers name. After the </button> I added a collapse item for the description ( https://getbootstrap.com/docs/4.0/components/collapse/ ).