CSS - bigktmbig/MyExperienceAlgorithm GitHub Wiki

  • hidden up/down arrows input[type='number'] { -moz-appearance:textfield; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

=================================================================2019/01/21 Responsive Ipad pro 12.9 inches @media only screen and (max-width: 900px), (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {}

=====================================================20191015 footer alway bottom webpage HTML:

HEADER Toggle Content Height FOOTER

CSS: html{ height: 100%; } body{ min-height: 100%; position: relative; padding-top: 100px; } body::after{ content: ''; display: block; height: 100px; }

.footer { position: absolute; left: 20px; right: 20px; bottom: 30px; }

=====================================================20201029 list image center in div #no_test #no_test_card_list { margin: 0px -10px; } #no_test .section-content .card-content { display: inline-block; width: calc(33.33333333% - 24px); vertical-align: middle; margin: 10px; } #no_test .section-content .card-lbl { padding-top: 5px; } #no_test .section-content .card-title { margin: 0px; } #no_test .section-content .card-img { width: 100%; }

⚠️ **GitHub.com Fallback** ⚠️