English, asked by Deepgaming5230, 11 months ago

Write a letter to your friend telling him what you want to be

when you grow up.​

Answers

Answered by Ramneek10
1

your address

date

Dear Nidhi,

I received your letter yesterday and was happy to know that you aspire to be an IAS officer when you grow up. This is amazing. You have very big dreams and best of luck for achieving it. you have asked about my aspirations. I want to become a doctor.

I know it is not easy to achieve my dream but I will try my best to achieve it. I want to help poor people by treating them for free.

For that I have to score well in board exams and then clear the NEET exams for admission in a good medical College and study hard. I am getting full support from my parent's side and they are always with me. I've also heard that your father is supporting your dreams but your mother wants you to complete her dreams of becoming a doctor as she was not able to do so in her past. please try to explain to her why do you want to become what you want to and explain to her that you will be happy if she allows you to achieve your dreams.

Please convey my regards to uncle and aunt and love to Aryan.

Yours loving friend

Kritika

Answered by Anonymous
4

Hey dude....

this is cube code....

You will have to write [tex] in place of the (in the starting, also in the end)

You will get a mail from brainly... open that mail... and there you will find ‘See the answer’ click on it.

Brainly website will open... from there you should copy the code

Here is your code ⬇️⬇️

[tx]<!DOCTYPE html>

<html lang="en">

<head>

<title>CUBE</title>

</head>

<body>

<div class="container">

<div id="cube">

<div class="front">1</div>

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

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

<div class="left">4</div>

<div class="top">5</div>

<div class="bottom">6</div>

</div>

</div>

<style>

body {

padding-left: 30%;

padding-top: 5%;

}

.container {

width: 200px;

height: 200px;

position: relative;

-webkit-perspective: 1000px;

-moz-perspective: 1000px;

}

#cube {

width: 100%;

height: 100%;

position: absolute;

-webkit-transform-style: preserve-3d;

-webkit-animation: rotatecube 10s infinite;

-moz-transform-style: preserve-3d;

-moz-animation: rotatecube 10s infinite;

}

#cube div {

width: 200px;

height: 200px;

display: block;

position: absolute;

border: none;

line-height: 200px;

text-align: center;

font-size: 50px;

font-weight: bold;

}

@-webkit-keyframes rotatecube {

0% { -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(90deg); }

25% { -webkit-transform: rotateX(90deg) rotateY(270deg) rotateZ(180deg); }

50% { -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg); }

75% { -webkit-transform: rotateX(270deg) rotateY(90deg) rotateZ(360deg); }

100% { -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(270deg); }

}

@-moz-keyframes rotatecube {

0% { -moz-transform: rotateX(0deg) rotateY(360deg) rotateZ(90deg); }

25% { -moz-transform: rotateX(90deg) rotateY(270deg) rotateZ(180deg); }

50% { -moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg); }

75% { -moz-transform: rotateX(270deg) rotateY(90deg) rotateZ(360deg); }

100% { -moz-transform: rotateX(360deg) rotateY(0deg) rotateZ(270deg); }

}

.front {

background: rgba(255,0,0,.5);

}

.back {

background: rgba(0,255,0,.5);

}

.right {

background: rgba(0,0,255,.5);

}

.left {

background: rgba(0,255,255,.5);

}

.top {

background: rgba(255,0,255,.5);

}

.bottom {

background: rgba(255,255,0,.5);

}

#cube .front {

-webkit-transform: rotateY(0deg ) translateZ( 100px );

-moz-transform: rotateY( 0deg ) translateZ( 100px );

}

#cube .back {

-webkit-transform: rotateX( 180deg ) translateZ( 100px );

-moz-transform: rotateX( 180deg ) translateZ( 100px );

}

#cube .right {

-webkit-transform: rotateY( 90deg ) translateZ( 100px );

-moz-transform: rotateY( 90deg ) translateZ( 100px );

}

#cube .left {

-webkit-transform: rotateY( -90deg ) translateZ( 100px );

-moz-transform: rotateY( -90deg ) translateZ( 100px );

}

#cube .top {

-webkit-transform: rotateX( 90deg ) translateZ( 100px );

-moz-transform: rotateX( 90deg ) translateZ( 100px );

}

#cube .bottom {

-webkit-transform: rotateX( -90deg ) translateZ( 100px );

-moz-transform: rotateX( -90deg ) translateZ( 100px );

}

</style>

</body>

</html>[/tx]

Similar questions