Difference between revisions of "User:Samuel.Burke/sandbox"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
hi 1 | hi 1 | ||
</div> | </div> | ||
− | <div style="float:left; width:30%; padding:5px;"> | + | <div class="btn" style="float:left; width:30%; padding:5px;"> |
Test 2 | Test 2 | ||
</div> | </div> | ||
Line 21: | Line 21: | ||
− | + | {{#css: | |
− | + | ||
− | + | .btn { | |
− | + | display: inline-block; | |
− | + | margin-bottom: 0; | |
+ | font-weight: 400; | ||
+ | text-align: center; | ||
+ | white-space: nowrap; | ||
+ | vertical-align: middle; | ||
+ | -ms-touch-action: manipulation; | ||
+ | touch-action: manipulation; | ||
+ | cursor: pointer; | ||
+ | background-image: none; | ||
+ | border: 1px solid transparent; | ||
+ | padding: 6px 12px; | ||
+ | font-size: 14px; | ||
+ | line-height: 1.42857143; | ||
+ | border-radius: 4px; | ||
+ | -webkit-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | user-select: none; | ||
+ | |||
+ | width: 230px; | ||
+ | color: rgba(242, 109, 33, 1); | ||
+ | background-color: rgba(242, 109, 33, 0.1); | ||
+ | border-color: rgba(242, 109, 33, 1); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .btn:hover { | ||
+ | color: rgba(255, 255, 255, 1); | ||
+ | background-color: rgba(242, 109, 33, 1); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | }} |
Revision as of 13:48, 18 June 2020
hi 1
Test 2
Test 3
Test 4
Test 5
Test 6