-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylee.css
80 lines (67 loc) · 1.04 KB
/
stylee.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
img{
max-width: 100%;
}
.header{
background:#3498db;
}
.header-logo img{
width:120px;
}
.primary-menu ul{
text-align:right;
list-style:none;
margin-bottom:0;
}
.primary-menu ul li{
display:inline-block;
margin-left:-4px;
}
.primary-menu ul li a{
display:block;
color:#fff;
padding:0 30px;
font-size:20px;
line-height:100px;
border-right:1px solid
#ddd;
transition:.5s;
}
.header ul li:hover>a{
background:#4f4f83;
}
.banner{
background: url(/img/banner.jfif) no-repeat fixed;
background-size: cover;
padding:200px 0;
}
.about{
background:#ecf0f1
}
.service{
background:#f9f9f9;
}
.product-item p{
font-size:18px;
}
.product-right ul {
list-style:none;
padding-left:0;
}
.product-right ul li{
background:#f7f7f7;
margin-bottom:10px;
padding:10px;
border-radius:5px;
font-size:18px;
}
.footer{
background: #2c3e50;
}
.footer p{
margin-bottom: 0;
}
.footer a{
color:#fff;
margin-left:15px;
display:inline-block;
}