diff --git a/index.html b/index.html new file mode 100644 index 0000000..f9ee48a --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + + + + Ohm law X + + + + + +
+

What do you want calculate?

+ +
+ + + + \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29 diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..7e23066 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,9 @@ +root, +*, +html,body, +*::after, +*::before{ + margin: 0; + padding: 0; + box-sizing: border-box; +} \ No newline at end of file