Computer Science, asked by suryak1983, 1 year ago

Turtle look like a ___________

Answers

Answered by Anonymous
3

Turtle look like a shell✌️</p><p></p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;title&gt;Page Title&lt;/title&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p>    &lt;div class="plate"&gt;&lt;/div&gt;</p><p>        &lt;div class="coup"&gt;</p><p>                &lt;ul&gt;</p><p>            &lt;li&gt;&lt;/li&gt;</p><p>            &lt;li&gt;&lt;/li&gt;</p><p>            &lt;li&gt;&lt;/li&gt;</p><p>            &lt;li&gt;&lt;/li&gt;</p><p>            &lt;li&gt;&lt;/li&gt;</p><p>        &lt;/ul&gt;</p><p>        &lt;/div&gt;</p><p>        &lt;div class="fill"&gt;&lt;/div&gt;</p><p>           &lt;div class="handel"&gt;&lt;/div&gt;</p><p>                 </p><p>            &lt;div class="star"&gt;</p><p>                &lt;svg width="200" height="200"&gt;</p><p>                    &lt;polyline points="100, 10 40, 198 190, 78 10, 78 160, 198" /&gt;</p><p>                          </p><p>            &lt;div class="star_2"&gt;</p><p>                &lt;svg width="400" height="400"&gt;</p><p>                    &lt;polyline points="100, 10 40, 198 190, 78 10, 78 160, 198" /&gt;</p><p>                &lt;/svg&gt;</p><p>                      </p><p>            &lt;div class="star_3"&gt;</p><p>                &lt;svg width="200" height="200"&gt;</p><p>                    &lt;polyline points="100, 10 40, 198 190, 78 10, 78 160, 198" /&gt;</p><p>                &lt;/svg&gt;</p><p>            &lt;/div&gt;</p><p>          &lt;div class=""&gt;&lt;/div&gt;</p><p>            &lt;/div&gt;</p><p>                &lt;/svg&gt;</p><p>            &lt;/div&gt;</p><p>    &lt;/body&gt;</p><p></p><p>&lt;style&gt;</p><p>body {</p><p>    margin:0;</p><p>    padding:0;</p><p>    background-color:orange;</p><p>}</p><p>.coup{</p><p>    position:absolute ;</p><p>    top:105px;</p><p>    left:130px;</p><p>    width:90px;</p><p>    height:90px;</p><p>    border-radius:10px 10px 70px 70px;</p><p>    border:7px solid white;</p><p>    border-top-style:none;</p><p>}</p><p>.handel{</p><p>    position:absolute ;</p><p>    top:115px;</p><p>    left:228px;</p><p>    width:30px;</p><p>    height:35px;</p><p>    border:7px solid white;</p><p>    border-radius:0px 40px 40px 0px;</p><p>}</p><p>.plate{</p><p>    position:absolute ;</p><p>    top:210px;</p><p>    left:110px;</p><p>    height:35px;</p><p>    width:150px;</p><p>    background-color:white;</p><p>    border-radius:4px 4px 30px 30px ;</p><p>}</p><p>.fill{</p><p>    position:absolute ;</p><p>    width:89px;</p><p>    height:70px;</p><p>    top:126px;</p><p>    left:138px;</p><p>    background-color:brown;</p><p>    border-radius:5px 5px 70px 70px;</p><p>}</p><p>.star {</p><p></p><p>    position: absolute;</p><p></p><p>    top: 68px; left:60px ;</p><p></p><p>    display: inline-block;</p><p></p><p>    border-radius: 100%;</p><p></p><p>    width: 20px;</p><p></p><p>    height: 20px;</p><p></p><p>    text-align: center;</p><p></p><p>    opacity: 1;</p><p></p><p>}</p><p></p><p>.star svg {</p><p></p><p>    position: absolute;</p><p></p><p>    top: 55px;</p><p></p><p>    left: 75px;</p><p></p><p>    transform: translateX(-50%) scale(.09);</p><p></p><p>    fill: skyblue;</p><p></p><p>}</p><p>.star_2 {</p><p></p><p>    position: absolute;</p><p></p><p>    top: 39px; left:60px ;</p><p></p><p>    display: inline-block;</p><p></p><p>    border-radius: 100%;</p><p></p><p>    width: 20px;</p><p></p><p>    height: 20px;</p><p></p><p>    text-align: center;</p><p></p><p>    opacity: 1;</p><p></p><p>}</p><p></p><p>.star_2 svg {</p><p></p><p>    position: absolute;</p><p></p><p>    top: -75px;</p><p></p><p>    left: 75px;</p><p></p><p>    transform: translateX(-50%) scale(.09);</p><p></p><p>    fill: skyblue;</p><p></p><p>}</p><p>.star_3 {</p><p></p><p>    position: absolute;</p><p></p><p>    top: 24px; left:45px ;</p><p></p><p>    display: inline-block;</p><p></p><p>    border-radius:100%;</p><p></p><p>    width: 50px;</p><p></p><p>    height: 50px;</p><p></p><p>    text-align: center;</p><p></p><p>    opacity: 1;</p><p></p><p>}</p><p></p><p>.star_3 svg {</p><p></p><p>    position: absolute;</p><p></p><p>    top: -8px;</p><p></p><p>    left:30 px;</p><p></p><p>    transform: translateX(-50%) scale(.09);</p><p></p><p>    fill: skyblue;</p><p></p><p>}</p><p>ul{</p><p>    margin:0;</p><p>    padding:0;</p><p>    top:-30px;</p><p>    position:absolute ;</p><p>    transform:translateY (10px);</p><p>    width:100%;</p><p>    left:3px;</p><p>}</p><p>ul li{</p><p>     background:lightgrey;</p><p>    display:inline-block ;</p><p>    list-style-type:none;</p><p>    width:3px;</p><p>    height:30px;</p><p>    margin:5px;</p><p>    animation:animate 2s infinite;</p><p>}</p><p>@keyframes animate {</p><p>    0%{</p><p>        transform:scaleY  (1.1); </p><p>        filter:blur(1px);</p><p>    }</p><p>    50%{</p><p>        transform:scaleY  (1.5);</p><p>        filter:blur(3px);</p><p>        }</p><p>    100%{</p><p>        transform:scaleY  (2);</p><p>        filter:blur(5px);</p><p>       </p><p>    }</p><p>}</p><p>ul li:nth-child(1){</p><p>    animation-delay:0.4s;</p><p>}</p><p>ul li:nth-child(2){</p><p>    animation-delay:0.8s;</p><p>}</p><p>ul li:nth-child(3){</p><p>    animation-delay:1.2s;</p><p>}</p><p>ul li:nth-child(4){</p><p>    animation-delay:1.6s;</p><p>}</p><p>ul li:nth-child(5){</p><p>    animation-delay:2s;</p><p>}</p><p>&lt;/style </p><p>&lt;/html&gt;</p><p></p><p>

☺️Hope..it...Helps☺️

Answered by KamaliniK
0

Answer:

shellfish

their legs are pulled inside a shell and so are the shellfish legs

Similar questions