diff --git a/README.md b/README.md index 72e46df..8279fda 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ html:左中右结构 -左:点击添加命题变元和减少命题变元,命题变元个数由参数num存储,命题变元由布尔数组variable存储。(P,Q,R,S,T) +左:点击添加命题变元和减少命题变元,命题变元个数由参数num存储,命题变元由布尔数组variable存储。(26) 中:上方由用户输入合式公式,点击确定后在下方显示主析取范式和主合取范式 diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..cf8b0c3 --- /dev/null +++ b/css/index.css @@ -0,0 +1,11 @@ +*{ + margin:10px; + border:0; + box-sizing: border-box; + border:1px solid red; +} + +body{ + display:flex; + justify-content: center; +} \ No newline at end of file diff --git a/html/index.html b/html/index.html index 1989878..ff1305f 100644 --- a/html/index.html +++ b/html/index.html @@ -1,12 +1,41 @@ - +
-显示答案
+