WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Apple Watch Ultre
1545
Andev.web
Open In Editor
Publish Your Code
Recommended
20 June 2025
Apple Liquid Glass HTML CSS Effect
26 June 2024
Apple Macbook Air M2
3 December 2024
watch or clock
HTML
Copy
Andev Web
1
4
,
5
0
0
F
T
4
5°
U
V
I
1
5
:
0
0
7
0
0
.
3
5
.
0
4
3
330
30
60
E
120
150
S
210
240
W
300
LATITUDE 36°34'42"N LONGITUDE 118°17'32"W
DETADPU TSUJ
315°NW
N
E
S
W
NW
NE
SE
SW
61
70
53
CSS
Copy
* { box-sizing: border-box; padding: 0; margin: 0; } body { background-color: #f7f7f7; display: grid; place-content: center; font-family: "Roboto", sans-serif; height: 100vh; } .interface { display: flex; justify-content: center; position: relative; /* z-index: -1; */ background-color: #f7f7f7; } .clock-background { position: absolute; /* z-index: -1; */ width: 325px; height: 400px; background-color: #000; border-radius: 92px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .top-left-icon { position: absolute; width: 35px; height: 35px; border-radius: 50%; background-color: #131313; top: 185px; left: 95px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } .top-left-icon div { height: 1.5px; background-color: #f45100; border-radius: 99px; } .top-left-icon div:nth-child(1) { width: 3px; } .top-left-icon div:nth-child(2) { width: 6px; } .top-left-icon div:nth-child(3) { width: 9px; } .top-left-icon div:nth-child(4) { width: 13px; } .top-left-icon div:nth-child(5) { width: 16px; } .top-left-icon div:nth-child(6) { width: 24px; background-color: #feffff; } .top-left-icon div:nth-child(7) { width: 16px; background-color: #919191; } .top-left-icon div:nth-child(8) { width: 13px; background-color: #919191; } .top-left-icon div:nth-child(9) { width: 9px; background-color: #919191; } .top-left-icon div:nth-child(10) { width: 6px; background-color: #919191; } .top-left-icon div:nth-child(11) { width: 3px; background-color: #919191; } .top-right-rainbow div:nth-child(1) { position: absolute; width: 305px; height: 305px; border-radius: 50%; background-color: transparent; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; overflow: hidden; } .top-right-rainbow div:nth-child(1) span:nth-child(1) { display: block; position: absolute; width: 79px; height: 34px; border-radius: 70%; top: 25px; left: 204px; transform: rotate(39deg); background: linear-gradient( 90deg, rgba(1, 198, 239, 1) 10%, rgba(57, 229, 80, 1) 25%, rgba(243, 203, 32, 1) 40%, rgba(254, 31, 67, 1) 60%, rgba(169, 2, 253, 1) 90% ); } .top-right-rainbow div:nth-child(1) span:nth-child(2) { width: 12.5px; height: 12.5px; border-radius: 50%; background-color: #01c6ef; position: absolute; top: 13.6px; left: 208px; } .top-right-rainbow div:nth-child(1) span:nth-child(3) { width: 12.5px; height: 12.5px; border-radius: 50%; background-color: #a902fd; position: absolute; top: 61px; left: 265px; } .top-right-rainbow div:nth-child(1) span:nth-child(4) { width: 9px; height: 9px; border-radius: 50%; background-color: transparent; position: absolute; top: 23px; left: 226px; border: 3.5px solid #000; box-sizing: content-box; } .top-right-rainbow div:nth-child(1) span:nth-child(5) { display: block; position: absolute; width: 79px; height: 34px; border-radius: 70%; top: 263px; left: 51px; transform: rotate(23deg); background-color: #ff9501; } .top-right-rainbow div:nth-child(1) span:nth-child(6) { width: 12px; height: 12px; border-radius: 50%; background-color: #ff9501; position: absolute; top: 254.5px; left: 48.1px; border: 0.2px solid #ff9501; box-sizing: content-box; } .top-right-rainbow div:nth-child(1) span:nth-child(7) { width: 17px; height: 13px; background-color: #ff9501; position: absolute; top: 259.5px; left: 52.5px; transform: rotate(39deg); } .top-right-rainbow div:nth-child(1) span:nth-child(8) { width: 12px; height: 12px; border-radius: 50%; background-color: #ff9501; position: absolute; top: 290.4px; left: 122.1px; border: 0.2px solid #ff9501; box-sizing: content-box; } .top-right-rainbow div:nth-child(1) span:nth-child(9) { width: 12px; height: 19px; background-color: #ff9501; position: absolute; top: 287.5px; left: 116.1px; transform: rotate(-166deg); } .top-right-rainbow div:nth-child(2) { position: absolute; width: 280px; height: 280px; border-radius: 50%; background-color: #000; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; } .text-circ { position: absolute; width: 200px; height: 200px; border-radius: 50%; background-color: transparent; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-112deg); display: flex; align-items: center; justify-content: center; color: #000101; } .text-circ .text { position: absolute; width: 100px; height: 100px; left: 50%; transform: translate(-50%, -50%); } .text p:nth-child(1) span { position: absolute; left: 50%; transform-origin: 0 100px; font-size: 14px; font-weight: 800; } .text p:nth-child(2) span { position: absolute; left: 50%; transform-origin: -5px -102px; font-size: 14px; font-weight: 800; } .p-two { position: absolute; left: -34px; top: 113px; transform: rotate(90deg); font-size: 14px; font-weight: 800; } .dot-one { position: absolute; width: 5px; height: 5px; border-radius: 50%; top: 153px; left: 24px; background-color: #000101; } .dot-two { position: absolute; width: 5px; height: 5px; border-radius: 50%; top: 6px; left: 81px; background-color: #000101; } .heigh { color: #fa5408; position: absolute; font-family: "Inconsolata", monospace; font-weight: 700; font-size: 19px; } .heigh div:nth-child(1) { position: absolute; top: 253px; left: -123px; transform: rotate(-55deg); } .heigh div:nth-child(2) { position: absolute; top: 246px; left: -118px; transform: rotate(-51deg); } .heigh div:nth-child(3) { position: absolute; top: 237px; left: -112px; transform: rotate(-47deg); } .heigh div:nth-child(4) { position: absolute; top: 232px; left: -105px; transform: rotate(-48deg); } .heigh div:nth-child(5) { position: absolute; top: 223px; left: -96px; transform: rotate(-40deg); } .heigh div:nth-child(6) { position: absolute; top: 215.5px; left: -86px; transform: rotate(-35deg); } .heigh div:nth-child(7) { position: absolute; top: 209px; left: -75px; transform: rotate(-33deg); } .heigh div:nth-child(8) { position: absolute; top: 203.4px; left: -64px; transform: rotate(-23deg); } .heigh div:nth-child(9) { position: absolute; top: 197px; left: -46px; transform: rotate(-19deg); color: #606060; } .heigh div:nth-child(10) { position: absolute; top: 193px; left: -35px; transform: rotate(-13deg); color: #606060; } .heigh div:nth-child(11) { position: absolute; top: 194px; left: 27px; transform: rotate(10deg); color: #c8e327; } .heigh div:nth-child(12) { position: absolute; top: 195.5px; left: 37px; transform: rotate(12deg); color: #c8e327; } .heigh div:nth-child(13) { position: absolute; top: 198px; left: 46px; transform: rotate(20deg); color: #c8e327; } .heigh div:nth-child(14) { position: absolute; top: 402px; left: -133px; transform: rotate(70deg); color: #ff9501; } .heigh div:nth-child(15) { position: absolute; top: 410px; left: -129px; transform: rotate(59deg); color: #ff9501; } .heigh div:nth-child(16) { position: absolute; top: 417px; left: -122px; transform: rotate(59deg); color: #ff9501; } .heigh div:nth-child(17) { position: absolute; top: 425px; left: -119px; transform: rotate(55deg); color: #ff9501; } .heigh div:nth-child(18) { position: absolute; top: 434px; left: -112px; transform: rotate(50deg); color: #ff9501; } .heigh div:nth-child(19) { position: absolute; top: 476px; left: 31px; transform: rotate(-15deg); color: #f90f4d; } .heigh div:nth-child(20) { position: absolute; top: 473px; left: 41px; transform: rotate(-19deg); color: #f90f4d; } .heigh div:nth-child(21) { position: absolute; top: 469px; left: 51px; transform: rotate(-27deg); color: #f90f4d; } .heigh div:nth-child(22) { position: absolute; top: 451px; left: 66px; transform: rotate(50deg); color: #9ca0ab; font-size: 34px; } .heigh div:nth-child(23) { position: absolute; top: 457px; left: 73px; transform: rotate(-35deg); color: #a2fd01; } .heigh div:nth-child(24) { position: absolute; top: 451px; left: 82px; transform: rotate(-40deg); color: #a2fd01; } .heigh div:nth-child(25) { position: absolute; top: 431px; left: 96px; transform: rotate(50deg); color: #9ca0ab; font-size: 34px; } .heigh div:nth-child(26) { position: absolute; top: 434px; left: 101px; transform: rotate(-49deg); color: #01fdf6; } .heigh div:nth-child(27) { position: absolute; top: 425px; left: 109px; transform: rotate(-60deg); color: #01fdf6; } .timer-circ { position: absolute; } .timer-circ span:nth-child(1) { display: block; position: absolute; top: 472px; left: -117px; width: 29px; height: 29px; border-radius: 50%; background-color: transparent; border: 2.5px solid #ff9501; } .timer-circ span:nth-child(1)::before { content: ""; position: absolute; top: 7px; left: 4px; border-right: 10px solid #fff; border-top: 2px solid transparent; border-bottom: 2.3px solid transparent; transform: rotate(43deg); /* z-index: 1; */ } .timer-circ span:nth-child(1)::after { content: ""; position: absolute; top: 10.6px; left: 10.6px; width: 4.1px; height: 4.2px; border-radius: 0% 100% 100% 100%; background-color: #fff; } .timer-circ span:nth-child(2) { display: block; position: absolute; top: 460px; left: -126px; width: 0px; height: 0px; border-left: 9px solid #000; border-right: 15px solid #000; border-top: 8px solid #000; border-bottom: 12px solid #000; } .timer-circ span:nth-child(3) { position: absolute; top: 478.6px; left: -115.2px; width: 2.4px; height: 2.4px; border-radius: 50%; background-color: #ff9501; } .timer-circ span:nth-child(4) { position: absolute; top: 472px; left: -104px; width: 2.2px; height: 7px; border-radius: 9px 0 9px 9px; background-color: #ff9501; } .bot-right-ico { position: absolute; top: 486px; left: 311px; width: fit-content; height: fit-content; display: flex; align-items: center; justify-content: center; } .bot-right-ico span:nth-child(1) { background-color: #fa1153; width: 35px; height: 35px; border-radius: 50%; display: block; position: absolute; } .bot-right-ico span:nth-child(2) { background-color: #a4fc00; width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid #000; } .bot-right-ico span:nth-child(3) { background-color: #00fdf9; width: 20px; height: 20px; border-radius: 50%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid #000; } .bot-right-ico span:nth-child(4) { background-color: #000; width: 10px; height: 10px; border-radius: 50%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .bot-right-ico span:nth-child(5) { background-color: transparent; width: 4px; height: 4px; border-radius: 50%; display: block; position: absolute; top: -4px; left: 9.4px; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: rotate(34deg); } .bot-right-ico span:nth-child(6) { background-color: transparent; width: 4px; height: 4px; border-radius: 50%; display: block; position: absolute; top: 7px; left: 11.4px; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: rotate(95deg); } .num-in-big-centrt { position: absolute; font-family: "Inconsolata", monospace; font-weight: 900; font-size: 18px; color: #020203; top: -211px; } .num-in-big-centrt div:nth-child(1) { position: absolute; top: 228.5px; left: 15px; transform: rotate(15deg) !important; } .num-in-big-centrt div:nth-child(2) { position: absolute; top: 261px; left: 68px; width: 17px; height: 17px; } .num-in-big-centrt div:nth-child(2) span:nth-child(1) { position: absolute; width: 17px; height: 4px !important; background-color: #fe5401 !important; display: block !important; border-top-right-radius: 9px !important; border-bottom-right-radius: 9px !important; } .num-in-big-centrt div:nth-child(2) span:nth-child(2) { position: absolute; top: 0px; left: 13px; width: 4px; height: 17px !important; background-color: #fe5401 !important; display: block !important; border-bottom-left-radius: 9px !important; border-bottom-right-radius: 9px !important; } .num-in-big-centrt div:nth-child(3) { position: absolute; top: 308px; left: 100px; width: 17px; height: 17px; transform: rotate(75deg) !important; } .num-in-big-centrt div:nth-child(4) { position: absolute; top: 366px; left: 100px; width: 17px; height: 17px; transform: rotate(107deg) !important; } .num-in-big-centrt div:nth-child(5) { position: absolute; top: 420px; left: 69px; width: 17px; height: 17px; transform: rotate(136deg) !important; font-family: "Roboto", sans-serif; font-weight: 600; } .num-in-big-centrt div:nth-child(6) { position: absolute; top: 444.4px; left: 26px; width: 17px; height: 17px; transform: rotate(164deg) !important; } .num-in-big-centrt div:nth-child(7) { position: absolute; top: 447.4px; left: -32px; width: 17px; height: 17px; transform: rotate(196deg) !important; } .num-in-big-centrt div:nth-child(8) { position: absolute; top: 415.4px; left: -90px; width: 17px; height: 17px; transform: rotate(223deg) !important; font-family: "Roboto", sans-serif; font-weight: 600; } .num-in-big-centrt div:nth-child(9) { position: absolute; top: 370.4px; left: -115px; width: 17px; height: 17px; transform: rotate(254deg) !important; } .num-in-big-centrt div:nth-child(10) { position: absolute; top: 315.4px; left: -118px; width: 17px; height: 17px; transform: rotate(284deg) !important; } .num-in-big-centrt div:nth-child(11) { position: absolute; top: 257.4px; left: -89px; width: 17px; height: 17px; transform: rotate(314deg) !important; font-family: "Roboto", sans-serif; font-weight: 600; } .num-in-big-centrt div:nth-child(12) { position: absolute; top: 230.4px; left: -43px; width: 17px; height: 17px; transform: rotate(345deg) !important; } .in-composer-circ-dir { position: absolute; font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; color: #f7f7f7; } .in-composer-circ-dir div:nth-child(1) { position: absolute; color: #f7f7f7; top: 371px; left: 11.9px; font-size: 9px; transform: rotate(45deg); } .in-composer-circ-dir div:nth-child(2) { position: absolute; color: #f7f7f7; top: 400px; left: 11.9px; font-size: 9px; transform: rotate(139deg); } .in-composer-circ-dir div:nth-child(3) { position: absolute; color: #f7f7f7; top: 400px; left: -16.1px; font-size: 9px; transform: rotate(45deg); } .in-composer-circ-dir div:nth-child(4) { position: absolute; color: #f7f7f7; top: 373px; left: -18.1px; font-size: 9px; transform: rotate(-45deg); } .in-composer-circ-dir div:nth-child(5) { position: absolute; color: #a4a4a4; top: 367px; left: -5.1px; font-size: 7px; transform: rotate(0deg); } .in-composer-circ-dir div:nth-child(6) { position: absolute; color: #a4a4a4; top: 388px; left: 16.9px; font-size: 7px; transform: rotate(90deg); } .in-composer-circ-dir div:nth-child(7) { position: absolute; color: #a4a4a4; top: 408px; left: -4.1px; font-size: 7px; transform: rotate(180deg); } .in-composer-circ-dir div:nth-child(8) { position: absolute; color: #a4a4a4; top: 387px; left: -26.1px; font-size: 7px; transform: rotate(-90deg); } .half-circ { width: 60px; position: absolute; top: 316px; left: 226px; } .half-circ div { position: absolute; } .ActivityRings { height: 100%; width: 100%; } .ActivityRings .ring { transform-origin: 50%; } .ActivityRings .completed, .completed2 { stroke-linecap: round; } .ActivityRings circle { fill: none; } .ring1 .completed { stroke: #f3e223; } .ring1 .completed2 { stroke: #0ddd6b; } .half-circ-num { position: absolute; } .half-circ-num div:nth-child(1) { position: absolute; top: 331px; left: 32.7px; color: #fdfdfd; font-size: 26px; font-weight: 500; } .half-circ-num div:nth-child(2) { color: #f3e223; position: absolute; top: 363px; left: 52.7px; font-size: 13px; font-weight: 500; font-family: "Inconsolata", monospace; } .half-circ-num div:nth-child(3) { color: #0ddd6b; position: absolute; top: 363px; left: 26.3px; font-size: 13px; font-weight: 500; font-family: "Inconsolata", monospace; } .half-circ-num div:nth-child(4) { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient( 90deg, rgba(13, 221, 107, 1) 0%, rgba(243, 226, 35, 1) 100% ); border: 1.5px solid #000; position: absolute; top: 315px; left: 44.3px; } .small-top-tringle { position: absolute; top: 201px; left: 50%; transform: translateX(-50%); border-top: 5px solid #ff5600; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; } .top-right-icon { position: absolute; font-size: 30px; color: #fefefe; font-weight: 500; top: 193px; left: 302px; transform: rotate(37deg); } .big-center { position: absolute; width: 270px; height: 270px; border-radius: 50%; background-color: #eae1d8; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; animation-name: rot; animation-duration: 4s; animation-delay: 2s; animation-iteration-count: infinite; animation-direction: alternate; } @keyframes rot { 0% { transform: translateX(-50%) translateY(-50%) rotate(0deg); } 25% { transform: translateX(-50%) translateY(-50%) rotate(-20deg); } 50% { transform: translateX(-50%) translateY(-50%) rotate(30deg); } 100% { transform: translateX(-50%) translateY(-50%) rotate(10deg); } } .big-center > div { background-color: transparent; width: 1px; height: 263px; position: absolute; border-radius: 99px; } /* SASS CODE */ /* @for $i from 1 through 180 { .big-center div:nth-child(#{$i}) { transform: rotate(#{$i - 1}deg); } .big-center div:nth-child(#{$i}) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(#{$i}) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(#{$i}) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } } */ .big-center div:nth-child(1) { transform: rotate(0deg); } .big-center div:nth-child(1) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(1) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(1) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(2) { transform: rotate(1deg); } .big-center div:nth-child(2) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(2) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(2) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(3) { transform: rotate(2deg); } .big-center div:nth-child(3) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(3) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(3) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(4) { transform: rotate(3deg); } .big-center div:nth-child(4) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(4) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(4) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(5) { transform: rotate(4deg); } .big-center div:nth-child(5) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(5) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(5) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(6) { transform: rotate(5deg); } .big-center div:nth-child(6) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(6) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(6) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(7) { transform: rotate(6deg); } .big-center div:nth-child(7) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(7) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(7) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(8) { transform: rotate(7deg); } .big-center div:nth-child(8) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(8) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(8) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(9) { transform: rotate(8deg); } .big-center div:nth-child(9) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(9) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(9) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(10) { transform: rotate(9deg); } .big-center div:nth-child(10) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(10) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(10) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(11) { transform: rotate(10deg); } .big-center div:nth-child(11) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(11) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(11) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(12) { transform: rotate(11deg); } .big-center div:nth-child(12) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(12) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(12) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(13) { transform: rotate(12deg); } .big-center div:nth-child(13) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(13) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(13) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(14) { transform: rotate(13deg); } .big-center div:nth-child(14) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(14) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(14) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(15) { transform: rotate(14deg); } .big-center div:nth-child(15) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(15) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(15) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(16) { transform: rotate(15deg); } .big-center div:nth-child(16) span:nth-child(1) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(16) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(16) span:nth-child(3) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(17) { transform: rotate(16deg); } .big-center div:nth-child(17) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(17) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(17) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(18) { transform: rotate(17deg); } .big-center div:nth-child(18) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(18) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(18) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(19) { transform: rotate(18deg); } .big-center div:nth-child(19) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(19) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(19) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(20) { transform: rotate(19deg); } .big-center div:nth-child(20) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(20) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(20) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(21) { transform: rotate(20deg); } .big-center div:nth-child(21) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(21) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(21) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(22) { transform: rotate(21deg); } .big-center div:nth-child(22) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(22) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(22) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(23) { transform: rotate(22deg); } .big-center div:nth-child(23) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(23) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(23) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(24) { transform: rotate(23deg); } .big-center div:nth-child(24) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(24) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(24) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(25) { transform: rotate(24deg); } .big-center div:nth-child(25) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(25) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(25) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(26) { transform: rotate(25deg); } .big-center div:nth-child(26) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(26) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(26) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(27) { transform: rotate(26deg); } .big-center div:nth-child(27) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(27) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(27) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(28) { transform: rotate(27deg); } .big-center div:nth-child(28) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(28) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(28) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(29) { transform: rotate(28deg); } .big-center div:nth-child(29) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(29) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(29) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(30) { transform: rotate(29deg); } .big-center div:nth-child(30) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(30) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(30) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(31) { transform: rotate(30deg); } .big-center div:nth-child(31) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(31) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(31) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(32) { transform: rotate(31deg); } .big-center div:nth-child(32) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(32) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(32) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(33) { transform: rotate(32deg); } .big-center div:nth-child(33) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(33) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(33) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(34) { transform: rotate(33deg); } .big-center div:nth-child(34) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(34) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(34) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(35) { transform: rotate(34deg); } .big-center div:nth-child(35) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(35) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(35) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(36) { transform: rotate(35deg); } .big-center div:nth-child(36) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(36) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(36) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(37) { transform: rotate(36deg); } .big-center div:nth-child(37) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(37) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(37) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(38) { transform: rotate(37deg); } .big-center div:nth-child(38) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(38) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(38) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(39) { transform: rotate(38deg); } .big-center div:nth-child(39) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(39) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(39) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(40) { transform: rotate(39deg); } .big-center div:nth-child(40) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(40) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(40) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(41) { transform: rotate(40deg); } .big-center div:nth-child(41) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(41) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(41) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(42) { transform: rotate(41deg); } .big-center div:nth-child(42) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(42) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(42) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(43) { transform: rotate(42deg); } .big-center div:nth-child(43) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(43) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(43) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(44) { transform: rotate(43deg); } .big-center div:nth-child(44) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(44) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(44) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(45) { transform: rotate(44deg); } .big-center div:nth-child(45) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(45) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(45) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(46) { transform: rotate(45deg); } .big-center div:nth-child(46) span:nth-child(1) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(46) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(46) span:nth-child(3) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(47) { transform: rotate(46deg); } .big-center div:nth-child(47) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(47) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(47) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(48) { transform: rotate(47deg); } .big-center div:nth-child(48) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(48) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(48) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(49) { transform: rotate(48deg); } .big-center div:nth-child(49) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(49) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(49) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(50) { transform: rotate(49deg); } .big-center div:nth-child(50) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(50) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(50) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(51) { transform: rotate(50deg); } .big-center div:nth-child(51) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(51) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(51) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(52) { transform: rotate(51deg); } .big-center div:nth-child(52) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(52) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(52) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(53) { transform: rotate(52deg); } .big-center div:nth-child(53) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(53) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(53) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(54) { transform: rotate(53deg); } .big-center div:nth-child(54) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(54) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(54) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(55) { transform: rotate(54deg); } .big-center div:nth-child(55) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(55) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(55) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(56) { transform: rotate(55deg); } .big-center div:nth-child(56) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(56) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(56) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(57) { transform: rotate(56deg); } .big-center div:nth-child(57) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(57) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(57) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(58) { transform: rotate(57deg); } .big-center div:nth-child(58) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(58) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(58) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(59) { transform: rotate(58deg); } .big-center div:nth-child(59) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(59) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(59) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(60) { transform: rotate(59deg); } .big-center div:nth-child(60) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(60) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(60) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(61) { transform: rotate(60deg); } .big-center div:nth-child(61) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(61) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(61) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(62) { transform: rotate(61deg); } .big-center div:nth-child(62) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(62) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(62) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(63) { transform: rotate(62deg); } .big-center div:nth-child(63) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(63) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(63) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(64) { transform: rotate(63deg); } .big-center div:nth-child(64) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(64) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(64) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(65) { transform: rotate(64deg); } .big-center div:nth-child(65) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(65) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(65) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(66) { transform: rotate(65deg); } .big-center div:nth-child(66) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(66) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(66) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(67) { transform: rotate(66deg); } .big-center div:nth-child(67) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(67) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(67) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(68) { transform: rotate(67deg); } .big-center div:nth-child(68) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(68) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(68) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(69) { transform: rotate(68deg); } .big-center div:nth-child(69) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(69) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(69) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(70) { transform: rotate(69deg); } .big-center div:nth-child(70) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(70) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(70) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(71) { transform: rotate(70deg); } .big-center div:nth-child(71) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(71) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(71) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(72) { transform: rotate(71deg); } .big-center div:nth-child(72) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(72) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(72) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(73) { transform: rotate(72deg); } .big-center div:nth-child(73) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(73) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(73) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(74) { transform: rotate(73deg); } .big-center div:nth-child(74) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(74) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(74) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(75) { transform: rotate(74deg); } .big-center div:nth-child(75) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(75) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(75) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(76) { transform: rotate(75deg); } .big-center div:nth-child(76) span:nth-child(1) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(76) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(76) span:nth-child(3) { background-color: #000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(77) { transform: rotate(76deg); } .big-center div:nth-child(77) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(77) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(77) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(78) { transform: rotate(77deg); } .big-center div:nth-child(78) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(78) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(78) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(79) { transform: rotate(78deg); } .big-center div:nth-child(79) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(79) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(79) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(80) { transform: rotate(79deg); } .big-center div:nth-child(80) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(80) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(80) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(81) { transform: rotate(80deg); } .big-center div:nth-child(81) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(81) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(81) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(82) { transform: rotate(81deg); } .big-center div:nth-child(82) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(82) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(82) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(83) { transform: rotate(82deg); } .big-center div:nth-child(83) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(83) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(83) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(84) { transform: rotate(83deg); } .big-center div:nth-child(84) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(84) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(84) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(85) { transform: rotate(84deg); } .big-center div:nth-child(85) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(85) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(85) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(86) { transform: rotate(85deg); } .big-center div:nth-child(86) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(86) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(86) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(87) { transform: rotate(86deg); } .big-center div:nth-child(87) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(87) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(87) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(88) { transform: rotate(87deg); } .big-center div:nth-child(88) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(88) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(88) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(89) { transform: rotate(88deg); } .big-center div:nth-child(89) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(89) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(89) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(90) { transform: rotate(89deg); } .big-center div:nth-child(90) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(90) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(90) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(91) { transform: rotate(90deg); } .big-center div:nth-child(91) span:nth-child(1) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(91) span:nth-child(2) { background-color: transparent; height: 92%; display: block; } .big-center div:nth-child(91) span:nth-child(3) { background-color: #fd5000; height: 4%; border-radius: 99px; display: block; } .big-center div:nth-child(92) { transform: rotate(91deg); } .big-center div:nth-child(92) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(92) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(92) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(93) { transform: rotate(92deg); } .big-center div:nth-child(93) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(93) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(93) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(94) { transform: rotate(93deg); } .big-center div:nth-child(94) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(94) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(94) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(95) { transform: rotate(94deg); } .big-center div:nth-child(95) span:nth-child(1) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(95) span:nth-child(2) { background-color: transparent; height: 95%; display: block; } .big-center div:nth-child(95) span:nth-child(3) { background-color: #fd5000; height: 2.5%; border-radius: 99px; display: block; } .big-center div:nth-child(96) { t
JS
Copy
function runClock() { const now = new Date(); const hour = now.getHours() % 12; const min = now.getMinutes(); const sec = now.getSeconds(); const ms = now.getMilliseconds(); const clock = document.querySelector(".clock"); const hourHand = clock.querySelector(".hour"); const minuteHand = clock.querySelector(".minute"); const secondHand = clock.querySelector(".second"); const hourRotation = 30 * hour + 0.5 * min; const minRotation = 6 * min + 0.1 * sec; const secRotation = 6 * sec + 0.006 * ms; hourHand.style.transform = `rotate(${hourRotation}deg)`; minuteHand.style.transform = `rotate(${minRotation}deg)`; secondHand.style.transform = `rotate(${secRotation}deg)`; requestAnimationFrame(runClock); } runClock(); const text = document.querySelector(".p-one"); text.innerHTML = text.innerText .split("") .map( (char, i) => `<span style="transform:rotate(${i * 5.4}deg)">${char}</span>` ) .join(""); const textTwo = document.querySelector(".p-two"); textTwo.innerHTML = textTwo.innerText .split("") .map( (charc, l) => `<span style="transform:rotate(${l * 5}deg)">${charc}</span>` ) .join(""); setTimeout(function () { document.getElementById("five").innerHTML = "4°"; }, 5000); document.getElementById("bb").addEventListener("mouseover", mouseOver); document.getElementById("bb").addEventListener("mouseout", mouseOut); function mouseOver() { document.getElementById("aa").style.backgroundColor = "transparent"; } function mouseOut() { document.getElementById("aa").style.backgroundColor = "black"; }