Skip to content

Commit 7135117

Browse files
committed
Add background-color transparent
1 parent b900e04 commit 7135117

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clock.html

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<style type="text/css">
6+
body {
7+
background-color: transparent;
8+
}
69
h1 {
710
margin: 5px;
811
padding: 5px;

fps.html

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<style type="text/css">
6+
body {
7+
background-color: transparent;
8+
}
69
h1 {
710
margin: 5px;
811
padding: 5px;

0 commit comments

Comments
 (0)