-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPPstyle.css
More file actions
53 lines (49 loc) · 791 Bytes
/
Copy pathAPPstyle.css
File metadata and controls
53 lines (49 loc) · 791 Bytes
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
h1{
color: rgb(34, 125, 197);
font-size: 50px;
font-family: 'Sigmar One', cursive;
}
body{
background-color: rgba(246, 246, 246, 1);
}
img{
width: 160px;
height: 80px;
border-radius: 250px;
}
#title{
width: 200px;
height: 200px;
}
#counter{
color: #6b8c21;
font-size: 25px;
font-family: 'Sigmar One', cursive;
}
span{
color: #6b8c21;
font-size: 25px;
font-family: 'Sigmar One', cursive;
}
p{
width: 200px;
}
#white{
color: rgba(246, 246, 246, 1);
}
#food{
width: 150px;
height:150px;
}
#eyes{
width: 235px;
height:100px;
}
#Mouth{
width: 400px;
height: 100px;
}
input:hover{
background-color: rgb(195, 195, 195);
color: black;
}