PCR
test
Agarose Gel Electrophoresis
After setup the program doesn't start
(Replaced content with "{{SIAT-SCIE}} {{SIAT-SCIE/footer}} <html> </html>") |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
<html> | <html> | ||
− | + | <head> | |
+ | <meta charset="UTF-8"> | ||
+ | <style> | ||
+ | summary::-webkit-details-marker { | ||
+ | color: darkgrey; | ||
+ | font-size: 125%; | ||
+ | margin-right: 50px; | ||
+ | margin-left: 50px; | ||
+ | |||
+ | } | ||
+ | summary:focus { | ||
+ | outline-style: none; | ||
+ | } | ||
+ | article > details > summary { | ||
+ | font-size: 30px; | ||
+ | margin-top: 16px; | ||
+ | margin-left: 300px; | ||
+ | margin-right: 300px; | ||
+ | background-color: black; | ||
+ | color: aliceblue; | ||
+ | padding:20px 20px 20px 20px; | ||
+ | } | ||
+ | article details p { | ||
+ | margin-left: 400px; | ||
+ | margin-right: 400px; | ||
+ | } | ||
+ | details details { | ||
+ | margin-left: 36px; | ||
+ | } | ||
+ | details details summary { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <section> | ||
+ | <article> | ||
+ | <details style="margin-top: 40px;"> | ||
+ | <summary>PCR</summary> | ||
+ | <p>test</p> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Agarose Gel Electrophoresis </summary> | ||
+ | <p>After setup the program doesn't start</p> | ||
+ | </details> | ||
+ | </article> | ||
+ | |||
+ | </section> | ||
+ | </body> | ||
</html> | </html> |
test
After setup the program doesn't start