Paulamanan (Talk | contribs) |
Paulamanan (Talk | contribs) |
||
Line 26: | Line 26: | ||
</nav> | </nav> | ||
+ | <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> | ||
+ | |||
+ | <body> | ||
+ | <!--Text--> | ||
+ | <div class="container"> | ||
+ | <div class="row justify-content-center"> | ||
+ | <div class="col-md-10 shadow" style="color:white;"> | ||
<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"> |
Revision as of 02:20, 23 October 2020