-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoys.css
59 lines (56 loc) · 843 Bytes
/
toys.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
58
59
.top{
background-color:black;
width: 100%;
height: 28px;
}
.top h2{
color:orange;
display: flex;
justify-content:right;
font-size: 25px;
margin-right: 15px;
font-family:serif;
}
.heading{
width: 100%;
}
.anc img{
height: 63px;
width: 73px;
}
.anc ul li {
display: inline-block;
}
.anc ul li a{
text-decoration: none;
margin:68px;
color:orange ;
}
.anc ul{
margin-top: 20px;
height: 15px;
}
.anc h4{
font-size: 15px;
font-family:Georgia, 'Times New Roman', Times, serif;
display: flex;
justify-content:left;
}
.anc a:hover{
color: black;
}
@media screen {
.top1
{
width: 90px;
margin-right: 770px;
}
.top1 h1
{
font-size: 2.3vmin;
}
.top1 img{
width: 40px;
height: 30px;
}
}