quark icon indicating copy to clipboard operation
quark copied to clipboard

Change deprecated HTML

Open mayankkamboj47 opened this issue 3 years ago • 0 comments

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).

mayankkamboj47 avatar Jun 11 '22 09:06 mayankkamboj47