Week 12 of this semester focused on utilizing CSS parallax and Bootstrap. Both are valuable features that enhance website aesthetics and streamline the design process. I’ve discovered that parallax is particularly effective for storytelling and product presentation, as it adds a visually appealing element to the website. However, it’s crucial to exercise moderation, as excessive use can lead to monotony and repetition.
Continue reading “Parallax and Bootstrap in CSS”Author: Farnaz
Responsive Web Design & Media Query
What is a Media Query?
Media query is a CSS technique introduced in CSS3.
It uses the @media rule to include a block of CSS properties only if a certain condition is true.
Responsive Web Design and UX
Responsive web design (RWD) refers to designing websites to adapt to a user’s device. The goal is for a website to retain its optimal usability and appearance regardless of the device it’s displayed on. Responsive web design responds to user needs by adapting to different screen sizes, orientations, layouts, and platforms. This is accomplished with the use of flexible grids and layouts, responsive images, and CSS media queries.
Continue reading “Responsive Web Design and UX”Mastering the Art of UI Design
User Interface (UI) design is the creative process of enhancing user satisfaction by improving the usability, accessibility, and visual appeal of a digital product. In today’s tech-driven world, UI design plays a pivotal role in shaping our digital experiences, whether we’re navigating a website, using a mobile app, or interacting with software.
Continue reading “Mastering the Art of UI Design”What I learned about CSS?
First month of the course has been so exciting and productive on this web development journey. Practicing more semantic HTML has been an eye-opener. Understanding the importance of structuring content in a meaningful way not only makes the code cleaner but also improves accessibility for all users. It’s incredible how a few well-placed tags can make such a big difference.
Continue reading “What I learned about CSS?”Deeper Understanding of HTML
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the meaning and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Continue reading “Deeper Understanding of HTML”