SuperSimpleDev / html-css-course-2022

1.32k stars 991 forks source link

Lesson 11: Incorporating grid into video previews #58

Closed SenKio9 closed 9 months ago

SenKio9 commented 9 months ago

First of all love love love this course, so thorough and well made, thank you. That being said, on lesson 11 when I set the video-info grid class and delete all the inline-block elements it drops all of the video info below the channel picture, every time I try it. Ive, watched and rewatched the video, checked the code on github for both lesson 10 and 11, followed along exactly line by line, made sure everything is right, retried it multiple times, everything seems in place however I cannot resolve it. Any idea whats going on here?? Anyone? I feel like I'm going crazy, I dont know what I'm doing wrong. Please help!

I am at video timestamp 3:31 3 hours 31 mins.

Here is my code, it may seem incomplete because in following the video I just deleted the lines as instructed, but its not completed to the point of the provided example code as displayed in the lesson 11 code youtube.html section.

<!DOCTYPE html>

youtube clone

Talking Tech and AI with Google CEO Sundar Pichai!

Marques Brownlee

3.4M views · 6 months ago

Try Not To Laugh Challenge #9

Markiplier

19M views · 4 years ago

Crazy Tik Toks Taken Moments Before DISASTER

SSSniperWolf

12M views · 1 year ago

The Simplest Math Problem No One Can Solve - Collatz Conjecture

Veritasium

12M views · 4 months ago

Kadane's Algorithm to Maximum Sum Subarray Problem

CS Dojo

519k views · 5 years ago

Samiksha1603 commented 9 months ago

When defining grid-template-columns, you should separate the column values with spaces, not commas.

SenKio9 commented 9 months ago

@Samiksha1603 Thank you so much, I think that did it. I don't know how I missed that comma.