shivposted.hashnode.devMastering CSS: Borders, Dimensions, Box Model, and MoreToday, I learned about some essential CSS concepts, including borders, dimensions, the box model, padding, margin, universal selectors, and more. These concepts are fundamental to creating visually appealing and functional web designs. In this blog p...Jun 3, 2023·6 min read
shivposted.hashnode.devContinuing My CSS Journey: Fonts, Colors, and Developer ToolsHello everyone! Today, I continued my journey into the world of CSS, diving deeper into topics like pixels, fonts, and colors, and even exploring developer tools. I'm excited to share my discoveries with you! What is a physical pixel? A physical pixe...Jun 2, 2023·3 min read
shivposted.hashnode.devMy Journey into the Basics of CSS for BeginnersHello everyone! Today, I embarked on a journey to learn the basics of CSS, and I wanted to share my experience with you. CSS, or Cascading Style Sheets, is a style sheet language used to control the appearance of HTML documents. It allows us to creat...Jun 1, 2023·3 min read
shivposted.hashnode.devHTML Mini ChallengeSo in this challenge, I Build a product section using basic HTML elements: Here is a code snippet, well it is pretty simple actually:- So do you figure out, how it is done, here is codepen for you:- https://codepen.io/shiv_posted/pen/mdzggYR If yo...May 28, 2023·1 min read
shivposted.hashnode.devMastering HTML: Title Tag, Meta Tags, Linking CSS & JS, and FaviconHTML is the backbone of every website, and understanding its various elements is crucial for web developers. In this blog post, we'll explore the title tag, meta tags, linking CSS and JS files, and using favicons in HTML. We'll also provide examples ...May 27, 2023·3 min read