Google Askew Trick

Is your screen looking a little crooked? Click the button below to activate the famous 'Askew' trick and tilt your entire browser slightly off balance.

What does Google Askew mean?

When you search the word 'askew' on Google, the search engine takes the definition quite literally. The entire search results page tilts slightly to the right, sitting at an awkward angle. The word 'askew' means not in a straight or level position, and Google’s engineers used CSS styling to mimic this definition visually.

Unlike the barrel roll which spins the page completely, Askew is a static trick. Once the page tilts, it stays that way until you search for something else or refresh. It’s a subtle yet brilliant demonstration of web design humor.

How does the Askew trick work?

Under the hood, the Askew trick uses a very simple CSS property: `transform: rotate(3deg);`. By applying this style to the main container of the webpage, the browser renders everything on a slight slant. It requires no complex JavaScript or heavy animations, just a clever use of basic Cascading Style Sheets.