rawatdinesh10
@rawatdinesh10All solutions
- Submitted about 2 months ago
Social-links-profile using CSS Grid
- HTML
- CSS
I need help on CSS Grid properties which I have used on body element. Please help me to learn more about CSS Grid. I want to know whether CSS Grid properties are used on parent (body) element or the Grid container element? I used them on grid container but in discord help, they told me to use them on parent element. But I have seen using Grid properties like display:Grid, justify, align etc. used on Grid container too. So please let me know where should we use Grid properties?
- Submitted about 2 months ago
Blog-preview-card using CSS Flexbox
- HTML
- CSS
How can I use media-queries in my project to make it responsive. Please help me on Media-queries. I want to know more about em and rem, how they are different from px, when and where to use them. How do I decide when to use em and when to use rem?
- Submitted 2 months ago
qr-code-component building solution
- HTML
- CSS
I have used the basic HTML and CSS styles to build the project but I have seen the solution code on github and its HTML & CSS is completely different and advance from mine. I would like to know whether as a beginner, is it ok to use the basic HTML & CSS or should i know the HTML & CSS used in the solution code before strating the project?