Thank you so much for making this video it's excellent quality. I'm just wondering how do I stop the images from going very wide and too tall?
@amur6195 ай бұрын
play with the width and height
@searrell3 ай бұрын
How do I add this to an already existing set of Web pages with its own body already set up? As when I add this in to the site I'm messing around with and making, it breaks everything and everything gets blacked out other than the cards on the site
@studprogaming49483 жыл бұрын
without media tag how is this responsive? 😕
@CodingArtist3 жыл бұрын
With Grid Layout. No media queries required here.
@studprogaming49483 жыл бұрын
@@CodingArtist ok thanks 😊
@hogvarts3 жыл бұрын
Cool ! Tell me what font is used in vs code ?) Thanks !!!
@CodingArtist3 жыл бұрын
It's Poppins.
@hogvarts3 жыл бұрын
@@CodingArtist Thank you so much ! I tried it, but it's a pity that the small indentation between dots and other symbols (
@loss25702 жыл бұрын
what should I do if the images and cards are all different sizes?
@lex86992 жыл бұрын
put the img inside of a figure, and add some width an height to figure and the img put it 100%
@polylyfeee58693 жыл бұрын
the css file is nothing but a link to the web
@dann27582 жыл бұрын
Thank you so much
@klaasjanssen6442 жыл бұрын
thx for this tutorial
@CodingArtist2 жыл бұрын
Welcome 😊
@romeno293 жыл бұрын
My cards don't go to horizontal when page is full screen, any sugestions?
@CodingArtist3 жыл бұрын
It's hard to say without checking the code. However you can download the source code (link in video description) and compare with your code. Or else you can mail me the code so I can check.
@ptilu21952 жыл бұрын
I don't find the source code on your website
@CodingArtist2 жыл бұрын
Use the search button on the website and enter the video name.
@lovnyweb74824 жыл бұрын
thank you for your videos 🙏 thanks to you I created my first youtube channel in html and css only 😀.
@Ben-gz5ev3 жыл бұрын
I like your channel, very good
@vaishnavraj87033 жыл бұрын
cant find the source code !!!
@CodingArtist3 жыл бұрын
You have to serach using the search bar on website.
@cagatayakar12824 жыл бұрын
i have a question. Lets say you want to put the last card in the middle. How can you do it ?
@rybalchenkofamily2 жыл бұрын
change the html order would be the easiest way.
@kodeeshwarar30164 жыл бұрын
Your video content very nice bro
@gungde_21693 жыл бұрын
My image wont fit with width: 100%, how can i fix it?
@aayushdhakal67552 жыл бұрын
same problem... any solution for that?
@Michel2003g2 жыл бұрын
set it min-width instead of just width this will force it to 100%
@KyselPoints2 ай бұрын
So you would die adding a voiceover in the video, right?
@100XPercentX3 жыл бұрын
How do you control the vertical spacing
@CodingArtist3 жыл бұрын
With grid-gap or grid-gap-row
@kevinvigi.mathew63503 жыл бұрын
Epic help,tysm
@LouisaWamvs84574 жыл бұрын
Thanks for helping in web blog project.🧡💛💚💙💜❤🤗
@dhruvgupta56583 жыл бұрын
Source code ? There's only a website that leads to a youtube channel
@CodingArtist3 жыл бұрын
Link in video description
@dhruvgupta56583 жыл бұрын
@@CodingArtist ik dude , but the problem is it just lead to your youtube
@CodingArtist3 жыл бұрын
Scroll down. There is a button called 'Download code'.
@dhruvgupta56583 жыл бұрын
@@CodingArtist okay I found it , btw I need a help , how can I make the image round
@CodingArtist3 жыл бұрын
@@dhruvgupta5658 Try this: .container{ clip-path: circle(50% at 50% 50%); }