Hello :) I am a front-end designer.
Front-end design is the combination of UI design and front-end development.
My expertise covers:
- Art direction, UX wireframes, UI prototypes
- 100% fluid CSS integration
- Website strategy and implementation
- JS & CSS Motion Design
- Creation of advanced SCSS frameworks
With 20 years of experience, I can:
- Guide creatives on technical feasibility
- Train front-end developers to optimize their integration
- Streamline collaboration between designers and developers
Why is CSS a real expertise?
No school truly teaches it. Understanding the basics takes 24 hours, mastering them takes 10+ years. Every year, CSS evolves and becomes more technical. Resting on your laurels makes you obsolete in less than 2 years.
One of the great principles of design is based on the proportions and positioning of elements relative to each other. The result of this creative process is a static layout. The challenge of integration is to translate these fixed values into fluid proportions to ensure faithful rendering on an infinite number of screen sizes.
Web integration is no longer just about adaptive responsive design. Today, advances in CSS allow for a 100% fluid approach.
Examples of contemporary CSS:
65px, is:
clamp(0.28rem, 6.43vw - 1.71rem, 4.51rem)
clamp(1.06rem, 3.39vw + 1.02rem, 4.51rem)
clamp(1.71rem, 2.26vw + 2.03rem, 4.51rem)
clamp(2.77rem, 1.13vw + 3.05rem, 4.51rem)
#ffffff, is:
oklch(100% 0 0)
The era when integration was entrusted to interns is over. Today, it is an essential specialization for the success of digital projects. From no-code (Webflow, yCode, Wordpress) to apps (Vue 3, React), CSS is everywhere!