diff --git a/instructions.css b/instructions.css new file mode 100644 index 0000000..f223d78 --- /dev/null +++ b/instructions.css @@ -0,0 +1,22 @@ +.instruction_header { + position: relative; + top: 0; + left: 0; + height: 100px; + margin-top: 20px; + width: 100%; +} + +.instruction_content { + width: 90%; + position: relative; + left: 5%; + top: 20px; + padding: 40px; + margin: 0; + background-color: #EEEEEE; + font-family: "Segoe UI", Arial, sans-serif; + font-size: 23px; + color: #222; + box-sizing: border-box; +} diff --git a/instructions.html b/instructions.html new file mode 100644 index 0000000..345000f --- /dev/null +++ b/instructions.html @@ -0,0 +1,17 @@ + + + + + + +
+

Modinstaller

+
+ +
+

Instructions

+ Left-click name to view info

+ Right- or double-click name to enable a mod
+
+ +