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


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