-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
120 lines (98 loc) · 1.58 KB
/
stylesheet.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
body {
margin: 10;
}
.text {
font-family: sans-serif;
font-size: 20px;
text-align: center;
}
.pic1 {
margin: 0 auto;
width: 612px;
height: 831px;
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
.pic2 {
margin: 0 auto;
width: 585px;
height: 904px;
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
.pic3 {
margin: 0 auto;
width: 621px;
height: 818px;
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
.pic4 {
margin: 0 auto;
width: 548px;
height: 797px;
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
.pic5 {
margin: 0 auto;
width: 626px;
height: 925px;
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
.wrap {
width: 800px;
height: 1000px;
background: white;
font-family:sans-serif;
letter-spacing: 1px;
line-height: 200%;
padding-top: -80px;
}
.graphic {
background: red;
position: absolute;
}
.writtenlogo {
width: 125px;
height: 135px;
margin: auto;
background: black;
position: absolute;
left: 30px; top: 30px;
color: white;
font: bold 24px/45px Helvetica, Sans-Serif;
letter-spacing: -1px;
background: rgba(0, 0, 0, 0.4);
padding: 15px;
}
.right {
width: 150px;
height: 90px;
margin: auto;
color: white;
;
position: absolute;
left: 640px; top: 40px;
font-style: italic;
font-size: 50px;
font-family: fantasy;
}
.topgraphic {
width: 100px;
height: 400px;
margin: auto;
background: white;
position: absolute;
left: 800px; top: 200px;
}
#line {
border: 1px solid blue;
margin-top: 25px
}