Economy, asked by sourabhmeena5555, 24 days ago

8 सूचकांकों की कोई दो विशेषताएं लिखिये।fggv​

Answers

Answered by saharshkhalokar935
0

Answer:

Explanation:

DOCTYPE html > < html lang="en" > < head > < title > Koala < /title > < /head > < body > < div class="character" > < div class="head" > < div class="ear ear-left" > < /div > < div class="ear ear-rigth" > < /div > < div class="eyes" > < /div > < div class="nose" > < /div > < div class="lip" > < /div > < /div > < div class="body" > < div class="hand hand-right" > < /div > < div class="hand hand-left" > < /div > < /div > < /div > < style > body { display: flex; justify-content: center; padding-top: 150px; } .character { position: relative; } .character .head { height: 125px; width: 155px; background: #94e1fd; border-radius: 80px 89px 55px 55px; position: relative; border: 4px solid black; top: 6px; } .character .head:after { content: ""; position: absolute; bottom: -43%; width: 40px; height: 50px; background: white; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; left: 42%; } .ear { width: 78px; height: 78px; background: white; border-radius: 38% 62% 57% 43% / 45% 48% 52% 55%; border: 4px solid black; position: absolute; } .ear-left { top: -24%; left: -24%; border-bottom-color: #94e1fd; transform: rotate(-49deg); box-shadow: inset 6px 20px 0px 12px #94e1fd,

Similar questions