Website -> billantony.com
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.
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.
Thanks for sharing ✨
Thanks for sharing ✨
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
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
`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
👇👇👇
`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
👇👇👇
But, this is the only choice for now 🎉
But, this is the only choice for now 🎉
Simply do
`overflow: visible`
on THAT parent element ✅
Simply do
`overflow: visible`
on THAT parent 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`
```
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`