diff --git a/index.html b/index.html index 582fb8d..0ed904f 100644 --- a/index.html +++ b/index.html @@ -4,16 +4,6 @@ semiconductor logos - diff --git a/style.css b/style.css new file mode 100644 index 0000000..8f10054 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +table, th, td { + border: 1px solid black; +} +table +{ + margin-left: auto; + margin-right: auto; +}