Saurabh Guptacodecraft-by-saurabh.hashnode.dev·Nov 16, 2024Mastering Responsive Design: My Journey to Building Adaptive WebsitesAs a frontend developer, I started with the basics of responsive design but felt I hadn't truly mastered it. I worked with CSS frameworks like Tailwind CSS and Bootstrap, which simplified responsiveness but masked the underlying principles. I realize...Discuss·41 readsWeb Development
Michael Baisdenmikesselftaughtbolg.hashnode.dev·Sep 25, 2024HTML and CSS bringing it all together!Intro This is my CSS Part 2. In the previous article, I covered the basics of CSS, including what CSS is, the syntax, and some common properties. Now that we have an understanding of HTML and CSS, I will show you how to use them together. I'll explai...DiscussMy self-taught journey to Programing and the technologies!CSS
Kisan Majumdarkisanms.hashnode.dev·Aug 17, 2024Day-1 creating a UI for my Home Service AppReact-Native import React from "react"; import { Text, View, Image, Pressable, Dimensions, PixelRatio, ScrollView, } from "react-native"; import Octicons from "@expo/vector-icons/Octicons"; import Ionicons from "@expo/vector-icons/Ioni...DiscussJavaScript
Aditya Gadhaveadityag7678.hashnode.dev·Jul 31, 2024Building a Simple Login Form with HTML CSS.As you know, A login form is used to access a restricted page or form. The login form contains a field for the username and password that the user uses to login into the page or form. The login form is basically a record form like a search form. As y...DiscussHTML5
Aditya Gadhaveadityag7678.hashnode.dev·Jul 30, 2024How to Design a Sign-Up Form with HTML and CSSHTML Registration /Sign Up Form : The HTML registration form is a user interface component comprising input fields for capturing personal information such as name, email, password typically styled with CSS for presentation and validation. Approach H...DiscussHTML5
Michael Pipermichaelpiper.hashnode.dev·Jul 25, 2024Building Responsive UIs in Flutter: Adapting to Any Screen Size and OrientationCreating a responsive UI in Flutter is essential for developing applications that look good on various screen sizes and orientations. This involves designing layouts that can adapt to different devices, such as smartphones, tablets, and desktops, ens...DiscussAdaptive Layouts
Christopher Wilsontechshopper.hashnode.dev·Jul 10, 2024The Nuances of Responsive Design: How to Create a User-Friendly Interface for All DevicesIn today's digital landscape, creating a user-friendly interface that works seamlessly across all devices is paramount. With the myriad of devices accessing the web, from desktop computers to smartphones, ensuring that your website provides an optima...Discussuser-friendly interface
OrganicOpzblog.organicopz.com·Jul 9, 2024The Importance of Mobile Optimization in Organic StrategiesIn today's digital landscape, mobile optimization isn't just a nice-to-have—it's a necessity for any successful organic SEO strategy. As mobile usage continues to skyrocket, search engines like Google prioritize mobile-friendly websites, making it es...DiscussMobile-friendly content
AMINE ABAIDIcodewithamine.hashnode.dev·May 4, 2024Choosing Between Absolute and Relative CSS Units: A Comprehensive GuideWhat are absolute and relative values? Absolute Values: These are values that remain constant regardless of external factors. For example, setting the width of a paragraph to 16px means it will always stay at 16px and not change, irrespective of ot...Discuss·11 likesCSS
Sarthak semwalsarthaksmwl.hashnode.dev·Mar 26, 2024Mastering CSS Flexbox: A Beginner's GuideIntroduction In web development, creating a flexible and responsive layouts is very crucial to providing an optimal user experience across various devices and screen sizes. Fortunately, CSS Flexbox provides a powerful solution to this challenge. In t...Discuss·55 readscss flexbox