Officially wrapped up the CSS Essential Concepts module on Scrimba To finish the module, we built this responsive landing page layout. It was a great opportunity to really drill down into flexbox (getting comfortable with things like justify-content and gap), and to master the differences between relative, absolute, and fixed positioning for UI elements like banners and floating action buttons. Building a solid foundation in HTML and CSS is crucial, but I am super excited for what comes next. Moving on to the "JavaScript Essential Concepts" module to start bringing these static pages to life with real logic and interactivity! #Frontend #CSS #JavaScript #WebDevelopment #LearnInPublic #Scrimba
Alex Emeretlis’ Post
More Relevant Posts
-
Just built a Neumorphism Calculator using HTML, CSS, and JavaScript . This project helped me understand: • CSS Grid & UI design • DOM manipulation • Event handling in JavaScript #HTML #CSS #JavaScript #WebDevelopment #Frontend
To view or add a comment, sign in
-
🧮 Calculator Project — HTML, CSS & JavaScript Built a fully functional calculator with a clean, modern UI and smooth interactions. This project strengthened my JavaScript logic, DOM handling, and responsive layout skills while recreating a practical, real-world tool. ✅ Features 🔸Basic arithmetic operations 🔸Clear/Delete functionality 🔸Real-time input and results 🔸Responsive, minimal interface A simple tool turned into a solid exercise for mastering frontend fundamentals. #FrontendDevelopment #HTML #CSS #JavaScript #WebProjects #PortfolioProject #UIUX
To view or add a comment, sign in
-
5 HTML & CSS Tips Every Developer Should Know: Use semantic HTML (header, section, article) Always make your design responsive (media queries 📱) Use Flexbox & Grid like a pro Keep CSS clean & reusable Focus on user experience, not just design Bonus: Simplicity > Complexity Follow for more frontend tips! #WebDevelopment #HTMLTips #CSSTips #FrontendDev
To view or add a comment, sign in
-
CSS in 2025–2026 is quietly replacing JavaScript for things we never thought possible. Here's what's new: 🔹 if() function — write conditional logic directly inside a CSS property. No more duplicating media queries. 🔹 @function — define reusable CSS functions like --half(--value) natively. No Sass needed. 🔹 @mixin / @apply — Sass mixins are now a CSS native. Share layout patterns without a build step. 🔹 Customizable <select> — finally style dropdown menus fully with CSS using appearance: base-select. Zero JavaScript. 🔹 sibling-index() — elements now know their DOM position. Staggered animations in pure CSS. 🔹 Animate to auto — height: auto transitions now work with interpolate-size: allow-keywords. 🔹 Scroll state container queries — style stuck or snapped elements without IntersectionObserver. 🔹 contrast-color() — auto-pick readable text color based on background luminance. WCAG by default. 🔹 HTML Popover API — open/close behavior with keyboard support and light-dismiss. No JS required. CSS used to be design. JavaScript was interactivity. That line is disappearing fast. Which of these are you most excited to use? #CSS #WebDevelopment #Frontend #HTML #JavaScript #WebDesign
To view or add a comment, sign in
-
-
🕰️ The web used to be just... text. Unstyled, black-on-gray, walls of text. Then CSS arrived and changed everything. From font tags stuffed inside HTML to Flexbox, Grid, animations, and container queries — the story of CSS is honestly wild. And understanding it makes you a better developer. I wrote the full history — including what sites actually looked like before CSS, and the mistakes developers still make today 👇 Read it now at 👉 hamidrazadev.com #css #webdev #frontend #learncss #webhistory #developers #programminglife #html #csshistory #hamidrazadev
To view or add a comment, sign in
-
-
🚀 Exploring how modern CSS and native HTML can replace heavy libraries Earlier, simple UI components like accordions were often built using jQuery or third-party plugins. Today, the same can be achieved using native elements like <details> and <summary> — without any external dependency. ✨ A small FAQ accordion built using just HTML and minimal CSS 🎯 Focus: ✔ Reduce unnecessary libraries ✔ Keep the UI lightweight ✔ Improve maintainability 💡 Not every feature needs a framework. Sometimes, the browser already provides what’s needed. #WebDevelopment #HTML #CSS #Frontend #WebPerformance #UIUX #WebAmazers
To view or add a comment, sign in
-
Built an Advanced Calculator using HTML, CSS & JavaScript 💻 Focused on creating a clean UI with modern design techniques like glassmorphism, smooth hover effects, and responsive layout. Implemented core logic using JavaScript for real-time calculations. Tech Used: HTML | CSS (Grid, Flexbox, Transitions) | JavaScript (DOM Manipulation, Functions)
To view or add a comment, sign in
-
-
Sharing my learnings: Critical Rendering Path - In simple terms, it’s the process the browser follows to convert HTML, CSS, and JavaScript into pixels on the screen. Here’s how it works: - Browser receives HTML from the server - HTML is parsed → DOM is created - CSS is parsed → CSSOM is created - DOM + CSSOM → Render Tree Browser renders in steps: - Style calculation - Layout - Paint - Composite The goal? Show content to the user as fast as possible (First Contentful Paint). #frontend #webperformance #javascript #react #learninginpublic
To view or add a comment, sign in
-
-
Aligning Variable Content Across Columns. It Seems Impossible Until You Discover CSS Subgrid A layout that seems impossible; aligning titles and dividers across sibling cards regardless of content length. No JavaScript, no table layouts, just CSS subgrid. https://lnkd.in/dTaUSz4N
To view or add a comment, sign in
-
Interlocking hexagon grid using pure CSS 🤯✨ No JS. Just geometry + creativity 🔥 Unique layouts that stand out 🚀 #css #webdesign #frontend #uiux #creativecoding #webdev #cssgrid #designinspiration #codingreels #htmlseekers ⚡ Follow for more @html.seekers 💫 Share with others 🔖 Save for later . . . [html5, CSS3, webdesign, javascript, bootstrap]
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development
Great 👍