If you come from a development background, it can be easy to overlook optimizations outside of JS and CSS. I found some interesting information about PNGs and JPEGs,] and synthesized it the best I could.
- native browser introduced in 2015, the default browser with Windows 10
- not well-known in the public consciousness, even though it has about 5% market share
- only browser being actively developed by Microsoft, IE just gets patches
- Uses a new rendering engine that supposedly conforms to web standards better than Trident (IEs rendering engine)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main> | |
<div class="card"> | |
<div class="face face-front"> | |
<div class="card-corner card-corner-top"> | |
<span class="card-name">A</span> | |
<span class="card-suit">♥</span> | |
</div> | |
<div class="card-middle">♥</div> | |
<div class="card-corner card-corner-bottom"> | |
<span class="card-name">A</span> |