da
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Document </ title > < style > #turgur { width : 100px ; height : 100px ; background-color : aliceblue ; font-size : large ; animation : box 2s cubic-bezier ( 0.89 , 0.03 , 0.58 , 1 ); border : 2px solid black ; animation-iteration-count : infinite ; text-align...