.xevyfb3s { Vertical-align:top; Cursor: Pointe... May 2026
: Changes the mouse icon to a "hand" when hovering, signaling to the user that the entire area is clickable. š Why you are seeing this
: If you are writing a script, avoid selecting by this class. Instead, look for more stable attributes like data-attr or the element's hierarchical position (e.g., div > h3 ). š” How to use these properties properly
If you are trying to replicate this look or scrape data associated with it, here is what those specific properties do: .xEvyfb3s { vertical-align:top; cursor: pointe...
: Do not use this specific class name ( .xEvyfb3s ) in your own permanent code. Google often rotates these names; your styles will break the next time they update their site.
: Ensures that the content inside the element (like text or an icon) aligns to the top of its container rather than the middle or bottom. : Changes the mouse icon to a "hand"
The CSS selector .xEvyfb3s is a dynamically generated or obfuscated class name, most commonly found in the source code of or Google Maps .
Because these class names change frequently during Googleās updates, they are not standard across the web. However, based on the properties provided ( vertical-align: top; cursor: pointer; ), this specific class is used to style a , likely a table cell, a wrapper for a search result snippet, or an interactive icon. š ļø CSS Guide for .xEvyfb3s š” How to use these properties properly If
You likely found this while using "Inspect Element" on a Google page.