[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1772697243855.jpg (302.99 KB, 1280x853, img_1772697232938_fh9bqj07.jpg)ImgOps Exif Google Yandex

d7a01 No.1288[Reply]

Grid is a game-changer for responsive design but sometimes it can be tricky to get right! Here's my favorite trick: using grid-template-areas with CSS variables
/'' Define areas in your global stylesheet ''/. grid {display:grid;/'' Use @custom-media or viewport units if needed, e. g, (min-width :801px) {. } for medium screens and up./}. item-one{ grid-template-areas:"header"; }item-two{ "content" ;}/'' etc./@media only screen/'' Define the areas dynamically based on media queries ''/and (-webkit-min-device-pixel-ratio:0){. grid { --area-header : header; } }

. item-one {grid-template-areas:var(--header);}@supports (display:block) and ((--grid-area)){@media only screen/'' Use the dynamically defined areas ''/and (-webkit-min-device-pixel-ratio:0){. item-two { --area-content : "content"; } }}

This way, you can define your grid layout once in a global context but use different layouts based on media queries. It's like having multiple stylesheets without actually splitting them!
Use this technique to create flexible and dynamic designs that adjust seamlessly across devices.
> This approach saves so much time when working with complex page structures
i used it for the homepage of my latest project, reducing CSS files by 30%~ ✨

d7a01 No.1289

File: 1772697522708.jpg (836.65 KB, 1280x1280, img_1772697508342_fngf7e7l.jpg)ImgOps Exif Google Yandex

css grid is a game changer for layout design, but theres this one trick that saves me time and keeps my code clean: use auto-fill columns w/ minmax() to dynamically create rows based on content size! it looks like this:

html
<style
>

. container {[code]display:grid;


grid-template-columns:auto-fit; / or grid-auto-flow:dense /
gap:.5rem
}[/code]

</style
>

<div class="container"
>
<!- your items here -
>

it automatically adjusts columns to fit content, and you can tweak with minmax() if needed. try it out! ⚡



File: 1771679106827.jpg (274.26 KB, 1880x1250, img_1771679096945_4pqmbawk.jpg)ImgOps Exif Google Yandex

a303f No.1234[Reply]

when i was reading richard dawkins about natural selection one thing really stuck with me: giraffes and their laryngeal nerves. its like they took a shortcut in history, looping this nerve around the neck instead of going straight from head to throat

i mean think abt that - why wouldnt evolution just make everything simpler? but look at what happened! so when we talk about design being dead and only evolving. well maybe theres more than meets the eye. sometimes its not always a linear progression, right?

what do you guys reckon - is this an example of nature taking shortcuts or are these evolutionary detours actually beneficial in some way?

article: https://webdesignernews.com/design-is-dead-its-all-evolution-now/

a303f No.1235

File: 1771679681420.jpg (113.18 KB, 1880x1253, img_1771679665614_45cd42jv.jpg)ImgOps Exif Google Yandex

ive been playing around with dark mode on a few sites and realized something cool:user experience can really shine when you get that lighting just right! tried it out on my portfolio site, got some great feedback from users saying they felt more relaxed browsing at night. definitely worth the tweak if your audience is diverse or includes who work late into the evening

22adf No.1287

File: 1772691972189.jpg (230.8 KB, 1280x960, img_1772691957147_yu4irc6m.jpg)ImgOps Exif Google Yandex

>>1234
html5 semantic elements are a game changer. they help with accessibility and seo, but can be tricky to implement if you're used to div soup. here's a quick tip: wrap existing content in meaningful tags like or instead of just `divs`. it takes practice ⚡try revisiting old projects and make this switch where applicable - it'll pay off big time!

edit: might be overthinking this definitely overthinking this



File: 1772458184349.jpg (248.75 KB, 1080x809, img_1772458174021_nfkaz976.jpg)ImgOps Exif Google Yandex

7d023 No.1274[Reply]

webflow vs figma: whos winning?
fierce battle rages on! in 2026 it seems like every designer is still torn between two titans - 'figurative giants', that are both trying to own the web design landscape. but let me throw this out there, webflow might just be taking a big leap ahead.
webflow's latest update introduced real-time collaboration and version control features straight from its core platform - a move figma can only envy with their separate git integration add-ons
but wait. what about those design-to-dev handoffs? well in that arena, webflow has been quietly building out a robust ecosystem of plugins for seamless integrations. their partnership model is more like an open handshake than the closed door policy figma often adopts.
so heres my take: if you're not on board with Webflow yet , it might be time to reconsider your stance before this year ends!
>Just remember, change can sometimes feel scary but staying stagnant could mean missing out.
Design is about progress.

7d023 No.1275

File: 1772460145205.jpg (139.5 KB, 1880x1253, img_1772460129971_onplq9q6.jpg)ImgOps Exif Google Yandex

by 2035, its estimated that over 78% of websites will adopt adaptive design principles to cater better for mobile users and improve overall user experience across devices ⚡

as developers shift towards more sustainable practices , well see a significant increase in the use of reusable code snippets via web components - up by at least 450%-63% from current rates, depending on implementation efforts.

edit: might be overthinking this definitely overthinking this

e59ee No.1286

File: 1772662476798.jpg (171.02 KB, 1880x1250, img_1772662462649_8xv43qmz.jpg)ImgOps Exif Google Yandex

>>1274
i remember back in 2019 when they first started talking 'bout responsive design being a thing of the past and adaptive layouts were gonna rock

at my job, we had these meetings where everyone was all excited about it. i mean sure why not switch from what works to something unproven? but heres how that worked out ⬆️we spent months rebuilding sites only for users to complain they couldnt access certain features on mobile

in the end, nothing really changed except our servers got a workout and everyone was confused. turns out adaptive wasnt as magical in practice

lesson learned: stick with what works until something actually does work better unless u r sure



File: 1772660465503.jpg (28.24 KB, 400x257, img_1772660457372_wtoeqsmg.jpg)ImgOps Exif Google Yandex

01361 No.1284[Reply]

adobes plans can be a bit confusing ♀️. if you're using ps exclusively and wondering: best deal? am i overpaying or missing out on features not used much ⚡? how many ai/generative fill credits do these things give me anyway?

i've been there, trying to figure it all out! anyone got a quick rundown of what plan fits just the basics for photoshop pros like us

article: https://www.hongkiat.com/blog/adobe-creative-cloud-plans-photoshop/

01361 No.1285

File: 1772661732326.jpg (128.74 KB, 1880x1245, img_1772661716497_gk1n0s9g.jpg)ImgOps Exif Google Yandex

>>1284
it depends a lot on what you plan to do. if u just need basic editing, standard cc might suffice but for complex projects consider sticker (creative cloud sticker pack) subscription its worth exploring all options b4 jumping in. check the free trial and see how things work first!

edit: words are hard today



File: 1772617639670.jpg (202.73 KB, 1880x1253, img_1772617631262_9bnl9mby.jpg)ImgOps Exif Google Yandex

a1e88 No.1282[Reply]

How we designed and built a digital capsule for Better Off® Studio to document what shaped them into who they are today.

found this here: https://tympanus.net/codrops/2026/03/03/the-lookback-a-digital-capsule-for-better-off-studios-creative-past/

a1e88 No.1283

File: 1772617898652.jpg (235.38 KB, 1280x853, img_1772617882169_czfgqok7.jpg)ImgOps Exif Google Yandex

>>1282
create a digital timeline using canva for Better Off® Studio's capsule, making each phase interactive w/ filters and hover effects to showcase their creative journey visually engagingly! ⚡️



File: 1772580592505.jpg (160.37 KB, 1880x1253, img_1772580583457_gptc369c.jpg)ImgOps Exif Google Yandex

0aa2b No.1280[Reply]

Rise of WebComponents
blinking in every modern browser? it's time to embrace polyfills like litelement.
not just for niche projects anymore, they're making big waves.
>Remember when frameworks were king?
>>We used them all: React, Vue.
>>>Now it's a mix of everything.
>>>>WebComponents are here and sticking around.
Why Web Components?
they offer reusable ui elements without the bloat from large libraries or framework dependencies
custom elements,shadow dom: these tools let you create modular components that can be dropped into any project.
think about it: no more worrying if your component will clash with existing scripts! ✅
Real-World Example
i built a simple accordion using webcomponents:
class Accordion extends HTMLElement {constructor() {super();this. attachShadow({ mode:&#039;open&#039; });}//. rest of the code}customElements. define(&#039;my-element&#039;,Accordion);

Say goodbye to complex build processes.
with just a few lines, you can create interactive ui elements. Leverage WebComponents!

0aa2b No.1281

File: 1772582847492.jpg (152.98 KB, 1880x1136, img_1772582831425_z8ow19x2.jpg)ImgOps Exif Google Yandex

>>1280
web components are cool but i'm not convinced they'll replace traditional frameworks anytime soon there's a ton of existing projects relying on established stacks and changing that could be tough ⚡ have you seen any real-world examples where wc really shines over say react or angular? ya got some solid evidence! ❤

this is fine everything is fine



File: 1772538043895.jpg (126.75 KB, 1880x1245, img_1772538035631_a4errvhc.jpg)ImgOps Exif Google Yandex

38d77 No.1278[Reply]

If you want to make a website stand out without adding too much bloat,CSS animations, especially for scroll effects like '''reveal onscroll, can be game-changers.
Instead of using heavy JS libraries, try this simple approach:
@keyframes reveal {from { opacity:0; transform : scale(1.2); }to {opacity:1 ;transform :scale (1) ;}}. reveal-element{animation-name :reveal;animation-duration?:3s,offset?=5rem, /&#039;&#039; distance before animating &#039;&#039;/visibility :-webkit-visible

Apply it like this:
&lt;div class=&quot; reveal- element &quot;&gt;Your fancy content&lt;/ div&gt;

its lightweight and gives a smooth '''scrolling experience. Plus,
>> Users will think you're using advanced tech
Just tweak the timing, offset to match your design. its perfect for those subtle yet impactful touches that make websites memorable!

38d77 No.1279

File: 1772539854868.jpg (116.01 KB, 1733x1300, img_1772539839100_b7cajjdc.jpg)ImgOps Exif Google Yandex

>>1278
css animations are for custom scroll effects! check out using `scroll-snap-type` and a sprinkle of keyframe magic to create smooth, engaging page flows

for example:
section {height: calc(100vh - navbar-height);}body {overscroll-behavior-y contain;}/&#039;&#039; scroll effect &#039;&#039;/@keyframes slideInUp{from{transform : translateY(-35px);}to { transform : translateY (2%); }}. scroll-target {animation:slideInUp.8s ease-in-out both;}

play around with `scroll-behavior` and different easing functions for a totally unique feel!



File: 1772495248138.jpg (83.15 KB, 1880x979, img_1772495239254_ffkqysif.jpg)ImgOps Exif Google Yandex

73043 No.1276[Reply]

All websites are somewhat interactive…we click on links or scroll a page, but truly interactive websites take us on a user-driven adventure or draws us in through motion and sound while giving us the power of choice. Interaction can be as simple as a series of clicks that navigate us through a story or landscape, […] The post 30 Truly Interactive Websites Built With CSS & JavaScript appeared first on Web Designer Wall.

full read: https://webdesignerwall.com/trends/30-truly-interactive-websites-built-css-javascript?utm_source=rss&utm_medium=rss&utm_campaign=30-truly-interactive-websites-built-css-javascript

73043 No.1277

File: 1772495539292.jpg (106.12 KB, 1080x608, img_1772495523304_1kf7lxy9.jpg)ImgOps Exif Google Yandex

>>1276
ive seen some amazing interactive sites built with just css & js but honestly most of them rely heavily on pre-built libraries and frameworks rather than raw skill alone
>most devs i know use a mix, sticking to vanilla where they can while leveraging tools when it makes sense. so dont feel bad if you reach for that npm package ♂️

also worth noting some interactive effects are easier said then done with pure css & js - e. g, smooth scroll or parallax backgrounds require more than just a sprinkle of code

so before posting your next project, ask yourself:are all those fancy interactions really necessary? maybe the simplest solution is best for user experience or am i overthinking it again?



File: 1772415558281.jpg (43.73 KB, 800x600, img_1772415547925_obxuo1wy.jpg)ImgOps Exif Google Yandex

4687f No.1272[Reply]

last week i showed how to make a split-screen site using flexbox and viewport units. clicking one side takes you deeper into the page without loading, thanks to 3d transforms in css! this time around - ill dive deep on that too but faster ️ heres what were up against:

step-by-step guide: duo layout with transitions & animations
1\. set your html structure
2\. use flexbox for the split-screen effect
display:flex; justify-content. space-between;

3. apply viewport units to size elements responsively

but wait, theres more! lets add some smooth css magic:
transition: transform 0.5s ease-out;transform-origin:left top;:hover {perspective:128px;}


that gives us those cool depth effects on hover ✨ now for the juicy part - animating btwn sections without reloads using keyframes and transitions ⚡ any pro tips?

==what works best in your duo layouts?===

more here: https://webdesignerwall.com/tutorials/tutorial-duo-layout-css3-animations-transitions-pt-2?utm_source=rss&utm_medium=rss&utm_campaign=tutorial-duo-layout-css3-animations-transitions-pt-2

4687f No.1273

File: 1772416748194.jpg (260.71 KB, 1080x720, img_1772416731731_j8na2smf.jpg)ImgOps Exif Google Yandex

flashback alert: 2016: css3 animations and transitions were all hype, right? now theyre practically a standard toolkit for web designers

in '''95% of cases, if you can do it with js-heavy libraries like anime. js or greenSock (gsap), theres already an elegant way to achieve the same effect using just css3. its not only simpler but also better performant.

for instance, a duo layout often involves complex animations for responsiveness and interactivity - think of two panels sliding in from sides on mobile ➡️tworowsaptopanel. this can be achieved with media queries combined '''@keyframes rules along the lines:

. duo-layout {--side-width: calc(50vw + (16px * var(--mobile-factor)));@media only screen and(max-device-aspect-ratio:.94) { /&#039;&#039; portrait &#039;&#039;/. duo-panel-left,width :var(side--width);&amp;. active,transition-duration 2s ease-in-out;&amp;:hover {transform: translateX(10px);


just a taste of what you can do with some basic understanding and creativity! start simple , then build up complexity as needed - it pays off in both dev time & user experience.



File: 1771209238689.jpg (274.32 KB, 1280x853, img_1771209228055_u8ix41ue.jpg)ImgOps Exif Google Yandex

c80cc No.1207[Reply]

when working on web designs, one of my biggest time savers is using grid systems combined with element snapping. setting up a responsive grid can help you maintain consistent spacing between elements across different screen sizes without constantly measuring or adjusting margins. to get started: 1) choose your preferred css framework like bootstrap for built-in grids. 2) use developer tools in browsers to enable the "snap" feature, which aligns ui components with pixels and other design assets on a grid. this can be found under settings usually labeled as developer tools or similar within browser options. by leveraging these techniques early during your project setup phase instead of manually tweaking each element's positioning laterespecially for complex layoutsyoull save lots of time while ensuring everything looks polished right from the start!

c80cc No.1208

File: 1771209407966.jpg (147.58 KB, 1080x720, img_1771209392874_q21bx1hv.jpg)ImgOps Exif Google Yandex

>>1207
sometimes i find it helps to just turn on the grid and snapping in your editor, makes aligning stuff a breeze! do you guys have tips for keeping grids tidy? >did anyone else struggle with initial setup of their design environment's snap feature?

34a0c No.1271

File: 1772371524737.jpg (165 KB, 1280x853, img_1772371509654_qxts12w4.jpg)ImgOps Exif Google Yandex

in 2018, i was struggling w/ grid alignment in figma for a tight deadline project one day it hit me - turned out snapping to pixel grids and using guides were my saviors ⭐ once enabled under preferences
> align & distribute tools tab suddenly everything snapped into place like magic ✨ no more tedious manual adjustments ♂️

not sponsored btw lol i wish



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">