Update README.md
Browse files
README.md
CHANGED
@@ -710,6 +710,29 @@ code {
|
|
710 |
white-space: pre-wrap;
|
711 |
word-break: break-word;
|
712 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
</style>
|
714 |
<body>
|
715 |
<div class="section">
|
|
|
710 |
white-space: pre-wrap;
|
711 |
word-break: break-word;
|
712 |
}
|
713 |
+
|
714 |
+
h2 {
|
715 |
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
716 |
+
font-size: 2em;
|
717 |
+
font-weight: 700;
|
718 |
+
color: #1a1a1a;
|
719 |
+
margin: 0 0 20px;
|
720 |
+
padding-bottom: 10px;
|
721 |
+
border-bottom: 2px solid #ddd;
|
722 |
+
}
|
723 |
+
|
724 |
+
p {
|
725 |
+
font-size: 1.125em;
|
726 |
+
line-height: 1.6;
|
727 |
+
color: #555;
|
728 |
+
margin: 0 0 15px;
|
729 |
+
padding: 0;
|
730 |
+
}
|
731 |
+
|
732 |
+
strong {
|
733 |
+
font-weight: 700;
|
734 |
+
color: #333;
|
735 |
+
}
|
736 |
</style>
|
737 |
<body>
|
738 |
<div class="section">
|