move stylesheet to file

master
King Kévin 6 years ago
parent 3f7b893904
commit 20db0b637b
  1. 10
      index.html
  2. 8
      style.css

@ -4,16 +4,6 @@
<title>semiconductor logos</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css">
<style>
table, th, td {
border: 1px solid black;
}
table
{
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<table>

@ -0,0 +1,8 @@
table, th, td {
border: 1px solid black;
}
table
{
margin-left: auto;
margin-right: auto;
}
Loading…
Cancel
Save