Cannot be published online 🧌
Playground https://codepen.io/Strajk/pen/VRpzMp?editors=1100
Play https://flukeout.github.io/
- Explore Cypress homepage through DevTools
- Explore Kiwi.com homepage, explain complexity
- Explore Google Flights, explain complexity
- Quickly show DevTools in other browsers
- Get Started With Viewing And Changing The DOM by Google Developers
Stylish -> Kiwi.com rotate logo
Use DevTools to fake something and paste screenshot to our Slack channel. Be creative
W3schools CSS Selectors reference
[data-test="Logo"] {
animation: spin 1s linear infinite;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }