Skip to main content
Skip to content
World Today News
  • Home
  • News
  • World
  • Sport
  • Entertainment
  • Business
  • Health
  • Technology
Menu
  • Home
  • News
  • World
  • Sport
  • Entertainment
  • Business
  • Health
  • Technology

Big Tech Stocks Cheap: Investors Say It’s Time to Buy

January 29, 2026 Priya Shah – Business Editor Business

This code snippet represents a set of CSS styles used for rendering social media icons, likely as links. Let’s break down what each part does:

1. Outer Container Styles (First <style> block):

display:flex;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-left:calc(-20px/2);margin-right:calc(-20px/2);margin-block-start:2px;

* display: flex;: This makes the container a flexbox, enabling flexible layout.
* align-items: center;: Vertically centers the content within the container.
* flex-direction: row;: Arranges items horizontally (left to right).
* justify-content: flex-end;: Aligns items to the right end of the container. This is key for positioning the social icons to the right.
* margin-left: calc(-20px/2); margin-right: calc(-20px/2);: Adds negative margins to the left and right. This is highly likely to compensate for some padding or spacing on the icons themselves, ensuring thay are positioned correctly within the container. calc(-20px/2) is equivalent to -10px.
* margin-block-start: 2px;: Adds a top margin of 2px.

2. Base social Icon Styles (.css-1v4rrlg-SocialIconLink):

.css-1v4rrlg-SocialIconLink{color:rgba(38,38,38,1);width:16px;height:16px;}.css-1v4rrlg-SocialIconLink svg{fill:rgba(38,38,38,1);}.css-1v4rrlg-SocialIconLink:visited:not(:disabled){color:rgba(38,38,38,1);}.css-1v4rrlg-SocialIconLink:visited:not(:disabled) svg{fill:rgba(38,38,38,1);}

* color: rgba(38,38,38,1);: Sets the text color to a dark gray.
* width: 16px; height: 16px;: sets the width and height of the icon to 16 pixels,making them small and consistent in size.
* svg { fill: rgba(38,38,38,1); }: Sets the fill color of any SVG elements within the link to the same dark gray. This ensures the icon itself is the correct color.
* :visited:not(:disabled) styles: These styles apply to visited links (links the user has already clicked on) that are not disabled. They ensure the visited link color remains the same dark gray.

3.Interactive Social Icon Styles (.css-13sndam-SocialIconLink):

This is the most complex part, defining how the icons behave on hover, active click, and when visited.

“`css
.css-13sndam-SocialIconLink{display:inline-block;color:var(–color-interactiveLink010);-webkit-text-decoration:underline;text-decoration:underline;color:rgba(38,38,38,1);width:16px;height:16px;}
@media screen and (prefers-reduced-motion: no-preference){.css-13sndam-SocialIconLink{transition-property:color,fill;transition-duration:200ms,200ms;transition-timing-function:cubic-bezier(0, 0, .5, 1),cubic-bezier(0, 0, .5, 1);}}
@media screen and (prefers-reduced-motion: reduce){.css-13sndam-SocialIconLink{transition-property:color,fill;transition-duration:0ms;transition-timing-function:cubic-bezier(0, 0, .5, 1),cubic-bezier(0, 0, .5, 1);}}
.css-13sndam-SocialIconLink svg{fill:var(–color-interactiveLink010);}.css-13sndam-SocialIconLink:hover:not(:disabled){color:var(–color-interactiveLink020);-webkit-text-decoration:underline;text-decoration:underline;}.css-13sndam-SocialIconLink:hover

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X

Related

aapl, Alphabet Inc. Cl A, Alphabet Inc. Cl C, Amazon.com Inc, AMZN, analyst comment, Analyst Comment/Recommendation, Apple Inc., C&E Exclusion Filter, commodity, Commodity/Financial Market News, computers, Computers/Electronics, Content Types, Corporate, Corporate/Industrial News, electronics, Equity Markets, Factiva Filters, financial market news, financial news, goog, GOOGL, Industrial News, Internet, Internet/Online Services, Investing, Investing/Securities, IWE Filter, MAGS, Meta, Meta Platforms Inc, Microsoft Corp, MSFT, NVDA, NVIDIA Corp, Online services, Recommendation, Roundhill Magnificent Seven ETF, routine market, Routine Market/Financial News, securities, software, SPDR S&P 500 ETF Trust, SPY, SYND, technology, Tesla Inc, TSLA

Search:

World Today News

NewsList Directory is a comprehensive directory of news sources, media outlets, and publications worldwide. Discover trusted journalism from around the globe.

Quick Links

  • Privacy Policy
  • About Us
  • Accessibility statement
  • California Privacy Notice (CCPA/CPRA)
  • Contact
  • Cookie Policy
  • Disclaimer
  • DMCA Policy
  • Do not sell my info
  • EDITORIAL TEAM
  • Terms & Conditions

Browse by Location

  • GB
  • NZ
  • US

Connect With Us

© 2026 World Today News. All rights reserved. Your trusted global news source directory.

Privacy Policy Terms of Service