Skip to content

Commit e50ff10

Browse files
committed
repace images
1 parent 5aef3dc commit e50ff10

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

clock_demo/.DS_Store

0 Bytes
Binary file not shown.

clock_demo/background.png

126 KB
Loading

clock_demo/hours.png

-91.4 KB
Loading

clock_demo/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
}
4444

4545
/* Scale individual hands */
46-
#hours { height: 90%; }
47-
#minutes { height: 90%; }
46+
#hours { height: 30%; }
47+
#minutes { height: 60%; }
4848
#seconds { height: 90%; }
4949

5050
</style>
5151
</head>
5252

5353
<body>
5454
<div class="clock">
55-
<img src="background.png" class="background" alt="Clock background">
56-
<img src="hours.png" id="hours" class="hand">
57-
<img src="minutes.png" id="minutes" class="hand">
58-
<img src="seconds.png" id="seconds" class="hand">
55+
<!-- ><img src="background.png" class="background" alt="Clock background"> -->
56+
<img src="hours.png" id="hours" class="hand" style="opacity:0.7">
57+
<img src="minutes.png" id="minutes" class="hand" style="opacity:0.7">
58+
<img src="seconds.png" id="seconds" class="hand" style="opacity:0.7">
5959
</div>
6060

6161
<script>

clock_demo/minutes.png

-248 KB
Loading

clock_demo/seconds.png

114 KB
Loading

0 commit comments

Comments
 (0)