This file contains hidden or 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
| <!-- Kopiere diesen gesamten Block in deinen GitHub Gist (cta-box.html) --> | |
| <style> | |
| .central-cta-box { | |
| background: #ffffff; | |
| border: 1px solid #e0d6c3; | |
| border-top: 6px solid #bf953f; | |
| border-radius: 12px; | |
| margin: 40px auto; | |
| overflow: hidden; | |
| max-width: 800px; |