Ad Space - Top Banner (728x90)

Robot Joints Checkbox

0 viewshard
Background:
Robot Joints Checkbox
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="robot-container">
  <input type="checkbox" id="robot-check" />
  <label for="robot-check" class="robot-label">
    <span class="robot-arm">
      <span class="robot-joint joint-1"></span>
      <span class="robot-segment segment-1"></span>
      <span class="robot-joint joint-2"></span>
      <span class="robot-segment segment-2"></span>
      <span class="robot-end-effector">🦾</span>
    </span>
    <span class="robot-text">Robot Joints</span>
  </label>
</div>
Was this helpful?