Skip to content

Commit e188428

Browse files
Update index.html
1 parent debba37 commit e188428

1 file changed

Lines changed: 1 addition & 62 deletions

File tree

index.html

Lines changed: 1 addition & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -4,68 +4,7 @@
44
<title> PXT Hardware Programming Docs </title>
55
<style>
66
body {
7-
background: black;
8-
color: white;
9-
font-family: monospace;
10-
overflow: hidden;
11-
font-size: 14pt;
12-
}
13-
14-
iframe {
15-
position: absolute;
16-
top: 0;
17-
left: 0;
18-
width: 100%;
19-
height: 100%;
20-
border: none;
21-
}
22-
#fullscreen {
23-
position: absolute;
24-
right: 0.25rem;
25-
bottom: 0;
26-
cursor: pointer;
27-
}
28-
.lds-ripple {
29-
width: 80px;
30-
height: 80px;
31-
margin: auto;
32-
position: absolute;
33-
margin: auto;
34-
top: 0;
35-
right: 0;
36-
bottom: 0;
37-
left: 0;
38-
z-index: -1;
39-
}
40-
41-
.lds-ripple div {
42-
position: absolute;
43-
border: 4px solid #fff;
44-
opacity: 1;
45-
border-radius: 50%;
46-
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
47-
}
48-
49-
.lds-ripple div:nth-child(2) {
50-
animation-delay: -0.5s;
51-
}
52-
53-
@keyframes lds-ripple {
54-
0% {
55-
top: 36px;
56-
left: 36px;
57-
width: 0;
58-
height: 0;
59-
opacity: 1;
60-
}
61-
62-
100% {
63-
top: 0px;
64-
left: 0px;
65-
width: 72px;
66-
height: 72px;
67-
opacity: 0;
68-
}
7+
background: blue;
698
}
709
</head>
7110
<body>

0 commit comments

Comments
 (0)