About This Course
"Unlock the essentials of web development with our HTML & CSS course by azad chaiwala. Dive into the building blocks of web design as you master HTML for structuring content and CSS for styling. Create visually stunning and responsive websites with the skills gained in this hands-on course."
Question Asked by Students
Replies
1
C
Course Teacher
23-09-2024
Container tags, typically used in CSS frameworks like Bootstrap, are essential for creating responsive, structured layouts on websites. If your container tag isn’t working, it could be due to several reasons.
If you are using Bootstrap, make sure that it’s correctly linked or installed in your project.
Custom CSS could be overriding the Bootstrap styles. Look into your stylesheets or inline styles for any conflicts that might be overriding the container's layout, such as width, max-width, or padding properties.
Make sure the container is well-placed in the HTML structure and not nested inside elements that break the layout, like elements with position: absolute;
Ensure your website includes a viewport meta tag for proper responsiveness:
<meta name="viewport" content="width=device-width, initial-scale=1">
z
zaid
11-12-2023
link is correct but css file not attach to html file and i made correct folder according to you
Replies
4
C
Course Teacher
18-03-2024
Use your browser's developer tools to inspect the logo element and see which CSS rules are currently applied to it. This will help you understand why the height is not decreasing as expected.
1.Look for any existing CSS rules that might be setting the height of the logo. Sometimes, there might be specific height rules that are overriding your new styles.
2.Once you've identified the relevant CSS rules, try overriding them with more specific selectors or using the !important declaration.
3.If the logo is inside a container, check if the parent elements have any styles that affect the logo's height. Adjusting the height of parent elements might indirectly affect the logo's height.
4.Sometimes, changes to CSS may not immediately reflect due to browser caching. Try clearing your browser cache or testing in a private browsing window to see if the changes take effect.
C
Course Teacher
31-01-2024
check your path
i
ismail
30-01-2024
yes mery bhi css html ke sath attached nhi ho raha
W
Waqas Ramadan
17-03-2024
Thank you sir i was taking the wrong path too but facing one more problem logo height is not decreasing
Muqadas Gulzar
sir mene website develop ki ha Lekin wahaa container tag kam ni kr raha to kindly bta dyn kaha mistake ha meri website without container tag achi ni lg rhi to iska koi solution bta dyn