JDJuan Diego Urena Vazquezinjuand89.dev·Jun 28, 2024 · 4 min readComparing -webkit-fill-available and width: 100% in CSSWhen designing a website, ensuring elements are properly sized and responsive is crucial. Two common CSS properties that help in achieving this are -webkit-fill-available and width: 100%. While they might seem similar at first glance, they serve diff...00
JDJuan Diego Urena Vazquezinjuand89.dev·Jun 12, 2024 · 3 min readUpdating Java Home Path for Maven on macOS: A Simple TutorialWhen working with Maven on macOS, it's essential to ensure that Maven is using the correct Java Home path, especially if you have multiple Java versions installed. In this article, we will guide you through the process of changing the Java Home path ...00
JDJuan Diego Urena Vazquezinjuand89.dev·May 29, 2024 · 3 min readTroubleshooting background-attachment: fixed Bug in iOS SafariWhen developing for the web, cross-browser compatibility is always a major concern. One common issue developers face is with the background-attachment: fixed property in iOS Safari. This feature often doesn't behave as expected, causing background im...00