Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Renumbered Anatomical Body Map</title>
|
7 |
<style>
|
8 |
body, html {
|
9 |
height: 100%;
|
@@ -42,7 +42,7 @@
|
|
42 |
#part3 { width: 20px; height: 25px; top: 50px; left: 90px; border-radius: 0 0 10px 10px; } /* Nose and Throat */
|
43 |
#part4 { width: 30px; height: 10px; top: 65px; left: 85px; border-radius: 0 0 15px 15px; } /* Mouth */
|
44 |
#part5 { width: 40px; height: 20px; top: 75px; left: 80px; border-radius: 5px; } /* Neck */
|
45 |
-
#part6 { width: 50px; height: 20px; top:
|
46 |
#part7 { width: 120px; height: 25px; top: 95px; left: 40px; border-radius: 50px 50px 0 0; } /* Shoulders */
|
47 |
#part8 { width: 30px; height: 90px; top: 115px; border-radius: 15px 15px 10px 10px; } /* Arms */
|
48 |
#part8.left { left: 15px; transform: rotate(5deg); }
|
@@ -59,8 +59,8 @@
|
|
59 |
#part12 { width: 30px; height: 20px; top: 315px; border-radius: 0 0 10px 10px; } /* Fingers */
|
60 |
#part12.left { left: 14px; }
|
61 |
#part12.right { right: 14px; }
|
62 |
-
#part13 { width:
|
63 |
-
#part14 { width:
|
64 |
#part15 { width: 90px; height: 50px; top: 260px; left: 55px; border-radius: 45px 45px 0 0; } /* Pelvis */
|
65 |
#part16 { width: 120px; height: 30px; top: 290px; left: 40px; border-radius: 60px 60px 0 0; } /* Hips */
|
66 |
#part17 { width: 45px; height: 90px; top: 310px; border-radius: 20px 20px 15px 15px; } /* Thighs */
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Adjusted and Renumbered Anatomical Body Map</title>
|
7 |
<style>
|
8 |
body, html {
|
9 |
height: 100%;
|
|
|
42 |
#part3 { width: 20px; height: 25px; top: 50px; left: 90px; border-radius: 0 0 10px 10px; } /* Nose and Throat */
|
43 |
#part4 { width: 30px; height: 10px; top: 65px; left: 85px; border-radius: 0 0 15px 15px; } /* Mouth */
|
44 |
#part5 { width: 40px; height: 20px; top: 75px; left: 80px; border-radius: 5px; } /* Neck */
|
45 |
+
#part6 { width: 50px; height: 20px; top: 75px; left: 75px; border-radius: 25px 25px 0 0; } /* Nape */
|
46 |
#part7 { width: 120px; height: 25px; top: 95px; left: 40px; border-radius: 50px 50px 0 0; } /* Shoulders */
|
47 |
#part8 { width: 30px; height: 90px; top: 115px; border-radius: 15px 15px 10px 10px; } /* Arms */
|
48 |
#part8.left { left: 15px; transform: rotate(5deg); }
|
|
|
59 |
#part12 { width: 30px; height: 20px; top: 315px; border-radius: 0 0 10px 10px; } /* Fingers */
|
60 |
#part12.left { left: 14px; }
|
61 |
#part12.right { right: 14px; }
|
62 |
+
#part13 { width: 100px; height: 65px; top: 115px; left: 50px; border-radius: 50px 50px 25px 25px; } /* Chest */
|
63 |
+
#part14 { width: 90px; height: 80px; top: 180px; left: 55px; border-radius: 20px; } /* Abdomen */
|
64 |
#part15 { width: 90px; height: 50px; top: 260px; left: 55px; border-radius: 45px 45px 0 0; } /* Pelvis */
|
65 |
#part16 { width: 120px; height: 30px; top: 290px; left: 40px; border-radius: 60px 60px 0 0; } /* Hips */
|
66 |
#part17 { width: 45px; height: 90px; top: 310px; border-radius: 20px 20px 15px 15px; } /* Thighs */
|