Bill A. Llach
banner
tonyllach.bsky.social
Bill A. Llach
@tonyllach.bsky.social
Front-end Engineer
Website -> billantony.com
very cool component @lailalalami.com
August 27, 2025 at 5:15 AM
This was done mainly on HTML and CSS only. With Javascript being used only for toggling a class name.
August 8, 2025 at 4:57 PM
Original Instagram post: www.instagram.com/p/DLyt8qPCIxX/
August 8, 2025 at 4:56 PM
Take a look here and let me know your thoughts!

billantony.com

Tech stack:
* Plain HTML 🟠
* Plain CSS 🔵
* Jekyll -> Static site generation 🔴
* No Javascript 🙅

I like this simple approach and hope to take this initial website design a lot further down the road

Great day! ✌️

SDG.
August 6, 2025 at 5:35 PM
such a creative use case for it @amitsheen.bsky.social !!
Thanks for sharing ✨
July 31, 2025 at 5:44 PM
This is screenshot is from the beautiful (and well designed) website by #Locomotive agency sundaecreative.com/en
Home
We strategically connect lifestyle brands with audiences who provoke, inspire, and convert.
sundaecreative.com
July 31, 2025 at 5:43 PM
In this case, I knew this container was the one because it had a `overflow-x: hidden`

There you go! Fixed

One of my main goals is to help #Shopify merchants with their existing stores so they don't have this kind of bugs

So if you are one, feel free to reach out 👋

SDG
July 30, 2025 at 6:09 PM
The fix is very easy! just add

`overflow-y: hidden` to the overflowing container

How do you know which one is the "overflowing container"?

Well, you can inspect and see the one that has a width bigger than the page width or the one that has a `overflow` property set

👇👇👇
July 30, 2025 at 6:09 PM
oh, thanks @gsap-greensock.bsky.social ! I'll try that out :)
July 30, 2025 at 5:34 PM
thanks @una.im and all the hard working chrome team!!!
July 30, 2025 at 5:33 PM
Although transforming properties other than `transform` and `opacity` is not so great for performance really because by changing any other property will trigger repainting 🙃

But, this is the only choice for now 🎉
July 29, 2025 at 1:33 PM
How to solve:

Simply do

`overflow: visible`

on THAT parent element ✅
July 28, 2025 at 5:53 PM
It was a strange situation because the outlines were actually set in the element

```
a:focus-visible {
outline: 2px solid Highlight;
}
```

Still, the outlines didn't show up when focusing by keyboard

After inspecting and googling, I discovered the issue

Parent element with `overflow: hidden`
July 28, 2025 at 5:53 PM
Link to the Webflow site: tinyurl.com/3cc2xsbf
July 28, 2025 at 1:03 PM
This is a rebuild from the Market Vision Website marketvision.ca
July 28, 2025 at 12:48 PM