-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.css
More file actions
39 lines (34 loc) · 717 Bytes
/
Copy pathshop.css
File metadata and controls
39 lines (34 loc) · 717 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
#head-banner {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
background-image: url(img/banner/b1.jpg);
background-position: center;
background-size: cover;
}
#head-banner h1 {
color: white;
}
#head-banner p {
color: white;
font-size: 15px;
}
#button-section {
text-align: center;
}
#button-section a {
text-decoration: none;
background-color: #088178;
border-radius: 5px;
border: none;
color: white;
font-size: 16px;
font-weight: 700;
padding: 15px 20px;
margin: 0px 2px 40px 2px;
}
#button-section a i {
font-size: 16px;
font-weight: 700;
}