Assignment - Create your own cat

This is my cat. It’s just the base cat but what do you guys think? Good enough?

The code is:

HTML:

<html>
    <link rel="stylesheet" href="style.css">
    <body>
        <div class = "cat">

            <div class = "ears">

                <div class = "ear right"></div>
                <div class = "ear left"></div>

            </div>
            

            <div id = "face">
                <div class = "eyes">
                    <div class= "eye">
                        <div class= "pupil"></div>
                    </div>
                    <div class= "eye">
                        <div class= "pupil"></div>
                    </div>
                    
                </div>

                <div class = "whiskers">
                    
                    
                </div>
                <div class = "whiskers 2">
                        
                </div>

                

                <div class = "whiskers 3">
                        
                </div>

                

                <div class = "nose"></div>
                <div class = "mouth"></div>

    
            </div>

            <div class = "stomach"></div>
            <div class = "paws">
                <div class = "paws left"></div>
                
            </div>

            <div class = "tail"></div>
        </div>

        
        
    </body>
</html>

CSS:

#face{
    background-color: orange;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    top: 10;
}

.eyes{
    position: relative;
    top: 30px;
    left: 15;
    display: flex;
}

.eye{
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex; /*put on same row as eyes*/
    position: relative;
    margin: 15;
}

.pupil{
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 8px;
}

.ears{
    position: absolute;
}

.ear{
    border-radius: 90px 0px 90px 0px;
    background-color: orange;
    height: 100px;
    width: 100px;
}

.ear.right {
    transform: scaleX(-1);
}

.ear.left {
    position: relative;
    left: 100;
    top: -100;
}

.whiskers{
    width: 40%;

    
    
}

.whiskers.\33 {
    position: relative;
    top: -157px;
}

.whiskers.\32 {
    position: relative;
    top: -64px;
}

/*.whiskers.right{
transform:rotate(160deg);
position: relative;
    left: 90;
    top: 30;
margin:10;

}

.whiskers.left{
position:relative;
    left: 60;
   
transform:rotate(20deg);

} */

.nose{
    background-color: black;
    border-radius: 50%;
    height: 25;
    width: 25;
    position: relative;
    left: 85;
    top: -280px;
}

.whiskers{
    width: 100px;
    height: 100px;
    border: solid 1px #fa0808;
    border-color: rgb(161, 25, 25) transparent transparent transparent;
    border-radius: 500%/100px 100px 0 0;
    position: relative;
    transform: scaleX(-1);
    top: 29px;
    left: 45px;
}

.mouth{
    position: absolute;
    background-color: black;
    width: 50px;
    height: 10px;
    border-radius: 7px 7px 100px 100px;
    top: 154px;
    left: 74px;
  } 

  .stomach{
      border-radius: 50%;
      height: 241px;
      width: 154px;
      background-color: orange;
      position: relative;
      top: -16px;
      left: 20px;
      z-index: -1;
  }

  .tail{
    border-radius: 50%;
    height: 70px;
    width: 200px;
    background-color: orange;
    position: relative;
    top: -338px;
    left: 91px;
    z-index: -1;
  }

  .paws{
     position: relative;
     width: 30;
     height: 258px;
     border: 1mm solid transparent;
     border-radius: 50%;
     top: -402px;
     border-bottom-color: #000;
     left: 124px;
  }

.paws.left {
    position: relative;
    top: -4px;
    left: -93px;
} 

Thanks!

2 Likes

Hi, I created my characters by drawing them instead of what the video specifically showed. I hope that is okay as I am trying to incorporate my art into coding.

<html>

<head>

<title>Pessimistic Pals</title>

<link rel="stylesheet" href="style.css">

</head>

<body>

<main>

    <div class= "pals">

    <div class= "body">

        <img src="traits\pp_0000_Body.png" alt="">

        <div class="head">

            <img src="traits\pp_0001_head.png" alt="">

        </div>

        <div class="eyes">

            <img src="traits\pp_0003s_0003_A-Eyes.png" alt="">

        </div>

        <div class="nose">

            <img src="traits\pp_0002s_0000_A-Nose.png" alt="">

        </div>

        <div class="mouth">

            <img src="traits\pp_0001s_0000_A-Mouth.png" alt="">

        </div>

        <div class="ears">

            <img src="traits\pp_0004s_0002_A-Ears.png" alt="">

        </div>

        <div class="hair">

           

        </div>

        <div class="tail">

            <img src="traits\pp_0005s_0001_A-Tail.png" alt="">

        </div>

        <div class="arms">

            <img src="traits\pp_0006s_0002_A-Arms.png" alt="">

        </div>

        <div class="legs">

            <img src="traits\pp_0007s_0002_A-Legs.png" alt="">

        </div>

       

     </div>

    </div>

<section class="feature-images">

  <div class="image-one">

    <h1>Zeus</h1>

    <img src="generation 0\zzz.png" width="100%" alt="">

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

  </div>

  <div class="image-one">

    <h1>Edie</h1>

    <img src="generation 0\ee.png" width="100%" alt="">

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

  </div>

  <div class="image-one">

    <h1>Brutus</h1>

    <img src="generation 0\b.png" width="100%" alt="">

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

  </div>

</section>

<section class="feature-images">

    <div class="image-one">

      <h1>Caesar</h1>

      <img src="generation 0\c.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

    <div class="image-one">

      <h1>Doyle</h1>

      <img src="generation 0\dd.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

    <div class="image-one">

      <h1>Xio</h1>

      <img src="generation 0\xxx.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

  </section>

</section>

<section class="feature-images">

    <div class="image-one">

      <h1>Yaholo</h1>

      <img src="generation 0\yyy.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

    <div class="image-one">

      <h1>Winta</h1>

      <img src="generation 0\www.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

    <div class="image-one">

      <h1>Valkyrie</h1>

      <img src="generation 0\vvv.png" width="100%" alt="">

      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur iure, praesentium aut nihil? Est consectetur, nulla veritatis modi animi, minima dolor quo velit, vel cumque perspiciatis ea culpa, nesciunt quasi.</p>

    </div>

  </section>

 

  </main>

 

</div>

</body>

</html>

css:

body {

    margin: 0;

    text-align: center

  }

 

    .feature-images {

      display: flex

    }

    .image-one {

      flex: 1;

      padding: 0 20px;

    }

    

    .pals {

        display: flex;

    }

    .body {

display: flex;

position: relative;

height: 1000px;

    }

    .head {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .eyes {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .mouth {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .ears {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .nose {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .arms {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .legs {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }

    .tail {

        display: flex;

        position: absolute;  top: 0; left: 0;

        height: 1000px;

    }
3 Likes


Well, I created a buffalo:))

4 Likes

492DB05D-101F-4C74-8D26-5F37BF9E7842_4_5005_c
Hello everyone :slight_smile:
Here’s my cat.
My html:

<html>
    <head>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div class="cat_face">
            <div class="ears">
                <div class="ear left_ear"></div>
                <div class="ear right_ear"></div>
            </div>

            <div class="inner_ears">
                <div class="inner_ear leftEar"></div>
                <div class="inner_ear rightEar"></div>
            </div>

            <div id="body">
                <div class="eyes">
                    <div class="eye">
                        <div class="pupils"></div>
                        <div class="reflection"></div>
                        <div class="smaller_reflection"></div>
                    </div>
                    <div class="eye">
                        <div class="pupils"></div>
                        <div class="reflection"></div>
                        <div class="smaller_reflection"></div>
                    </div>
                </div>
                <div class="nose">
                    <div class="mustaches">
                        <div class="mustache_1"></div>
                        <div class="mustache_2"></div>
                        <div class="mustache_3"></div>
                        <div class="mustache_4"></div>
                    </div>
                </div>
                <div class="mouth"></div>
            </div>
        </div>
        <div class="cat_body">
            <div class="belly"></div>
            <div class="paws">
                <div class="paw left_paw">
                    <div class="toeline1"></div>
                   
                </div>
                <div class="paw right_paw">
                    <div class="toeline1"></div>
                    
                </div>
            </div>
            <div class="feet">
                <div class="foor left_foot">
                    <div class="toeline1"></div>
                    <div class="toeline2"></div>
                    <div class="toeline3"></div>
                </div>
                <div class="foor right_foot">
                    <div class="toeline1"></div>
                    <div class="toeline2"></div>
                    <div class="toeline3"></div>
                </div>
            </div>
            <div class="tail"></div>
            <div class="tail_mask"></div>
            <div class="tail_end"></div>
            
        </div>
    </body>
</html>


My css:

#body{
    background-color: rgb(175, 157, 93);
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.eyes{
    position: relative;
    top: 30px;
    display: flex;
}
.eye{
    background-color: #546830;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 25px;
    position: relative;
}
.pupils {
    background-color: black;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 10px;

}
.reflection{
    background-color: white;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 31px;
}
.smaller_reflection{
    background-color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 28px;
}
.ears{
    position: relative;
}
.ear{
    border-radius: 90% 0 90% 0;
    background-color: rgb(175, 157, 93);
    height: 100px;
    width: 100px;
    position: absolute;
}
.left_ear{
    transform: scale(1, -1) rotate(0deg);
    left: 0;
}
.right_ear{
    left: 100px;
}


.mouth{
    border-radius: 140px 0px 150px 0px;
    background-color: rgb(139, 71, 50);
    height: 30px;
    width: 30px;
    position: absolute;
    transform: rotate(45deg);
    left: 91px;
    top: 150px;
}
.nose{
    border-radius: 250px 10px 90px 10px;
    background-color: rgb(189, 97, 69);
    height: 21px;
    width: 21px;
    position: absolute;
    transform: rotate(45deg);
    left: 95px;
    top: 123px;
}
.mustaches{
    position: relative;
}
.mustache_1{
    width: 216%;
    position: absolute;
    height: 3px;
    background: rgb(5, 5, 5);
    transform: rotate(133deg);
    left: 17px;
    top: -1px;
}
.mustache_2{
    width: 216%;
    position: absolute;
    height: 3px;
    background: rgb(5, 5, 5);
    transform: rotate(147deg);
    left: 21px;
    top: 5px;
}
.mustache_3{
    width: 216%;
    position: absolute;
    height: 3px;
    background: rgb(5, 5, 5);
    transform: rotate(140deg);
    left: -22px;
    top: 38px;
}
.mustache_4{
    width: 216%;
    position: absolute;
    height: 3px;
    background: rgb(5, 5, 5);
    transform: rotate(126deg);
    left: -18px;
    top: 42px;
}
.inner_ears{
    position: relative;
}
.inner_ear{
    border-radius: 90px 0px 90px 90px;
    background-color: rgb(233, 225, 225);
    height: 29px;
    width: 29px;
    position: absolute;
}
.leftEar{
    transform: scale(1, -1) rotate(-180deg);
    left: 10px;
    top: 10px;
}
.rightEar{
    transform: rotate(0deg);
    left: 160px;
    top: 10px;
}
.cat_body{
    background-color: rgb(175, 157, 93);
    width: 250px;
    height: 163px;
    border-radius: 50%;
    position: relative;
    top: -20px;
    left: 7px;
    z-index: -1;
}
.belly{
    background-color: white;
    width: 140px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: 30px;
    left: 20px;
    z-index: -1;
}
.paws{
    position: relative;
}
.paw{
    border-radius: 50% 50% 25% 25%;
    background-color: rgb(175, 157, 93);
    height: 37px;
    width: 47px;
    position: absolute;
}
.left_paw{
    transform: rotate(-1deg);
    top: -20px;
    left: 14px;
}
.right_paw{
    transform: rotate(0deg);
    top: -10px;
    left: 65px;
}
.toeline1{
    transform: rotate(-92deg);
    border: solid 2.5px #000;
    border-color: black transparent;
    border-radius: 84%/46% 72% 0 0;
    height: 6px;
    width: 17px;
    position: relative;
    top: 22px;
    left: 5px;
}
.feet{
    position: relative;
}
.foot{
    border-radius: 50% 50% 25% 25%;
    background-color: rgb(175, 157, 93);
    height: 37px;
    width: 49px;
    position: absolute;
}
.left_foot{
    transform: rotate(-1deg);
    top: 73px;
    left: -38px;
}
.right_foot{
    transform: rotate(0deg);
    top: 70px;
    left: 114px;
}
.tail{
    position: absolute;
    margin-left: 26px;
    margin-top: 40px;
    height: 83px;
    width: 61px;
    border: 22px solid rgb(175, 157, 93);
    border-radius: 50px;
    display: inline-block;
    top: 99px;
    left: 100px;
    transform: rotate(-60deg);
    z-index: -3;
}
.tail_mask {
    position: absolute;
    margin-top: 25px;
    margin-left: 140px;
    height: 35px;
    width: 60px;
    background-color: #ffffff;
    top: 120px;
    left: 22px;
    z-index: -2
}
.tail_end{
    position: absolute;
    background-color: rgb(175, 157, 93);
    border-radius: 55%;
    width: 27px;
    height: 27px;
    top: 161.3px;
    left: 212px;
}


1 Like

So…I got quite into this :sweat_smile:
Not exactly a masterpiece but I knew I wanted some colour blending so I googled a lot of stuff that’s probably beyond the scope of what we’ll need for this project css-wise but still…I had fun.

I set the colours to variables that I can change to create new colour pallettes so here are a few pictures. My knowledge of colour theory is pretty severely lacking I think :sweat_smile: Code below the pictures.

Cat 1 Original Cat 2 Blue colours Cat 3 Red colours Cat 4 Green colours

HTML:

<html>
    <head>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div id="cat">
            <div class="ears">
                <div class="ear left_ear">
                    <div class=" ear inner_ear inner_left_ear"></div>
                </div>
                <div class="ear right_ear">
                    <div class="ear inner_ear inner_right_ear"></div>
                </div>
            </div>
            <div id="face">
                <div class="eyes">
                    <div class="eye">
                        <div class="eye_shine"></div>
                        <div class="iris">
                            <div class="pupil"></div>
                        </div>    
                    </div>
                    <div class="eye">
                        <div class="eye_shine"></div>
                        <div class="iris">
                            <div class="pupil"></div>
                        </div>    
                    </div>
                </div>
                <div id="nose_container">
                    <div id="nose_border"></div>
                    <div id="nose"></div>
                </div>
                <div class="whiskers_container">
                    <div class="left_whiskers"></div>
                    <div class="right_whiskers"></div>
                    <div id="left_w_1" class="whisker"><div class="w_spot_left"></div></div>
                    <div id="left_w_2" class="whisker"><div class="w_spot_left"></div></div>
                    <div id="left_w_3" class="whisker"><div class="w_spot_left"></div></div>
                    <div id="right_w_1" class="whisker"><div class="w_spot_right"></div></div>
                    <div id="right_w_2" class="whisker"><div class="w_spot_right"></div></div>
                    <div id="right_w_3" class="whisker"><div class="w_spot_right"></div></div>
                </div>
            </div>
            <div id="body_container">
                <div id="body">
                    <div id="arms_container">
                        <div class="arm" id="left_arm"></div>
                        <div class="arm" id="right_arm"></div>
                        <div id="paws_container">
                            <div class="paw" id="left_paw_1"></div>
                            <div class="paw" id="left_paw_2"></div>
                            <div class="paw" id="left_paw_3"></div>
                            <div class="paw" id="right_paw_1"></div>
                            <div class="paw" id="right_paw_2"></div>
                            <div class="paw" id="right_paw_3"></div>                            
                        </div>
                    </div>
                </div>
                <div id="tail_container">
                    <div id = "tail_blocker"></div>
                    <div id="tail_invisible" class="tail_segment"></div>
                    <div id="tail_visible" class="tail_segment"></div>
                </div>
            </div>            
        </div>    
    </body>
</html>

CSS:

:root {
    --main-color:rgb(55, 223, 69);
    --second-color: rgb(255, 244, 87);
    --tint-color: rgb(197, 227, 255);
    --eye-color: rgb(28, 102, 241);
    --nose-color: #ffc7fa;
}

/*
Original colours:
--main-color:rgb(252, 244, 162);
--second-color: rgb(86, 82, 30);
--tint-color: rgb(255, 251, 231);
*/

#cat{
    position: relative;
    top: 10px;
    left: 10px;
}

#face{
    background: linear-gradient(
        179deg,
        var(--main-color),
        var(--main-color) 16px,
        var(--tint-color) 77px,
        var(--second-color) 262px
    );
    width: 200px;
    height: 180px;
    border-radius: 90%;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

.eyes{
    position: relative;
    top: 24px;
    left: 8px;
    display: flex;
}

.eye{
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 20px;
    position: relative;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.eye_shine{
    background-color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 11px;
    z-index: 1;
}

.iris{
    background-color: var(--eye-color);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: relative;
    top: 8px;
    right: -6px;
}

.pupil{
    background-color: black;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.ears{
    position: relative;
}

.ear{
    border-radius: 90% 0% 90% 0%;
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: -2;
}

.left_ear{
    transform: scale(1, -1) rotate(-12deg);
    border-style: solid;
    border-color: black;
    border-width: 2px;
    background: linear-gradient(
        325deg,
        var(--main-color),
        var(--main-color) 39px,
        var(--tint-color) 55px,
        var(--second-color) 98px
    );
}

.right_ear{
    left: 100px;
    transform: rotate(-12deg);
    border-style: solid;
    border-color: black;
    border-width: 2px;
    background: linear-gradient(
        141deg,
        var(--main-color),
        var(--main-color) 39px,
        var(--tint-color) 55px,
        var(--second-color) 98px
    );
}

.inner_ear{
    position: absolute;
    background-color: var(--nose-color);
    height: 75px;
    width: 75px;
    margin:12.5px;
    z-index: -1
}

#nose_container{
    position: relative;
    left: 79px;
    top: -5px;
}

#nose_border{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 21px;
    border-radius: 50%;

}

#nose{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: var(--nose-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 15px;
    border-radius: 50%;
    left: 6px;
    top: 2px;
}

.whiskers_container{
    position: relative;
    top: 7px;
    left: 78px;
    display: flex;
}

.left_whiskers{
    position: absolute;
    height: 33px;
    width: 19px;
    border-style: solid;
    border-color: transparent black black transparent;
    border-width: 2px;
    border-radius: 40%;
}

.right_whiskers{
    position: absolute;
    height: 33px;
    width: 19px;
    border-style: solid;
    border-color: transparent transparent black black;
    border-width: 2px;
    border-radius: 40%;
    left: 21px;
}


.whisker{
    position: absolute;
    border-style: solid;
    border-color: black transparent transparent transparent;
    border-width: 1px;
    height: 50px;
    width: 118px;
    border-radius: 90%;
    transform-origin: top right;
}

#left_w_1{
    right: 175px;
    transform: rotate(2deg);
}

#left_w_2{
    right: 173px;
    top: 6px;
    transform: rotate(357deg);
}

#left_w_3{
    right: 177px;
    top: 13px;
    transform: rotate(354deg);
}

#right_w_1{
    left: 20px;
    transform-origin: top left;
    transform: rotate(358deg);
}

#right_w_2{
    left: 18px;
    top: 6px;
    transform-origin: top left;
    transform: rotate(3deg);
}

#right_w_3{
    left: 21px;
    top: 13px;
    transform-origin: top left;
    transform: rotate(6deg);
}

.w_spot_left{
    position: absolute;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 40%;
    top: 8px;
    right: 8px;
}

.w_spot_right{
    position: absolute;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 40%;
    top: 8px;
    right: 105px;
}

#body_container{
    position: relative;
    left: 30px;
    bottom: 35px;
}

#body{
    position: absolute;
    height: 200px;
    width: 176px;
    background: repeating-linear-gradient(
        355deg,
        var(--main-color),
        var(--main-color) 70px,
        var(--second-color) 163px,
        white 203px
    );
    z-index: -3;
    border-radius: 50% 50% 30% 30%;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

#arms_container{
    position: relative;
    left: 11px;
    bottom: 33px;
}

.arm{
    position: absolute;
    height:82px;
    width:30px;
    background: linear-gradient(
        86deg,
        transparent,
        var(--second-color) 337px,
        var(--main-color) 0px,
        transparent 262px
    );
    border-radius: 20% 20% 40% 40%;
    border-style: solid;
    border-color: transparent black black black;
    border-width: 2px;
    z-index: -2;
}

#left_arm{
    top: 149px;
    left: 17px;
}

#right_arm{
    top: 150px;
    left: 80px;
}

#paws_container{
    position: relative;
    top: 119px;
    left: 20px;
}

.paw{
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: var(--tint-color);
    border-radius: 50%;
    border-style: solid;
    border-color: transparent black black black;
    border-width: 2px;
}

#left_paw_1{
    top: 105px;
    left: -1px;
    transform: rotate(33deg);
}

#left_paw_2{
    top: 108px;
    left: 5px;
    transform: rotate(4deg);
}

#left_paw_3{
    top: 107px;
    left: 13px;
    transform: rotate(341deg);
    z-index: -1;
}

#right_paw_1{
    top: 107px;
    left: 62px;
    transform: rotate(33deg);
}

#right_paw_2{
    top: 110px;
    left: 68px;
    transform: rotate(11deg);
}

#right_paw_3{
    top: 109px;
    left: 76px;
    transform: rotate(335deg);
    z-index: -1;
}

#tail_container{
    position: relative;
    top: -5px;
    left: 76px;
}

.tail_segment{
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

#tail_invisible{
    z-index: -5;
    top: 8px;
    left: -31px;
    background-color: white;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

#tail_visible{
    background: repeating-linear-gradient(
  332deg,
  var(--main-color),
  var(--main-color) 83px,
  var(--second-color) 163px,
  white 203px
);
    z-index: -6;
    top: 20px;
    left: 20px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

#tail_blocker{
    position: absolute;
    z-index: -4;
    height: 30px;
    width: 50px;
    top: -2px;
    left: 57px;
    background-color: white;
}
2 Likes

cat

HTML:

<div id="container">
        <div id="tail"></div>
        <div id="tail-mask"></div>
        <div id="tail-end"></div>
        
        <div id="body">
          <div class="ear" id="ear-left">
            <div class="ear-inner" id="ear-inner-left"></div>
          </div>
          <div class="ear" id="ear-right">
            <div class="ear-inner" id="ear-inner-right"></div>
          </div>
          
          <div id="mask"></div>
          
          <div id="patch">
            <div class="fur"></div>
            <div class="fur"></div>
            <div class="fur"></div>
          </div>
          
          <div id="eyes">
            <div class="eye" id="eye-left">
              <div class="shine" id="shine-left"></div>
            </div>
            <div class="eye" id="eye-right">
              <div class="shine" id="shine-right"></div>
            </div>
          </div>
          
          <div id="whisk-left">
            <div class="whisker" id="whisk-one"></div>
            <div class="whisker"></div>
            <div class="whisker" id="whisk-three"></div>
          </div>
          
          <div id="nose"></div>
          
          <div id="whisk-right">
            <div class="whisker" id="whisk-four"></div>
            <div class="whisker"></div>
            <div class="whisker" id="whisk-six"></div>
          </div>
          
          <div id="smile">
            <div id="smile-left-align">
              <div id="smile-left"></div>
              <div id="mask-left"></div>
            </div>
            
            <div id="smile-right-align">
              <div id="smile-right"></div>
              <div id="mask-right"></div>
            </div>
          </div>
          
          <div id="tongue"></div>
          <div id="tummy"></div>
        </div>
    </div>

CSS:

#container {
    margin: 90px;
    height: 175px;
    width: 170px;
  }
  
  #tail {
    position: absolute;
    margin-left: 40px;
    margin-top: 40px;
    height: 60px;
    width: 80px;
    border: 15px solid #63594d;
    border-radius: 50px;
    display: inline-block;
    z-index: 0;
  }
  
  #tail-mask {
    position: absolute;
    margin-top: 40px;
    margin-left: 100px;
    height: 30px;
    width: 75px;
    background-color: #fff;
    z-index: 0;
  }
  
  #tail-end {
    position: absolute;
    margin-top: 63px;
    margin-left: 130px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: #63594d;
    z-index: 1;
  }
  
  #body {
    position: relative;
    height: 130px;
    width: 110px;
    background-color: #63594d;
    border-radius: 22px;
    display: inline-block;
    overflow: hide;
    z-index: 1;
  }
  
  .ear {
    position: relative;
    margin-top: -20px;
    height: 45px;
    width: 50px;
    background-color: #63594d;
    display: inline-block;
    z-index: 2;
  }
    
  #ear-left {
    clip-path: polygon(0 0, 0% 100%, 100% 60%);
  }
  
  #ear-right {
    margin-left: 6px;
    clip-path: polygon(100% 0, 0% 60%, 100% 100%);
  }
  
  .ear-inner {
    position: relative;
    height: 30px;
    width: 50px;
    background-color: #999187;
    z-index: 3;
  }
  
  #ear-inner-left {
    margin-top: 8px;
    margin-left: 5px;
    clip-path: polygon(0 0, 100% 90%, 0 100%);
  }
  
  #ear-inner-right {
    margin-top: 8px;
    margin-left: -4px;
    clip-path: polygon(100% 0%, 100% 100%, 0 90%);
  }
  
  #mask {
    position: relative;
    background-color: #63594d;
    margin-top: -29px;
    height: 50px;
    width: 110px;
    border-radius: 50%;
    z-index: 4;
  }
  
  #patch {
    position: relative;
    margin-top: -50px;
    z-index: 5;
  }
  
  .fur {
    width: 5px;
    background-color: #948a7c;
    display: inline-block;
  }
  
  .fur:first-of-type {
    margin-left: 40%;
    height: 15px;
    float: left;
  }
  
  .fur:nth-of-type(2) {
    margin-left: 4px;
    height: 5px;
    float: left;
  }
  
  .fur:nth-of-type(3) {
    margin-left: 4px;
    height: 10px;
    float: left;
  }
  
  
  #eyes {
    position: relative;
    margin-top: 30%;
    z-index: 5;
  }
  
  .eye {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #554D44;
    display: inline-block;
  }
  
  #eye-left {
    margin-left: 27%;
  }
  
  #eye-right {
    margin-left: 10%;
  }
  
  .shine {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 2px;
    margin-left: 1px;
  }
  
  #whisk-left {
    display: inline-block;
  }
  
  .whisker {
    height: 3px;
    width: 25px;
    background-color: #8a7c6c;
    margin-bottom: 6px;
  }
  
  #whisk-one {
    transform: rotate(15deg);
  }
  
  #whisk-three {
    transform: rotate(-15deg);
  }
  
  #nose {
    position: absolute;
    margin-left: 15%;
    height: 17px;
    width: 18px;
    background-color: #554D44;
    clip-path: ellipse(40% 22% at 50% 50%);
    display: inline-block;
    z-index: 6;
  }
  
  #whisk-right {
    display: inline-block;
    margin-left: 56px;
  }
  
  #whisk-four {
    transform: rotate(-15deg);
  }
  
  #whisk-six {
    transform: rotate(15deg);
  }
  
  #smile {
    position: relative;
    margin-left: 29%;
    margin-top: -22%;
    z-index: 5;
  }
  
  #smile-left-align {
    display: inline-block;
    position: absolute;
  }
  
  #smile-left {
    height: 10px;
    width: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #63594d;
    border: 2px solid #554D44;
  }
  
  #mask-left {
    margin-top: -58%;
    height: 4px;
    width: 20px;
    background-color: #63594d;
  }
  
  #smile-right-align {
    display: inline-block;
    margin-left: 22px;
    position: absolute;
  }
  
  #smile-right {
    height: 10px;
    width: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #63594d;
    border: 2px solid #554D44;
  }
  
  #mask-right {
    margin-top: -58%;
    height: 4px;
    width: 24px;
    background-color: #63594d;
  }
  
  #tongue {
    position: relative;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 17px;
    width: 15px;
    border-radius: 25px;
    background-color: #FC90A5;
    z-index: 4;
  }
  
  #tummy {
    margin-top: 13%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 60px;
    border-radius: 50px 50px 0 0;
    background-color: #918c86;
  }
  
  #credit {
    position: absolute;
    font-family: sans-serif;
    font-size: 12px;
    color: #B9B9B9;
    margin-top: 70px;
    left: 20px;
  }
  
  a,
  a:visited {
    text-decoration: none;
    color: #FC90A5;
  }
  
  a:focus,
  a:hover {
    color: #DC7E91;
  }
2 Likes

I did a penguin instead of a cat. Screenshot (1037)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="style.css">

</head>
<body>
    
    <div class="penguin">
        <div class="penguin-bottom">
          <div class="right-hand"></div>
          <div class="left-hand"></div>
          <div class="right-feet"></div>
          <div class="left-feet"></div>
        </div>
        <div class="penguin-top">
          <div class="right-cheek"></div>
          <div class="left-cheek"></div>
          <div class="belly"></div>
          <div class="right-eye">
            <div class="sparkle"></div>
          </div>
          <div class="left-eye">
            <div class="sparkle"></div>
          </div>
          <div class="blush-right"></div>
          <div class="blush-left"></div>
          <div class="beak-top"></div>
          <div class="beak-bottom"></div>
        </div>
      </div>
</body>
</html>

  .penguin {

    
    --penguin-skin: black;
    --penguin-belly: white;
    --penguin-beak: orange;
    

    position: relative;
    margin: auto;
    display: block;
    margin-top: 5%;
    width: 300px;
    height: 300px;
  }

  .penguin-top {
    top: 10%;
    left: 25%;
    background: var(--penguin-skin, gray);
    width: 50%;
    height: 45%;
    border-radius: 70% 70% 60% 60%;
  }

  .penguin-bottom {
    top: 40%;
    left: 23.5%;
    background: var(--penguin-skin, gray);
    width: 53%;
    height: 45%;
    border-radius: 70% 70% 100% 100%;
  }

  .right-hand {
    top: 0%;
    left: -5%;
    background: var(--penguin-skin, gray);
    width: 30%;
    height: 60%;
    border-radius: 30% 30% 120% 30%;
    transform: rotate(45deg);
    z-index: -1;
  }

  .left-hand {
    top: 0%;
    left: 75%;
    background: var(--penguin-skin, gray);
    width: 30%;
    height: 60%;
    border-radius: 30% 30% 30% 120%;
    transform: rotate(-45deg);
    z-index: -1;
  }

  .right-cheek {
    top: 15%;
    left: 35%;
    background: var(--penguin-belly, white);
    width: 60%;
    height: 70%;
    border-radius: 70% 70% 60% 60%;
  }

  .left-cheek {
    top: 15%;
    left: 5%;
    background: var(--penguin-belly, white);
    width: 60%;
    height: 70%;
    border-radius: 70% 70% 60% 60%;
  }

  .belly {
    top: 60%;
    left: 2.5%;
    background: var(--penguin-belly, white);
    width: 95%;
    height: 100%;
    border-radius: 120% 120% 100% 100%;
  }

  .right-feet {
    top: 85%;
    left: 60%;
    background: var(--penguin-beak, orange);
    width: 15%;
    height: 30%;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-80deg);
    z-index: -2222;
  }

  .left-feet {
    top: 85%;
    left: 25%;
    background: var(--penguin-beak, orange);
    width: 15%;
    height: 30%;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(80deg);
    z-index: -2222;
  }

  .right-eye {
    top: 45%;
    left: 60%;
    background: black;
    width: 15%;
    height: 17%;
    border-radius: 50%;
  }

  .left-eye {
    top: 45%;
    left: 25%;
    background: black;
    width: 15%;
    height: 17%;
    border-radius: 50%;
  }

  .sparkle {
    top: 25%;
    left: 15%;
    background: white;
    width: 35%;
    height: 35%;
    border-radius: 50%;
  }

  .blush-right {
    top: 65%;
    left: 15%;
    background: pink;
    width: 15%;
    height: 10%;
    border-radius: 50%;
  }

  .blush-left {
    top: 65%;
    left: 70%;
    background: pink;
    width: 15%;
    height: 10%;
    border-radius: 50%;
  }

  .beak-top {
    top: 60%;
    left: 40%;
    background: var(--penguin-beak, orange);
    width: 20%;
    height: 10%;
    border-radius: 50%;
  }

  .beak-bottom {
    top: 65%;
    left: 42%;
    background: var(--penguin-beak, orange);
    width: 16%;
    height: 10%;
    border-radius: 50%;
  }

  body {
    background:#c6faf1;
  }

  .penguin * {
    position: absolute;
  }

3 Likes

The code for my cat:

"index.html
<html>
    <head>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div class ="cat">
            <div class="head">
                <div class="ears">
                     <div class="ear left_ear">
                     <div class="inner_ear_left"></div>
                     </div>
                   <div class="ear right_ear">
                     <div class="inner_ear_right"></div>
                  </div>
                 </div>
            <div id = "face">
                <div class = "eyes">
                    <div class = "eye">
                    <div class=" pupils"></div>
                     </div>   
                <div class = "eye">
                        <div class=" pupils"></div>
                </div>
            </div>
                 <div class="nose"></div>
                <div id="hairs">
                     <div class="hair left top"></div>
                    <div class="hair left middle"></div>
                     <div class="hair left bottom"></div>
                     <div class="hair right top"></div>
                    <div class="hair right middle"></div>
                     <div class="hair right bottom"></div>
                 </div>
           
                 <div class="mouth"></div>
             </div>  
          
        </div>
        
        <div id="body" >
            <div class="leg">
                <div class="leg1"></div>
                <div class="leg2"></div>
                <div class="leg3"></div>
                <div class="leg4"></div>

            </div>
            <div class="tail"></div>
        </div> 
        </div>

       
    </body>
</html>
Style.css
#face{
    background-color: rgb(214, 214, 102);
    width: 200px;
    height: 200px;
    border-radius: 50%; 
    position: absolute;
    left: 100px;
}
#body{
    background-color: rgb(214, 214, 102);
    width: 200px;
    height: 300px;
    border-radius: 35% 35% 40% 40%; 
    top:180px;
    left: 100px;
    position: relative;
   
}
#collar{
    background-color: rgb(8, 8, 8);
    width: 100px;
    height: 30px;
    border-radius: 0 0 0 0; 
   
    left:48px;
    position: relative;

}

.eyes{
    position: relative;
    top: 30px;
    display: flex;
    
}
.eye{
    background-color: rgb(214, 35, 35);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 25px;
    position: relative;
    

}
.pupils{
  
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 10px;
    left: 15px;
    position: absolute;
    
}
.nose{
    background-color: green;
    border-radius: 25% 25% 25% 25%;
    width: 30px;
    height: 30px;
    position: relative;
    left: 40%;
}

#hairs{
    position: relative;
}
  
.hair{
    width: 70px;
    border-top: 2.5px solid black;
    position: absolute;
}
  
.hair.top.left{
    transform-origin: 85px -2px;
    transform: rotate(20deg); 
}
  
.hair.bottom.left{
    transform-origin: 85px -2px;
    transform: rotate(-30deg); 
}
.hair.right{
    left: 120px;
    top: 0px;
}

  
.hair.top.right{
    transform-origin: -15px 2px;
    transform: rotate(20deg); 
}


.hair.bottom.right{
    transform-origin: -15px 2px;
    transform: rotate(-20deg); 
}
.mouth{
    background-color: red;
    border-color: black ;
    border-top: 5px solid;
    border-radius: 90% 45% 90% 45%;
    width: 100px;
    height: 30px;
    top: 15px;
    position: relative;
    left: 25%;

}
.ears{
    position: relative;
    left:100px;
}
.ear{
    border-radius: 90% 0 90% 0;
    background-color: rgb(214, 214, 102);
    height: 100px;
    width: 100px;
    position: absolute;
}
.left_ear{
    transform: scale(1,-1);
    position:absolute;
    

}
.right_ear{
    left: 100px;
    transform: rotate(35deg);
}
.inner_ear_left{
    background-color: black;
   border-radius: 90% 0 90% 0;
    
    left: 11px;
    height: 50px;
    width: 50px;
    position :relative;
    top: 40px;   
    
}
.inner_ear_right{
    background-color: black;
    border-radius: 90% 0 90% 0;
    right: -37px;
    height: 50px;
    width: 50px;
    position :relative;
    top: 13px;   

}

.leg{
    position: relative;
}
.leg1{
    border-radius: 45% 45% 70% 70%;
    background-color: rgb(214, 214, 102);
    height: 150px;
    width: 100px;
    top: 10px;
    
    transform: rotate(-225deg);
    position: absolute;
    border: 1px solid;
}
.leg2{
    border-radius: 40% 40% 40% 40%;
    background-color: rgb(214, 214, 102);
    height: 150px;
    width: 80px;
    top: -20px;
    left: 180px;
    
    position: absolute;
    border: 1px solid;

}
.leg3{
    border-radius: 70% 70% 30% 30%;
    background-color: rgb(214, 214, 102);
    height: 135px;
    width: 100px;
    top: 170px;
    left: 110px;
    transform: rotate(25deg);
    position: absolute;
    border: 1px solid;

}

.leg4{
    border-radius: 70% 70% 30% 30%;
    background-color: rgb(214, 214, 102);
    height: 120px;
    width: 100px;
    top:180px;
    left: -20px;
    position: absolute;
    border: 1px solid;
   

}
.tail{
    border-radius: 78% 20% 70% 20%;
    background-color: rgb(85, 41, 189);
    height: 100px;
    width: 10px;
    top:98px;
    left: -31px;
    transform: rotate(145deg);
    position: absolute;
    border: 1px solid;

}

I created a bear…

index.html

<!DOCTYPE html>
<html lang="de">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Krypto Mayors</title>
    <link rel="stylesheet" href="./style.css">
</head>

<body>
    <div class="lion">
        <div class="head">
            <div class="ears">
                <div class="left ear">
                    <div class="inner-ear inner-ear-left"></div>
                </div>
                <div class="right ear">
                    <div class="inner-ear inner-ear-right"></div>
                </div>
            </div>
            <div class="eyes">
                <div class="eye">
                    <div class="pupils left-pupil">
                        <div class="inner"></div>
                    </div>
                </div>
                <div class="eye">
                    <div class="pupils right-pupil">
                        <div class="inner right"></div>
                    </div>
                </div>
            </div>
            <div class="snout">
                <div class="nose"></div>
                <div class="mouth mouth-left"></div>
                <div class="mouth mouth-right"></div>
            </div>
        </div>
    </div>
</body>

</html>

style.css

.head{
    background-color: rgb(102, 62, 13);
    width: 220px;
    height: 200px;
    border-radius: 70% 70% 60% 60%;
}
.eyes{
    position: relative;
    top: 3rem;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:1rem;
    justify-items: center;
    justify-content: center;
}
.eye{
    background-color: white;
    border-radius: 50%;
    width: 42px;
    height: 40px;
    position: relative;
    border: 1px solid grey;
}
.pupils{
    position: absolute;
    top: 50%;
    transform: translateY(-1rem);
    background-color: black;
    width:2rem;
    height: 2rem;
    border-radius: 50%;
}
.left-pupil{
    right: 0
}
.eye .inner{
    width: .4rem;
    height: .4rem;
    background-color: white;
    margin:.5rem 1.25rem auto auto;
    border-radius:50%;
}
.eye .inner.right{
    margin:.5rem auto auto 1.25rem;
}
.ears{
    position: relative;
}
.ear{
    background-color: rgb(102, 62, 13);
    height: 100px;
    width: 100px;
    position: absolute;
}
.ear.right{
    border-radius: 90% 30% 90% 0;
    right: 0;
}
.ear.left{
    border-radius: 30% 90% 0 90%;
}
.inner-ear{
    background-color: rgb(161, 112, 20);
    width: 40px;
    height: 32px;
    top: .75rem;
    position: absolute;
}
.inner-ear-left{
    border-radius: 80% 90% 80% 70%;
    transform: rotate(0deg);
    left: .625rem;
}
.inner-ear-right{
    border-radius: 90% 80% 70% 80%;
    right: .625rem;
}
.snout{
    background-color: rgb(161, 112, 20);
    width: 120px;
    height: 80px;
    margin: 3.6rem auto auto;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: end;
}
.nose{
    background-color:  black;
    width: 40px;
    height: 40px;
    border-radius: 35% 35% 50% 50%;
    grid-column: span 2;
}
.mouth{
    width:30px;
    height:30px;
    border-bottom: 3px solid black;
    border-radius: 50%;
    align-self: start;
    margin-top:-20px
}

Kitties:
Krypto-Kittiies

Index.html
<html>
    <head>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div class="cat">
            <div class="ears">
                <div class="ear left_ear">
                    <div class="inner_ear left_inner_ear"></div>
                </div>
                <div class="ear right_ear">
                    <div class="inner_ear right_inner_ear"></div>
                </div>
            </div>
            <div class="head">
                <div class="eyes">
                    <div class="eye left_eye" style="left: 34px;">
                        <div class="irus"></div>
                     
                        <div class="reflection_1"></div>
                        <div class="reflection_2"></div>
                    </div>
                    <div class="eye right_eye" style="left: 90px;">
                        <div class="irus"></div>
               
                        <div class="reflection_1"></div>
                        <div class="reflection_2"></div>
                    </div>
                </div>
                <div class="snout"></div>
                <div class="nose"></div>
                <div class="mouth-left"></div>
                <div class="mouth-right"></div>
                <div class="forehead_markings_middle"></div>
                <div class="forehead_markings_left"></div>
                <div class="forehead_markings_right"></div>
                <div class="whisker whisker_mid_left"></div>
                <div class="whisker whisker_top_left"></div>
                <div class="whisker whisker_bottom_left"></div>
                <div class="whisker whisker_mid_right"></div>
                <div class="whisker whisker_top_right"></div>
                <div class="whisker whisker_bottom_right"></div>
                <div class="chest"></div>
                <div class="stomach"></div>
                <div class="paw_front_left">
                    <div class="paw_stripe"></div>
                    <div class="paw_stripe bottom_stripe"></div>
                </div>
                <div class="paw_front_right">
                    <div class="paw_stripe"></div>
                    <div class="paw_stripe bottom_stripe"></div>
                </div>
                <div class="paw_back_right"></div>
                <div class="paw_back_left"></div>
                <div class="tail">
                    <div class="tail_markings top_marking"></div>
                    <div class="tail_markings bottom_marking"></div>

                </div>

                
            </div>


        </div>
        
    </body>
</html>
style.css
.head {
    background: rgb(146 132 102);
    top: 25;
    width: 225;
    height: 175px;
    border: 6px solid transparent;
    border-radius: 50%;
    position: relative;
}
.eyes{
    top: 30px;
    display: flex;
}
.eye{
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    top: 70px;
    margin-left: 9px;
}


.irus{
    background-color: #5c976b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 3px;
}
.pupils{
    background-color: #18331d;
    width: 15px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 12px;
}
.reflection_1{
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 9px;
}
.reflection_2{
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 8px;
}
.ears{
    position: relative;
}
.ear{
    background-color: rgb(146 132 102);
    width: 100px;
    height: 100px;
    position: absolute;
}
.left_ear{
    border-radius: 10px 134px 10px 11px;
    left: 11px;
}
.right_ear{
    border-radius: 88px 10px 10px 10px;
    left: 126px;
}
.inner_ear{
    background-color: rgb(214 194 162);
    width: 53px;
    height: 98px;
    position: absolute;
}
.left_inner_ear{
    border-radius: 6px 462px 186px 281px;
    top: 13px;
    left: 7px;
    transform: rotate(4deg);
}
.right_inner_ear{
    border-radius: 288px 6px 43px 1px;
    left: 39px;
    top: 14px;
    transform: rotate(356deg);
}

.snout{
    background: #fff3e0;
    width: 150px;
    height: 73px;
    margin-top: 62px;
    margin-left: 39px;
    border-radius: 55% 55% 60% 60%;
}
.nose {
    position: absolute;
    top: 105;
    left: 100px;
    width: 0;
    height: 0;
    border-right: 12px solid rgba(255, 255, 255, 0);
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-top: 12px solid #e57373;
    border-radius: 40%;
    z-index: 100;
}
.mouth-left, .mouth-right {
    position: absolute;
    top: 107px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid #373737;
    border-right: 3px solid rgba(255, 255, 255, 0);
    border-top: 3px solid rgba(255, 255, 255, 0);
    transform: rotate(-45deg);
}
.mouth-left {
    left: 91px;
}
.mouth-right {
    left: 111px;
}
.forehead_markings_middle{
    position: absolute;
    left: 105px;
    height: 48px;
    top: -5px;
    width: 14px;
    background: rgb(214 194 162);
    border-radius: 10% 10% 50% 50%;
}
.forehead_markings_left{
    position: absolute;
    top: -3px;
    width: 14px;
    height: 35px;
    background: rgb(214 194 162);
    left: 85px;
    border-radius: 50% 20% 50% 50%;
    transform: rotate(-15deg);
}
.forehead_markings_right{
    position: absolute;
    top: -3px;
    width: 14px;
    height: 35px;
    background: rgb(214 194 162);
    left: 125px;
    border-radius: 20% 50% 50% 50%;
    transform: rotate(15deg);
}
.whisker_mid_left{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 111px;
    left: -10px;
}
.whisker_top_left{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 98px;
    left: -10px;
    transform: rotate(12deg);
}
.whisker_bottom_left{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 123px;
    left: -9px;
    transform: rotate(347deg);
}
.whisker_mid_right{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 111px;
    left: 204px;
}
.whisker_top_right{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 98px;
    left: 204px;
    transform: rotate(347deg);
}
.whisker_bottom_right{
    position: absolute;
    width: 32px;
    height: 5px;
    background: #373737;
    top: 123px;
    left: 204px;
    transform: rotate(12deg);
}

.chest {
    position: absolute;
    left: 46px;
    top: 142px;
    width: 127px;
    height: 120px;
    background:rgb(146 132 102);
    border: 5px solid transparent;
    border-radius: 50% 50% 40% 40%;
    z-index: -1;
}
.stomach{
    position: absolute;
    top: 232px;
    left: 64px;
    width: 102px;
    height: 35px;
    border-radius: 50%;
    background: #fff3e0;
    z-index: 4;
}
.paw_front_left, .paw_front_right {
    position: absolute;
    top: 225px;
    width: 32px;
    height: 54px;
    background: rgb(146 132 102);
    z-index: 5;
}
.paw_front_left{
    left: 75px;
    border-radius: 0 0 45% 35%;
}
.paw_front_right{
    left: 125px;
    border-radius: 0 0 35% 45%;
}
.paw_stripe{
    background: rgb(214 194 162);
    width: 32px;
    height: 8px;
    position: absolute;
    top: 6px;
}
.bottom_stripe{
    top: 20px;
}
.paw_back_right {
    position: absolute;
    top: 232px;
    left: 148px;
    width: 35px;
    height: 32px;
    background: rgb(146 132 102);
    border-radius: 45%;
    border: 5px solid transparent;
    z-index: -2;
}
.paw_back_left {
    position: absolute;
    top: 232px;
    left: 37px;
    width: 35px;
    height: 32px;
    background: rgb(146 132 102);
    border-radius: 45%;
    border: 5px solid transparent;
    z-index: -2;
}
.tail {
    position: absolute;
    top: 187px;
    left: 143px;
    width: 90px;
    height: 23px;
    background: rgb(146 132 102);
    border: 5px solid transparent;
    border-radius: 45%;
    z-index: -5;
    transform: rotate(-45deg);
}
.tail_markings{
    background: rgb(214 194 162);
    position: relative;
}
.top_marking{
    width: 7px;
    height: 33px;
    top: -5px;
    left: 52px;
}
.bottom_marking{
    width: 7px;
    height: 33px;
    top: -38px;
    left: 39px;
}

4 Likes

very nice bro these look very professional

1 Like

and cute lol hahahahaha

1 Like

Thank you!I
Good assignment for getting more familiar with css, although it seems to be just the tip of the iceberg.

1 Like

html…

<html>
  <head>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="cat">
      <div class="ears">
        <div class="ear left_ear"><div class="inner_ear"></div></div>
        <div class="ear right_ear"><div class="inner_ear"></div></div>
      </div>
      <div id="catbody">
        <div class="eyes">
          <div class="eye"><div class="pupils"></div></div>          
          <div class="eye"><div class="pupils"></div></div>
        </div>
        <div class="mouth">
          <hr class="mouth_hr mouth_hr_1" />
          <hr class="mouth_hr mouth_hr_2" />
        </div>
      </div>
    </div>
  </body>
</html>

css…

.cat {
  margin: 20px 9px;
}

#catbody {
  background-color: rgb(203, 203, 25);
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.eyes {
  position: relative;
  top: 30px;
  display: flex;
}
.eye {
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 25px;
  position: relative;
}
.pupils {
  background-color: black;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ears {
  position: relative;
  z-index: -1;
}
.ear {
  border-radius: 90% 0 90% 0;
  background-color: rgb(203, 203, 25);
  height: 100px;
  width: 100px;
  position: absolute;
}
.left_ear {
  transform: scale(1,-1) rotate(25deg);
  left: 0;
}
.right_ear {
  transform: rotate(-35deg);
  left: 100px;
}
.inner_ear {
  border-radius: 90% 0 90% 0;
  height: 70px;
  width: 70px;
  position: inherit;
  background-color: brown;
  margin: 10px;
  padding: 5px;

}

.mouth {
  position: relative;
  bottom: -25px;
  left: auto;
}
.mouth_hr {
  border-style: none;
  background-color: green;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 87px;
  top: 5px;
}
.mouth_hr_1 {
  transform: rotate(-25deg);
}
.mouth_hr_2 {
  transform: rotate(25deg);
}

shows as…
afbeelding

1 Like

Been a while programming with HTML and CSS, but I found it really interesting.
The only problem I got is positioning each class right, i.e. I wanted to make the inner paw pink, but then the inner paw is also on the chest. If you’re interested what I mean, I can send the code.
Anyhow…

Here’s my code. It’s too basic IMO, but it meets my satisfaction.

HTML:

<html>
    <head>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div id="cat">
            <div class="face">
                <div class="ears">
                    <div class="ear left_ear"></div>
                    <div class="ear right_ear"></div>
                </div>
                <div class="eyebrows">
                    <div class="eyebrow left_eyebrow"></div>
                    <div class="eyebrow right_eyebrow"></div>
                </div>
                <div class="mouth"></div>
                <div id="body">
                    <div class="eyes">
                        <div class="eye">
                            <div class="pupils"></div>
                        </div>
                        <div class="eye">
                            <div class="pupils"></div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="chest">
                <div class="hands">
                    <div class="hand left_hand"></div>
                    <div class="hand right_hand">
                    </div>
                </div>
                <div class="nipples">
                    <div class="nipple left_nipple"></div>
                    <div class="nipple right_nipple"></div>
                </div>
            </div>
            <div class="paws">
                <div class="paw left_paw"></div>
                <div class="paw right_paw"></div>                
            </div>
        </div>
    </body>
</html>

My CSS code:

#body{
    background-color: rgb(255, 234, 163);
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.eyes{
    position: relative;
    top: 30px;
    display: flex;
}
.eye{
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 25px;
    position: relative;
}
.eyebrows{
    position: relative;
    top: 10px;
    display: flex;
}
.eyebrow{
    background-color: black;
    width: 49px;
    height: 3px;
    top: 41px;
    display: absolute;

}
.left_eyebrow{
    position: relative;
    left: 27px;
    transform: scale(1, +1);
    transform: rotate(10deg);
}
.right_eyebrow{
    position: relative;
    transform: scale(1,-1);
    left: 77px;
    transform: rotate(-10deg);
}
.pupils{
    background-color: black;
    width:30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.ears{
    position: relative;
}
.ear{
    border-radius: 90% 0;
    background-color: rgb(255, 234, 163);
    height: 100px;
    width: 100px;
    position: absolute;
}
.left_ear{
    transform: scale(1,-1);
    left: 0;   
}
.right_ear{ 
    left: 100px;
}
.mouth{
    position: absolute;
    background-color: black;
    width: 105px;
    height: 15px;
    top: 135px;
    left: 56px;
    border-radius: 90% 90% 0 0;
}
.chest{
    background-color: rgb(255, 234, 163);
    border-radius: 25%;
    width: 125px;
    height: 200px;
    margin-left: 40px;
    margin-top: -20px;
}
.hands{
    position: relative;
    top: 15px;
}
.hand{
    border-radius: 80% 15%;
    background-color: rgb(255, 234, 163);
    height: 100px;
    width: 80px;
    position: absolute;
}
.left_hand{
    transform: rotate(75deg);
    left: -25px;   
}
.right_hand{ 
    transform: rotate(31deg);
    left: 72px;
}

.paws{
    position: relative;
    top: -60px;
}
.paw{
    border-radius: 90% 20%;
    background-color: rgb(255, 234, 163);
    height: 100px;
    width: 100px;
    position: absolute;
}
.left_paw{
    transform: scale(1,+1);
    left: 0;   
}
.right_paw{ 
    transform: scale(1,-1);
    left: 100px;
}
.nails{
    background-color: black;
    width: 3px;
    height: 6px;
    position: relative;

}
.nipples{
    position: relative;
}
.nipple{
    position: relative;
    border-radius: 100%;
    top: 55px;
    left: 75px;
    width: 10px;
    height: 10px;
    margin-left: 18px;
    background-color: pink;
}
.left_nipple{
    position: absolute;
}
.right_nipple{
    left: 0px;
    position: absolute;
}
1 Like

drawing is always for me an horrible experien also with this cat , I trying use React.

import { Container,Box,Text } from '@chakra-ui/react'
import React,{useState} from 'react'
import styled from 'styled-components'


export default function GeneratorNFT() {

    const [color1,setColor1] = useState(250);
    const [color2,setColor2] = useState(160);
    const [color3,setColor3] = useState(125);



        const Body = styled.div`
            background-color: rgb(${color1}, ${color2}, ${color3});
            height: 200px;
            width: 180px;
            border-radius: 50%
        `
        const Eyes = styled.div`
                position: relative;
                top: 17px;
                display: flex;
                left: 14px;
        `
        const Eye = styled.div`
            background-color: white;
            border-radius: 50%;
            height:40px;
            width: 40px;
            margin: 18px;
            
            
        `
        const Pupils = styled.div`
                background-color: black;
                border-radius: 50%;
                height: 20px;
                width: 20px;
                top: 100px;
                left: 52px;
        `

        const Ears = styled.div`
              position:relative;
        `
        const Ears_left = styled.div`
                background-color: rgb(${color1}, ${color2}, ${color3});
                border-radius: 90% 0px 90% 0px;
                height: 100px;
                width: 100px;
                position: absolute;
                transform: scale(1.1) rotate(171deg) translate(-3px,15px) skew(7deg,10deg);


        `
        const Ears_right = styled.div`
                 background-color: rgb(${color1}, ${color2}, ${color3});
                border-radius: 90% 0px 90% 0px;
                height: 100px;
                width: 100px;
                position: absolute;
                transform: scale(1.1) rotate(100deg) translate(-7px,87px) skew(9deg,10deg);
        `

        const Nose = styled.div`
            position:relative;
            background-color: black;
            border-radius: 50%;
            height: 32px;
            width: 49px;
            margin-left: 65px;
     
        `


    return (
        <Box maxW='sm' borderWidth='1px' borderRadius='lg' overflow='hidden'>
    <Container className='Cat' centerContent marginTop={100}>
        <Ears>
            <Ears_left></Ears_left>
            <Ears_right></Ears_right>
        </Ears>
        <Body>
            <Eyes>
                <Eye>
                    <Pupils></Pupils>
                </Eye>
                <Eye>
                    <Pupils></Pupils>
                </Eye>
            </Eyes>
            <Nose></Nose>
        </Body>
    </Container>
    <Text fontSize='4xl'> Monster Cat's</Text>
    <Text fontSize='xl'>Power: insert value next</Text>
    <Text fontSize='xl'>Durability: inserv value next</Text>
    </Box>
  )
}

1 Like

Hello, Coder Kitty here. I did get some help.

HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Coder Kitty Animation</title>
    <!-- Stylesheet -->
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="container">
      <div class="kitty">
        <div class="face">
          <div class="ear"></div>
          <div class="eye"></div>
          <div class="mouth">
            <div class="nose"></div>
            <div class="whisker-1"></div>
            <div class="whisker-2"></div>
          </div>
          <div class="body">
            <div class="hand">
              <div class="hand-l"></div>
              <div class="hand-r"></div>
            </div>
          </div>
          <div class="tail"></div>
        </div>
        <div class="laptop">
          <div class="logo"></div>
        </div>
      </div>
    </div>
  </body>
</html>

CSS Code

body {
    padding: 0;
    margin: 0;
    background-color: #6666cc;
  }
  .container {
    background-color: #ffffff;
    width: 350px;
    height: 350px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(10, 10, 49, 0.15);
  }
  .kitty {
    position: absolute;
  }
  .face {
    position: absolute;
    background-color: #6666cc;
    height: 80px;
    width: 150px;
    border-radius: 100px;
    top: 110px;
    left: 82px;
  }
  .ear {
    position: absolute;
    background-color: #333399;
    height: 23px;
    width: 22px;
    border-radius: 10px 30px 0 0;
    top: -23px;
    left: 60px;
    box-shadow: 21px 0 #333399;
  }
  .eye {
    background-color: #330033;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 20px;
    left: 70px;
    border-radius: 50%;
    box-shadow: 18px 0 #330033;
  }
  @keyframes blink {
    0% {
      transform: scaleY(0.3);
    }
    4% {
      transform: scaleY(0.3);
    }
    5% {
      transform: scaleY(1);
    }
  }
  .mouth {
    background-color: #ffffff;
    width: 47px;
    height: 15px;
    position: absolute;
    top: 45px;
    left: 65px;
    border-radius: 20px;
  }
  .mouth:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    height: 25px;
    width: 25px;
    left: -2px;
    border-radius: 50%;
    box-shadow: 27px 0 #ffffff;
  }
  .nose {
    position: absolute;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ff9999;
    top: 0;
    left: 12px;
  }
  .whisker-1 {
    background-color: #330033;
    height: 1.2px;
    width: 25px;
    position: absolute;
    bottom: 3px;
    right: 40px;
  }
  .whisker-1:before,
  .whisker-1:after {
    content: "";
    position: absolute;
    background-color: #330033;
    height: 1.2px;
    width: 20px;
    right: 0;
  }
  .whisker-1:before {
    bottom: 8px;
    transform: rotate(7deg);
  }
  .whisker-1:after {
    bottom: -8px;
    transform: rotate(-7deg);
  }
  .whisker-2 {
    background-color: #330033;
    height: 1.2px;
    width: 25px;
    position: absolute;
    bottom: 3px;
    z-index: 1px;
    left: 40px;
  }
  .whisker-2:before,
  .whisker-2:after {
    position: absolute;
    content: "";
    background-color: #330033;
    height: 1.2px;
    width: 20px;
    left: 0;
  }
  .whisker-2:before {
    bottom: 8px;
    transform: rotate(-7deg);
  }
  .whisker-2:after {
    bottom: -8px;
    transform: rotate(7deg);
  }
  .body {
    position: absolute;
    height: 0;
    width: 115px;
    border-bottom: 110px solid #6666cc;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: 70px;
    left: -10px;
  }
  .hand {
    height: 50px;
    position: absolute;
  }
  .hand-l {
    position: relative;
    background-color: #ffffff;
    height: 29px;
    width: 22px;
    border-radius: 10px;
    left: 45px;
    top: 30px;
  
  }
  @keyframes type-1 {
    50% {
      transform: translateY(50px);
      height: 18px;
    }
  }
  .hand-r {
    position: relative;
    background-color: #ffffff;
    height: 18px;
    width: 22px;
    border-radius: 10px;
    left: 85px;
    top: 48px;
    
  }
  @keyframes type-2 {
    50% {
      transform: translateY(-40px);
      height: 29px;
    }
  }
  .tail {
    height: 22px;
    width: 50px;
    background-color: #333399;
    position: absolute;
    left: -15px;
    top: 165px;
    border-radius: 22px;
  }
  .laptop {
    position: absolute;
    background-color: #333399;
    height: 15px;
    width: 120px;
    border-radius: 15px;
    top: 280px;
    left: 195px;
  }
  .laptop:before {
    position: absolute;
    content: "";
    background-color: #330033;
    height: 15px;
    width: 100px;
    border-radius: 15px;
    top: 0;
    right: 80px;
  }
  .laptop:after {
    position: absolute;
    content: "";
    background-color: #330033;
    height: 80px;
    width: 110px;
    bottom: 14px;
    left: 10px;
    border-radius: 5px;
    transform: skew(-10deg);
  }
  .logo {
    position: absolute;
    background-color: #6666cc;
    height: 18px;
    width: 35px;
    border-radius: 20px;
    top: -40px;
    left: 50px;
    z-index: 1;
  }
  
3 Likes

hahaahhaha i like this one this is a unique take

1 Like

I’m actually versed with Adobe products for graphic designs. So, forgive me, I will skip this one portion. Blessings, Andrew

Here is my NFT smoking cat!!

Guys, can someone tell me how to paste my cat here please? Thanks

HTML

<html lang="en">
<head>
    <title>Smoking cat</title>
    <link rel="stylesheet" href="style.css">
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>

    <div class="cat">
        <div class="ears">
            <div class="ear left_ear"></div>
            <div class="ear right_ear"></div>
            <div class="ear innerleft_ear"></div>
            <div class="ear innerright_ear"></div>
        </div>
        <div id="body_face">
            <div class="hair"></div>
                <div class="hair_strand1"></div>
                <div class="hair_strand2"></div>
                <div class="hair_starnd3"></div>
                <div class="hair_starnd4"></div>
                <div class="hair_strand5"></div>
            

                <div class="speech_bubble">
                     <p>oops! I think i just got caught smoking!! </p>
                    <div class="bubble1"></div>
                    <div class="bubble2"></div>
                    <div class="bubble3"></div>
                </div>


                <div class="eyes">
                    <div class="eye">
                    <div class="pupils"></div>
                </div>
        
                <div class="eye">
                    <div class="pupils"></div>
                </div>
                    <div class="nose"></div>
                        <div class="nose_line"></div>
                        <div class="whiskers_right1"></div>
                        <div class="whiskers_right2"></div>
                        <div class="whiskers_right3"></div>
                        <div class="whiskers_left1"></div>
                        <div class="whiskers_left2"></div>
                        <div class="whiskers_left3"></div>
                    </div>

                <div class="mouth"></div>
                    <div class="cigar"></div>
                    <div class="cigar_tip"></div>
                    <div class="smoke"></div>
                      

                
                <div class="body">
                    <div class="paw">
                        <div class="paw_1"></div>
                        <div class="paw_2"></div>
                        <div class="paw_3"></div>
                        <div class="paw_4"></div>
                        <div class="claw_right_paw1"></div>
                        <div class="claw_right_paw2"></div>
                        <div class="claw_right_paw3"></div>
                        <div class="claw_left_paw1"></div>
                        <div class="claw_left_paw2"></div>
                        <div class="claw_left_paw3"></div>
                        <div class="tail"></div>
                    </div>
                    </div>
                </div>
            </div>
        </div>
        </div>
    </div>
</body>

</html>


**CSS**

p {

color: yellow;

text-align: center;

}

#body_face {

background-color: rgb(43, 220, 226);

width: 200px;

height: 200px;

border-radius: 50%;

}

.hair {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 137px;

transform: rotate(120deg);

}

.hair_strand1 {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 127px;

transform: rotate(120deg);

}

.hair_strand2 {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 117px;

transform: rotate(120deg);

}

.hair_starnd3 {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 97px;

transform: rotate(230deg);

}

.hair_starnd4 {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 87px;

transform: rotate(230deg);

}

.hair_strand5 {

border-radius: 200% 0% 200% 0%;

background-color: gray;

width: 5px;

height: 30px;

position: absolute;

top: 5px;

left: 77px;

transform: rotate(230deg);

}

/* position: flex = positioned normal */

/* top:30px = 30px from the top */

/* display: flex = in a row form */

.eyes {

position: relative;

top: 30px;

display: flex;

}

/* width and height can be adjusted to any suited shape */

/* position: relative positions elements to it’s normal position. Top, bottom, left, right can now be applied. */

/* margin:25 spaces out the eyes */

.eye {

background-color: white;

border-radius: 50px;

width: 45px;    

height:45px;

margin: 25px;

position: relative;

}

/* position absolute = relative to the parent. Adjust using’top’ and ‘left’ */

.pupils {

background-color: black;

width: 40px;

height: 40px;

border-radius: 50%;

position: absolute;

top: 5px;

left:5px;

}

/*.ears is the container for both of the ears */

.ears {

position: relative;

}

/* position absolute is positioned to it’s nearest ancestor */

.ear {

border-radius: 90% 0% 90% 0%;

background-color: rgb(43, 220, 226);

width: 100px;

height: 100px;

position: absolute;

}

/* transform: scale(1,-1) flips an object */

.left_ear {

transform: scale(1,-1) rotate(0deg);

left: 0;

}

.innerleft_ear {

transform: scale(1,-1) rotate(0deg);

left:0;

border-radius: 100% 0% 100% 0%;

background-color: azure;

width: 50px;

height: 40px;

position:absolute;

}

.right_ear {

left: 100px;

}

.innerright_ear {

left: 150px;

border-radius: 100% 0% 100% 0;

background-color: azure;

width: 50px;

height: 40px;

position: absolute;

}

.nose {

background-color: black;

width: 10px;

height: 10px;

border-radius: 30%;

position: absolute;

top: 80px;

left: 46%;

}

.nose_line {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 2px;

height: 20px;

position: absolute;

top: 90px;

left: 48%;

transform: rotate(175deg);

}

.whiskers_right1 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 80px;

left: 120px;

transform: rotate(120deg);

}

.whiskers_right2 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 60px;

left: 130px;

transform: rotate(80deg);

}

.whiskers_right3 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 70px;

left: 130px;

transform: rotate(90deg);

}

.whiskers_left1 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 85px;

right: 126px;

transform: scale(1,-1) rotate(-50deg);

}

.whiskers_left2 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 70px;

right: 135px;

transform: scale(1,-1) rotate(-94deg);

}

.whiskers_left3 {

border-radius: 200% 0% 200% 0%;

background-color: rgb(224, 212, 212);

width: 5px;

height: 50px;

position: absolute;

top: 60px;

right: 135px;

transform: scale(1,-1) rotate(-105deg);

}

.mouth {

background-color: gray;

width: 30px;

height: 10px;

border-radius: 30%;

position: absolute;

top: 145px;

left: 90px;

}

.cigar {

border-radius: 200% 0% 200% 0%;

background-color: rgb(18, 27, 1);

width: 10px;

height: 35px;

position: absolute;

top: 148px;

left: 118px;

transform: scale(1,-1) rotate(200deg);

}

.cigar_tip {

border-radius: 205% 0% 200% 0%;

background-color: red;

width: 6px;

height: 5px;

position: absolute;

top: 177px;

left: 129px;

transform: scale(1,-1) rotate(160deg);

}

.speech_bubble {

width: 150px;

height: 75px;

border-radius: 25%;

background-color: black;

position: absolute;

top: 15px;

left: 350px;

}

.bubble1 {

width: 10px;

height: 10px;

border-radius: 50%;

background-color: black;

position: absolute;

top: 55px;

right: 270px;

}

.bubble2 {

width: 20px;

height: 20px;

border-radius: 50%;

background-color: black;

position: absolute;

top: 40px;

right: 230px;

}

.bubble3 {

width: 30px;

height: 30px;

border-radius: 50%;

background-color: black;

position: absolute;

top: 25px;

right: 180px;

}

.body {

width: 400px;

height: 250px;

background-color:rgb(43, 220, 226);

border-radius: 50%;

}

.paw_1 {

width: 50px;

height: 30px;

border-radius: 50%;

background-color: azure;

position: absolute;

top: 277px;

left: 32px;

transform: rotate(40deg);

}

.paw_2 {

width: 50px;

height: 30px;

border-radius: 50%;

background-color: azure;

position: absolute;

top: 305px;

left: 80px;

transform: rotate(25deg);

}

.claw_right_paw1 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 315px;

left: 83px;

}

.claw_right_paw2 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 324px;

left: 92px;

}

.claw_right_paw3 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 330px;

left: 103px;

}

.claw_left_paw1 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 287px;

left: 38px;

}

.claw_left_paw2 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 304px;

left: 55px;

}

.claw_left_paw3 {

border-radius: 200% 0% 200% 0%;

background-color: black;

width: 5px;

height: 5px;

position: absolute;

top: 295px;

left: 45px;

}

.tail {

border-radius: 100% 0% 200% 0%;

background-color: rgb(43, 220, 226);

width: 25px;

height: 230px;

position: absolute;

top: 190px;

left: 400px;

transform: rotate(-94deg);
1 Like