diff --git a/css/docs_home.css b/css/docs_home.css new file mode 100644 index 0000000..335824d --- /dev/null +++ b/css/docs_home.css @@ -0,0 +1,27 @@ +article { + background-color: #212529; + margin: 0 0 30px; + padding: 10px 10px 10px; + border-radius: 5px; + display: block; + + position: relative; + box-sizing: border-box; +} + +article h2 { + font-weight: bold; +} + +article a { + /* display: inline-block; + width:100%; + height: 100%; */ + box-sizing: border-box; + + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; +} diff --git a/docs/damage_calc/index.html b/docs/damage_calc/index.html new file mode 100644 index 0000000..4d3f274 --- /dev/null +++ b/docs/damage_calc/index.html @@ -0,0 +1,53 @@ + + +
+Hopefully this gets replced by a guide to Wynn 2.1 damage calculation
+