diff --git a/assets/pc32.png b/assets/pc32.png new file mode 100644 index 0000000..0e034a2 Binary files /dev/null and b/assets/pc32.png differ diff --git a/assets/pc32@2x.png b/assets/pc32@2x.png new file mode 100644 index 0000000..98c4975 Binary files /dev/null and b/assets/pc32@2x.png differ diff --git a/assets/pc32sw.png b/assets/pc32sw.png new file mode 100644 index 0000000..2304a74 Binary files /dev/null and b/assets/pc32sw.png differ diff --git a/assets/pc32sw@2x.png b/assets/pc32sw@2x.png new file mode 100644 index 0000000..83283cf Binary files /dev/null and b/assets/pc32sw@2x.png differ diff --git a/css/style.css b/css/style.css index 7a263a7..65ee747 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,15 @@ h1 br { display: none; } +.pc-icon { + background: url('../assets/pc32sw.png') no-repeat 10px center; + padding-left: 50px; +} + +.pc-icon:hover { + background-image: url('../assets/pc32.png'); +} + #detector { cursor: pointer; margin: 0 auto; diff --git a/index.html b/index.html index 82f13b3..f04be08 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + @@ -53,12 +53,13 @@