Math, asked by ruchikaruchi13, 7 months ago


526881 + 3225268412

Answers

Answered by Anonymous
1

Step-by-step explanation:

3.22579529e9

please subscribe my channel Arnav educational

Answered by rohin111bhattacharya
1

Answer:

cg[tx]

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Loading..</title>

<style type="text/css">

div{

margin:160px 20px;

width:100px;

height:100px;

background-color:grey;

color:white;

border-radius:60px;

border-color:red;

font-size:20px;

border-width:10px;

border-style:solid;

text-align:center;

line-height:65px;

animation-name:load;

animation-duration:4s;

animation-iteration-count:infinite;

box-shadow:20px 20px black 20px 20px;

}

@keyframes load{

0%{border-color:red;color:violet;}

25%{border-color:blue;color:yellow;}

50%{border-color:green;color:green;}

75%{border-color:yellow;color:blue;}

90%{border-color:violet;color:white;}

100%{border-color:red;color:violet;}

}

</style>

</head>

<body>

<center>

<div><p>Loading....</p></div></center>

</body>

</html>

[/tex]

Similar questions