-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeaShop.css
129 lines (95 loc) · 1.84 KB
/
TeaShop.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
*{
font-family: Helvetica;
color: seashell;
background-color: black;
opacity: 0.9;
text-align: center;
}
body{
margin: 0px;
width: 100%;
}
.header-container, .footer-container{
width: 100%;
padding: 10px 0px;
}
.header-container{
position: fixed;
top: 0;
display: flex;
justify-content: space-between;
z-index: 1;
height: 69px;
border-bottom: 1px solid seashell;
}
.footer-container{
bottom:0px ;
border-top: 1px seashell;
}
.nav-item a{
padding: 10px;
}
.logo-image{
height: 50px;
margin-left: 10px;
}
.nav-list{
display: flex;
list-style: none;
}
.section-1{
margin-bottom: 40px;
}
.image1-size{
width: 1200px;
height: 700px;
margin-top: 100px;
}
.text-position{
width: 1200px;
display: inline-block;
}
.images{
height: 200px;
width: 300px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 25px;
margin-bottom: 10px;
}
.section-2{
width: 1000px;
display: inline-block;
}
.images-container{
display: flex;
justify-content: center;
align-items: center;
}
.section-3{
margin: auto;
margin-bottom: 25px;
background-image: url("https://content.codecademy.com/courses/freelance-1/unit-4/img-locations-background.jpg?_gl=1*ouu8ao*_ga*OTk0ODg0MjM1Ny4xNjcxMzY3NDgz*_ga_3LRZM6TM9L*MTY3MTUzNDMzMS45LjEuMTY3MTUzNDM2MS4wLjAuMA..");
height: 500px;
background-size: cover;
width: 1200px;
padding-top: 40px;
}
.title-section3{
background: none;
color: white;
}
.text-container-section-3{
display: inline-flex;
justify-content: space-around;
text-align: center;
width: 1200px;
background: none;
margin-top: 10px;
}
.text-section3{
width: 300px;
height: 300px;
line-height: 40px;
}