Move style out of html
This commit is contained in:
parent
51120ac303
commit
05050e07ea
2 changed files with 177 additions and 161 deletions
18
index.htm
18
index.htm
|
|
@ -10,24 +10,6 @@
|
|||
<LINK href="style.css" rel="stylesheet" type="text/css">
|
||||
<title>TC Automotives</title>
|
||||
|
||||
<style>
|
||||
#b1:hover {
|
||||
background-image: url("resources/car.png");
|
||||
}
|
||||
|
||||
#b2:hover {
|
||||
background-image: url("resources/sketch.png");
|
||||
}
|
||||
|
||||
#b3:hover {
|
||||
background-image: url("resources/cogs.png");
|
||||
}
|
||||
|
||||
#b4:hover {
|
||||
background-image: url("resources/track.png");
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div id="menu">
|
||||
<div id="buttonholder">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue