PCR
test
Agarose Gel Electrophoresis
After setup the program doesn't start
Line 4: | Line 4: | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<style> | <style> | ||
+ | section { | ||
+ | padding-top: 40px; | ||
+ | } | ||
summary::-webkit-details-marker { | summary::-webkit-details-marker { | ||
− | color: | + | color:darkorange; |
font-size: 125%; | font-size: 125%; | ||
margin-right: 50px; | margin-right: 50px; | ||
Line 19: | Line 22: | ||
margin-left: 300px; | margin-left: 300px; | ||
margin-right: 300px; | margin-right: 300px; | ||
− | background-color: | + | background-color:dimgray; |
color:white; | color:white; | ||
− | padding:20px | + | padding:10px 20px 10px 20px; |
} | } | ||
article details p { | article details p { | ||
margin-left: 400px; | margin-left: 400px; | ||
margin-right: 400px; | margin-right: 400px; | ||
− | background-color: | + | background-color:beige; |
+ | font-size: 20px; | ||
} | } | ||
details details { | details details { |
test
After setup the program doesn't start