Test65: Unterschied zwischen den Versionen
Zeile 1: | Zeile 1: | ||
− | + | {{#css: | |
+ | .hauptcontainer{ | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | min-height:230px; | ||
+ | padding-bottom:5px; | ||
+ | font-family:Calibri; | ||
+ | margin-top: 2%; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | padding: 2px 16px; | ||
+ | } | ||
+ | |||
+ | .semi-transparent:hover { | ||
+ | background: rgba(0, 0, 0, 0.5)!important; | ||
+ | } | ||
+ | |||
+ | .mybutton { | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | height: 15px; | ||
+ | color: #FFFFFF; | ||
+ | width: 150px; | ||
+ | font-size: 20px; | ||
+ | font-weight: 100; | ||
+ | padding: 15px; | ||
+ | background-color: #26B756; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .rechteck { | ||
+ | height: 200px; | ||
+ | width: 500%; | ||
+ | max-width: 440px; | ||
+ | border: 2px #BFBFBF solid; | ||
+ | border-radius: 0.5em; | ||
+ | transition: 0.3s; | ||
+ | margin-bottom: 3%; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | }} | ||
+ | <div class="rechteck"> | ||
<table> | <table> | ||
<tr> | <tr> |