San Diego International Airport Terminal 1 is extremely cramped, and I have a strong suspicion that it may be violating multiple fire codes. Doesn’t help that there’s delays 🫠
I want to see a video of a day in a life of a prompt engineer. I wonder if they actually read the code and the explanation or just copy/paste and run the code until it works to their liking? 😅
Let's Adobe together. 🤝 Today we kick off Adobe for All Days, our annual company event steeped in the power of storytelling to amplify the uniqueness of our people, products & purpose. Discover how we're building a workplace where everyone feels welcome: https://t.co/uIW8YSo51L
My favorite new iOS 17 feature: finding that damn Apple TV remote using your phone. It works similarly to AirTagged items. Saved me buying a case + an AirTag.
Happy 23rd Birthday Adobe Photoshop 6.0!
In September 2000, Adobe released Adobe Photoshop 6.0 bitmap graphics editor. Photoshop 6.0 also included Adobe ImageReady 3.0 for working with web graphics.
https://t.co/VX7h88VfsL
#WebDesignHistory
Future CSS Tip! 🔮 (This one's close 🤏)
You can use "subgrid" to give child elements access to a parent's grid tracks 👀
This is great when you want to make sure content lines up 🙌 Check those cards 👇
article {
grid-row: span 4;
display: grid;
grid-template-rows: subgrid; 👈
}
In this example, article uses grid but makes use of the tracks defined by the parent layout container. That makes it easier to line up content within the cards 🙏
Cool thing is, we don't even need to define the rows in the parent. We use the implicit ones from the parent.
main {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}
This might be easier to understand with the video below that shows the grid tracks using DevTools and toggles subgrid on and off 🤙
@CodePen link below! 👇
This is incredible. A Wisconsin bar offered free drinks if the Jets lost. After Rodgers went down, they started running up their tabs. The news was live when the jets won in overtime and everyone realized they had to pay.