#css
Read more stories on Hashnode
Articles with this tag
Relative v/s Absolute Units Absolute units like pixels will always appear the same size no matter where you view them. Not intended to be...
textarea: A multiline input field <textarea placeholder="Ask me anything!" id="chat-input"></textarea> <!-- CSS --> textarea{ width:...
How to delay a page rendering: setTimeout It's possible to hold a component from displaying in a regular workflow using setTimeout. console.log('What...
Semantic HTML Allows to be more descriptive. Better for accessibility. Makes our code more readable. Better for SEO. <div> tag is used when there is...
Some more CSS Notes as I continue on my third project in the Web-Dev Basics Series. Background Images added in CSS and not in HTML. background-image:...
Writing good Alt Texts: Do not use "image of" Describe it over the phone Keep the text concise and up to 125 characters Initial State of the...