From 20db0b637be1547c34dbb4d808bf5b4165becbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 13 Jun 2017 12:05:32 +0200 Subject: [PATCH] move stylesheet to file --- index.html | 10 ---------- style.css | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 style.css 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; +}