move stylesheet to file

This commit is contained in:
King Kévin 2017-06-13 12:05:32 +02:00
parent 3f7b893904
commit 20db0b637b
2 changed files with 8 additions and 10 deletions

View File

@ -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>

8
style.css Normal file
View File

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