@Karlof99Submitted almost 3 years ago
I am sure the code can be improved. What could make it shorter and cleaner?
I am sure the code can be improved. What could make it shorter and cleaner?
<main></main>
tag like this2.don't use inline styles as you have done in the <img> element 3. use relative widths and max-width property. 4. set the font family inside the body element .
I'm not sure why my font family doesn't work as expected. Any feedback is appreciated. āš»
Your font family is not working because you have put "."(dot)html in the style.css file , remove the dot so that the html is considered as an element not as a class.
Hello everyone, I have a doubt that the img element is inline but I can set my width and height . Can anyone help me out because we cannot set width to inline elements . so what is wrong here ?