Uus, ne is
15 - 7 za
fat
sour
big
minute
scared
thick
strong kind high
As we walked through the dense forest, we saw a plump bird eating some bitter
fruit that grew on a tall tree. My brother Rohan, a sturdy lad, threw a tiny pebble at
the bird. The frightened bird flew to a gigantic bush for his safety. We tried to be
generous by saving the bird.
D. Replace each of the underlined adjectives with the one from the box.
Answers
write "tex" instead of "tx"
[tx]<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>body {
margin:0;
padding:0;
}
.j{
height:35vh;
width:100vw;
font-size:50px;
color:#FF0000;
background-color:#55AAFF;
text-shadow:5px 5px 1px #5588FF ;
}
img{
width:200px;
}
.spiderman{
width:100vw;
height:70vh;
position:relative;
background-color:#55AAFF;
}
.head{
width:70px;
height:70px;
background-color:red;
border-radius:20px 20px 28px 28px;
position:relative ;
left:140px;
top:27px;
border:1px solid black;
z-index:2;
}
.dyeun,.dyeude{
width:25px;
height:16px;
background-color:#000000;
border-radius:4px 4px 8px 8px;
position:relative ;
}
.dyeun{
left:10px;
top:18px;
}
.dyeude{
left:40px;
top:2px;
}
.yeun{
width:18px;
height:12px;
background-color:#FFFFFF;
border-radius:6px 6px 8px 8px;
position:relative ;
left:3px;
top:2px;
}
.cou{
width:40px;
height:10px;
background-color:#FF0000;
border:1px solid black;
position:relative ;
left:155px;
top:21px;
}
.corp{
width:80px;
height:100px;
background-color:#FF0000;
border:1px solid black;
border-radius:10px 10px 0 0;
position:relative ;
z-index:1;
left:137px;
top:20px;
}
.coun,.cound{
width:20px;
height:70px;
background-color:#5588FF;
position:relative ;
border:1px solid #000000;
}
.coun{
top:15px;
border-radius:0 40px 40px 0;
left:-1px;
}
.cound{
bottom:55px;
left:59px;
border-radius:40px 0 0 40px;
}
.ar{
width:30px;
height:30px;
margin:auto;
position:relative ;
bottom:120px;
background-color:#FF0000;
}
.ce{
width:10px;
height:10px;
background-color:#000000;
margin:auto ;
position:relative ;
top:10px;
border-radius:4px 4px 4px 4px;
}
.pau,.pad,.pat,.paq,.pac,.pas,.pase,.pah{
width:2px;
height:10px;
margin:auto;
background-color:#000000;
transform-origin:0 0;
position:relative ;
}
.pau{
transform:rotate(20deg);
bottom:-4px;
}
.pad{
transform:rotate(50deg);
bottom:6px;
}
.pat{
transform:rotate(110deg);
bottom:15px;
left:2px;
}
.paq{
transform:rotate(140deg);
bottom:25px;
left:2px;
}
.pac{
transform:rotate(-20deg);
bottom:35px;
}
.pas{
transform:rotate(-50deg);
bottom:45px;
}
.pase{
transform:rotate(-110deg);
bottom:55px;
}
.pah{
transform:rotate(-140deg);
bottom:65px;
}
.brasu,.brasd{
width:20px;
height:100px;
background-color:#FF0000;
border:1px solid black;
border-radius:10px 10px 8px 8px;
position:relative ;
z-index:0;
}
.brasu{
left:203px;
bottom:165px;
transform:rotate(20deg);
transform-origin:50% 95%;
animation:ok 0.7s linear;
animation-iteration-count:3;
}
@keyframes ok{
50%{
transform:rotate(80deg);
}
}
.brasd{
left:115px;
bottom:180px;
transform:rotate(10deg);
}
.ba{
width:62px;
height:1px;
background-color:#000000;
border-top:30px solid #5588FF;
border-left:10px solid transparent ;
border-right:10px solid transparent ;
position:relative ;
bottom:185px;
left:137px;
}
.ju,.jd{
width:30px;
height:110px;
background-color:#5588FF;
border:1px solid black;
border-radius:5px 5px 15px 15px;
position:relative ;
}
.ju{
bottom:26px;
right:10px;
}
.jd{
bottom:137px;
left:40px;
}</style>
</head>
<body>
<div class="j"align="center">Hello</div>
<div class="spiderman">
<div class="head">
<div class="dyeun">
<div class="yeun"></div>
</div>
<div class="dyeude">
<div class="yeun"></div>
</div>
</div>
<div class="cou"></div>
<div class="corp">
<div class="coun"></div>
<div class="cound"></div>
<div class="ar">
<div class="ce"></div>
<div class="pau"></div>
<div class="pad"></div>
<div class="pat"></div>
<div class="paq"></div>
<div class="pac"></div>
<div class="pas"></div>
<div class="pase"></div>
<div class="pah"></div>
</div>
</div>
<div class="brasu"></div>
<div class="brasd"></div>
<div class="ba">
<div class="ju"></div>
<div class="jd"></div>
</div>
</div>
</body>
</html>[/tex]