OpenGenus / quark

Stay happy while offline | World's first offline search engine.
https://chrome.google.com/webstore/detail/opengenus-offline-search/lfoloadpfjildomeafpdopahkdaoofbn
GNU General Public License v3.0
624 stars 113 forks source link

Change deprecated HTML #179

Closed mayankkamboj47 closed 1 year ago

mayankkamboj47 commented 2 years ago

Fixes issue: The earlier code made use of deprecated html tags and attributes like <font> and <center>

Changes: Style based concerns were shifted to CSS. For example, instead of <center>, text-align: center and margin: 0 auto; were applied to the child element (there was coincidentally just a single child in almost all cases).