In the tab, look for the class="xRQdFkLU" attribute.
The CSS code snippet .xRQdFkLU { vertical-align:top; cursor: pointer; ... } likely originates from a website using , a common practice for large platforms like Google or Facebook to minimize file sizes and discourage scraping. .xRQdFkLU { vertical-align:top; cursor: pointe...
Select (Chrome/Edge) or "Inspect Element" (Firefox). In the tab, look for the class="xRQdFkLU" attribute
: The vertical-align ensures any text next to the element stays neatly lined up. Select (Chrome/Edge) or "Inspect Element" (Firefox)
If you want to see exactly which element on a page is using this class, you can use built-in browser tools:
: This property aligns the element (often an image, icon, or table cell) to the top of its parent container. It is frequently used to align icons next to text to ensure they don't "sink" below the baseline.