Line 1: |
Line 1: |
| {{#css: | | {{#css: |
| + | |
| + | <!--All CSS effects are used to add style to the base of the HTML code--> |
| + | |
| + | <!--Style to the links to master pages--> |
| | | |
| div.ImportantPages{ | | div.ImportantPages{ |
| text-align: right; | | text-align: right; |
| + | font: Tw Cen Mt; |
| } | | } |
| + | |
| + | <!--Style to the links to the information pages--> |
| | | |
| div.informationList{ | | div.informationList{ |
Line 11: |
Line 18: |
| color:#228176; | | color:#228176; |
| border-style: double; | | border-style: double; |
− | padding: 20px; | + | border-padding: 50px; |
| + | border-width: thick; |
| border-radius:25px; | | border-radius:25px; |
| width: 30%; | | width: 30%; |
| } | | } |
| + | |
| + | <!--Hover effect for listed information--> |
| | | |
| li:hover { | | li:hover { |
Line 24: |
Line 34: |
| outline: none; | | outline: none; |
| } | | } |
| + | |
| + | <!--style to contact section--> |
| | | |
| div.ContactUs{ | | div.ContactUs{ |