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
Verifying that +thierrykoblentz is my blockchain ID. https://onename.com/thierrykoblentz |
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
javascript:%28function%28%29%7Bvar p%3Dprompt%28%27Enter a wrapper ID %28leave blank to check the entire page%29%3A%27%29%2Cwrapper%3Dp%3Fdocument.getElementById%28p%29%3Adocument.body%2CallTags%3Dwrapper.getElementsByTagName%28%27*%27%29%2CclassNames%3D%7B%7D%2CcharacterLength%3D0%2Ctag%2Cclasses%2CnodeWithClasses%3D0%2Cidentifier%2CuniqueClasses%3D%5B%5D%2Ci%2Cz%2Cbox%2CspaceSeparator %3D new RegExp%28/%5E%5Cs%24/%29%2Ccount%3D1%3Bfor%28i%3D0%3Bi<allTags.length%3Bi++%29if%28tag%3DallTags%5Bi%5D%2Ctag.className%29for%28nodeWithClasses+%3D1%2Cclasses=%28tag%20instanceof%20SVGElement%29%3F--nodeWithClasses:tag.className.split%28%27%27%29%2Cz%3D0%3Bz%3Cclasses.length%3Bz++%29identifier%3Dclasses%5Bz%5D%2Cidentifier.charAt%280%29%3D%3D%3Didentifier.charAt%280%29.toUpperCase%28%29%26%26%28uniqueClasses.indexOf%28identifier%29%3E-1%7C%7C%28uniqueClasses.push%28identifier%29%2C++count%29%29%2CcharacterLength+%3Didentifier.length%2C%28spaceSeparator.test%28identifier.charAt%280%29%29%29%3F--characterLength%3A%27%27% |
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
<!-- good --> | |
<div class="header"> | |
<div class="basket"> | |
<div class="product"> | |
<div class="searchResults"> |
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
<!-- bad --> | |
<div class="red pull-left"> | |
<div class="grid row"> | |
<div class="col-xs-4"> |
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
<div id="contentCol" class="clearfix hasRightCol _5r-_ homeWiderContent homeFixedLayout hasExpandedComposer newsFeedComposer"> |
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
<div class="clearfix pull-left red etc"> |
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
.Bgc\(\#0280ae\)\:h:hover { | |
background-color: #0280ae; | |
} |
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
<div class="Bgc(#0280ae):h"></div> |
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
<div class="someModule"> | |
<div class="someModule-someComponent"></div> | |
<div class="someModule-someOtherComponent"></div> | |
</div> |
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
<div class="pull-sm-left">Float left on viewports sized SM (small) or wider</div> | |
<div class="pull-md-left">Float left on viewports sized MD (medium) or wider</div> | |
<div class="pull-lg-left">Float left on viewports sized LG (large) or wider</div> | |
<div class="pull-xl-left">Float left on viewports sized XL (extra-large) or wider</div> |
NewerOlder