-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (72 loc) · 1.07 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (72 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body
{
font-family:none;/*make a fancy one*/
position:fixed
}
.grid{
display:flex;
flex-wrap:wrap;
width:560px;
height:560px;
border:solid black;
}
.grid div{
width:20px;
height:20px;
}
aside{
background-color:gold;
font-family:'Agency FB';
font-size:35px;
}
aside:hover{
background-color:white;
}
.tut{
}
.wall {
background-color: black;
}
.pac-man
{
background-color:yellow;
border-radius:10px;
}
pacman-raged{
background-color:darkred;
}
.pac-dot
{
border:5px solid white;
box-sizing:border-box;
background-color:tomato;
}
.power-pellet
{
background-color:green;
border-radius:10px;
}
.ghosts{
background-color:aqua;
}
.blinky{
border:0px;
background-color:tomato;
}
.inky {
border: 0px;
background-color:cyan;
}
.pinky {
border: 0px;
background-color:pink;
}
.clyde {
border: 0px;
background-color:orange;
}
.scared-ghosts {
background-color:aquamarine;
border: 0px;
}
/* style for the enviroment and the characters */