File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed
Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments