-
Notifications
You must be signed in to change notification settings - Fork 0
/
lp.css
125 lines (105 loc) · 2.01 KB
/
lp.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
.header{
height: 600px;
width: 100%;
top: 0;
margin-bottom: 4px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
img{
height: 600px;
width: 100%;
}
.name{
display: flex;
justify-content: center;
align-items: center;
}
.name p{
height: 200px;
font-size: 45px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-transform: uppercase;
word-spacing: 3px;
font-weight: bold;
}
.preview{
height: auto;
width: 100%;
margin-bottom: 4px;
}
.preview p{
font-size: 18px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
line-height: 0.6cm;
}
.text{
height: 200px;
margin-bottom: 4px;
background-color: rgb(169, 169, 244);
}
.left, .right{
width: 30%;
}
.quote{
padding: 15px;
}
.quote p{
font-size: 24px;
font-family: 'Times New Roman', Times, serif;
color: rgb(50, 50, 254);
}
.works{
height: auto;
margin-bottom: 4px;
}
.list{
display: flex;
justify-content: space-between;
margin-bottom: 4px;
}
.list li{
height: 180px;
width: 150px;
}
.list img{
height: 150px;
width: 150px;
}
.materials{
height: auto;
width: 100%;
display: flex;
justify-content: space-evenly;
}
.materials img{
height: 100px;
width: 100px;
}
.texts{
height: 200px;
margin-bottom: 4px;
background-color: rgb(147, 147, 241);
}
.quotes{
padding: 15px;
}
.quotes p{
font-size: 24px;
font-family: 'Times New Roman', Times, serif;
color: rgb(46, 46, 251);
}
.footer{
bottom: 0;
width: 100%;
height: auto;
background-color: rgb(82, 82, 217);
justify-content: center;
}
.footer p{
font-size: 15px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: rgb(12, 12, 78);
}