Hi Friend I am back You now that pacman is the very famous game.So In this Short tutorial. I create the Pacman in Css3 animations. This is simple animation of  CSS3 This is a very Easy method. This is a really good animation. I like this programing. This very Short Code. You download Full CSS3 for it global app Please Share this with your Friend and family. This is very helpful. Thanks for watching the post God bless you....

Pacman

Make HTML 

Create Simple HTML page in Code Editor



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Css Pacman</title>
</head>
<body>
</body>
</html>

Make a Css  Style Sheet

Make a External Css Style Sheet

<link rel="Stylesheet" href="D:\parsonl\web\HTML\html nazr\Hello World\css\14-.css" />

Make Css Pacman 

This Code was Add On Css Style Sheet

#pacman { width: 0px;
     height: 0px;
     border-right: 60px solid transparent;
     border-top: 60px solid blue;
     border-left: 60px solid blue;
     border-bottom: 60px solid blue;
     border-top-left-radius: 60px;
     border-top-right-radius: 60px;
     border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px;
    }


Post a Comment

 
Top