Line 6: | Line 6: | ||
<style> | <style> | ||
− | + | .software_messages { | |
− | border: 1px solid # | + | display: block; |
− | background-color: | + | margin: 30px auto 20px auto; |
+ | width: 40%; | ||
+ | text-align: center; | ||
+ | border: 1px solid #fdb9b9; | ||
+ | padding: 15px 0px; | ||
+ | border-radius: 5px; | ||
+ | background-color: rgba(255, 228, 232, 0.71); | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
Line 87: | Line 95: | ||
</div> | </div> | ||
− | <div class="column half_size" id=" | + | <div class="column half_size software_messages" id="software_messages"> |
Revision as of 18:11, 6 May 2017
Example Form
This is the example form you can use to create new ones!