Paulamanan (Talk | contribs) |
Paulamanan (Talk | contribs) |
||
Line 25: | Line 25: | ||
</div> | </div> | ||
</nav> | </nav> | ||
+ | |||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | .collapsible { | ||
+ | background-color:rgb(60,179,113); | ||
+ | color: rgba(255,255,255,0.9); | ||
+ | cursor: pointer; | ||
+ | padding: 24px; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | outline: none; | ||
+ | font-size: 18px; | ||
+ | border: 1px solid black; | ||
+ | border-radius: 16px | ||
+ | } | ||
+ | |||
+ | .active, .collapsible:hover { | ||
+ | background-color: rgba(85,85,85,0.2); | ||
+ | } | ||
+ | |||
+ | .content { | ||
+ | padding: 0 18px; | ||
+ | max-height: 0; | ||
+ | overflow: hidden; | ||
+ | transition: max-height 0.2s ease-out; | ||
+ | background-color: rgba(241,241,241,0.8); | ||
+ | } | ||
+ | </style> | ||
+ | |||
<section class="bg-light content" style="background-size: 100%;margin-top: 0em;padding-top: 1.1em;" class="height-90 parallax"> | <section class="bg-light content" style="background-size: 100%;margin-top: 0em;padding-top: 1.1em;" class="height-90 parallax"> | ||
<div class="d-flex h-100 align-items-center"> | <div class="d-flex h-100 align-items-center"> |
Revision as of 02:14, 23 October 2020