Rupesh Kumarrupeshmunday.hashnode.dev·Jul 1, 2024Intro to CSSWhat is CSS? If you will look on MDN(Mozilla Developer Network) for the definition of CSS it will say Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML orXML (including XML dialects ...10 likesCascading Style Sheets
Afroj Mansoorifullstackwebdevelopbyafroj.hashnode.dev·Nov 13, 2023Media Query Projectcreate assests folder and placed all images. create index.html and style.css file. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=...HTML AND CSS PROJECTS
Kushagra Sharmakushagrablog.hashnode.dev·Jul 14, 2023Taking the Second Step for Full Stack Web Development: Starting CSSPart 1 - Introduction I started my journey into full-stack web development by diving headfirst into the foundational language of HTML. It provided me by served as the building blocks for my web pages with the necessary tools to structure and present ...CSS
Ayush Guptamadmecodes.hashnode.dev·Jul 3, 2023CSS Best Practices And Projects:Reset or Normalize Styles: Use a CSS reset or normalize stylesheet to reset or normalize browser-specific default styles. This helps ensure a consistent starting point for your styles across different browsers. Use a CSS Preprocessor: Consider using...12 likes·37 readsWeMakeDevs
Nwankwo Ernest Onyebuchiamazing4.hashnode.dev·Mar 23, 2023Create a Blob with just HTML & CSSHtml and css are the core building block of a website. They are used to build tons of amazing stuffs in a website. Things like : Text Images Animations Text and Background Colors etc. are built with just html and css. All frontend frame works a...HTML AND CSS PROJECTS
Isime Alugeisime.hashnode.dev·Jan 23, 2023How to build a simple signup page using HTML and CSSImagine writing your content or creating content for your boss to view on your website, free from insecurity or plagiarism. That's where HTML comes in. Use HTML to create your website or webpage for others to access your writing or content directly. ...2 likes·120 readsTechnical writing