File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < title > PXT Hardware Programming Docs </ title >
5+ < style >
6+ 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+ }
69+ }
570 </head>
671 <body>
772 <p>Welcome to pxt-hardware-programming-docs.</p>
You can’t perform that action at this time.
0 commit comments