Changes

1,094 bytes removed ,  10:08, 31 July 2020
m
Replaced content with "No content :)"
Line 1: Line 1: −
<div style="float:left; width:30%; padding:5px;">
+
No content :)
hi 1
  −
</div>
  −
<div class="btn" style="float:left; width:30%; padding:5px;">
  −
Test 2
  −
</div>
  −
<div style="float:right; width:30%; padding:5px;">
  −
Test 3
  −
</div>
  −
<div style="float:left; width:30%; padding:5px;">
  −
Test 4
  −
</div>
  −
<div style="float:left; width:30%; padding:5px;">
  −
Test 5
  −
</div>
  −
<div style="float:left; width:30%; padding:5px;">
  −
Test 6
  −
</div>
  −
 
  −
<br>
  −
 
  −
 
  −
{{#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;
  −
    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;
  −
  }
  −
 
  −
 
  −
}}