-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
57 lines (48 loc) · 855 Bytes
/
index.css
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
.first{
background-color: rgb(183, 182, 184);
}
.first:hover {
background-color: #617143;
}
.second
{
background-color:rgb(84, 80, 216);
margin-left: 600px;
margin-top: -200px;
position: relative;
}
.second:hover {
background-color: #898121 ;
}
.third
{
background-color: rgb(128, 130, 132);
margin-left: 300px;
}
.third:hover {
background-color: #3795BD;
}
.fourth
{
background-color:#FFB84C;
}
.fourth:hover {
background-color: #16FF00;
}
.fifth
{
background-color: rgb(233, 162, 136);
margin-left: 600px;
margin-top: -200px;
}
.fifth:hover {
background-color: #FC7300;
}
div{
width: 300px ;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
line-height: 50px;
}