-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (101 loc) · 1.57 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
.header {
background-color: #1F2937;
}
.logo {
font-size: 24px;
color: #f9faf8;
}
.links {
display: flex;
justify-content: space-between;
}
.nav li {
list-style: none;
}
.nav a {
text-decoration: none;
color: #e5e7eb;
}
.nav {
display: flex;
gap: 20px;
font-size: 18px;
}
.navbar {
display: flex;
}
.part {
padding: 0 300px;
}
.fom {
background-color: #3882f6;
border-radius: 5px;
border: 0px;
color: #fff;
font-weight: 800;
padding:3px 15px;
}
.awesome {
font-size: 48px;
color: #f9faf8;
font-weight: 800;
}
.container p {
font-size: 18px;
color: #e5e7eb;
}
.header img {
height: 300px;
}
.photos {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 0 300px;
}
.secondh2 {
text-align: center;
font-size: 36px;
font-weight: 800;
color: #1F2937;
}
.quote {
font-size: 36px;
font-weight: light italic;
background-color: #e5e7eb;
color: #1F2937;
padding: 0 300px;
}
.thor {
color: black;
padding-left: 900px;
font-weight: 600;
}
.last {
background-color: #3882f6;
margin: 0 200px;
padding: 0 100px;
border-radius: 10px;
margin-top: 40px;
}
.last9 {
display: flex;
justify-content: space-between;
}
.last h2 {
color: #f9faf8;
}
.sub {
background-color: #3882f6;
color: #f9faf8;
border-color: #e5e7eb;
border-radius: 5px;
padding:2px 10px;
}
.footer {
background-color: #1F2937;
text-align: center;
color: #e5e7eb;
padding: 20px;
margin-top: 40px;
}