-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
141 lines (120 loc) · 2.07 KB
/
style.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
body{
background: none;
}
header > img{
display: block;
height: 155px;
width:105px;
margin-left: auto;
margin-right: auto;
}
footer{
display: flex;
margin:0px 50px 0px 50px;
}
footer div{
flex:1
}
footer div > img{
height: 75px;
width:45px;
margin-left: 30px;
padding: 8px;
border: 3px solid;
}
footer div > p{
text-align: right;
}
section{
display: flex;
}
article{
flex: 1;
margin:0px 25px 0px 25px;
}
main{
margin:0px 50px 0px 50px;
}
.banner{
position: relative;
height: 300px;
background-image: url('images/istockphoto-1199450864-170667a\ copy.jpg');
background-size: cover;
align-items: center;
border-radius: 30px;
}
.banner-content {
position: relative;
z-index: 1;
padding: 20px;
background-color: rgb(104 90 82 / 12%);
border-radius: 50px;
margin:0px 40px 0px 40px;
color:#fff;
text-align: center;
text-shadow:0px 0px 20px #000;
}
.banner h1 {
font-size: 37px;
margin-bottom: 10px;
}
.banner p {
font-size: 20px;
line-height: 1.5;
}
nav li a {
text-decoration: none;
transition: color 0.3s ease;
color: #000;
}
nav li a:hover {
color: #3b805b;
text-decoration: solid;
text-shadow: none;
}
nav ul{
list-style: none;
text-align: center;
width: 850px;
margin-left: auto;
margin-right: auto;
height: 26px;
font-size: 22px;
padding: 20px;
border-radius: 15px;
background-color:#adc6b7a6;
}
nav li{
display: inline-block;
padding:0px 30px 0px 30px;
}
.content{
text-align: center;
margin-top:40px;
}
.content article{
height: 500px;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.content article img{
border-radius: 30px;
}
.about{
margin: 30px 180px 100px 180px;
}
.contact{
margin: 30px 200px 100px 293px;
font-size: 15px;
}
.product img{
display: flex;
height: 380px;
width: 320px;
}
.product article{
margin:30px 10px 100px;
}