-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
123 lines (111 loc) · 2.09 KB
/
style2.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
.padding-suc-sto {
display: flex;
-moz-box-pack: center;
justify-content: center;
width: 100%;
padding: 0px;
position: relative;
box-shadow: none;
background: rgb (0, 0, 0, 0) none repeat scroll 0% 0%;
z-index: 1;
flex: 0 0 auto;
}
.suc-sto {
background-color: rgba(211, 211, 211, 0.322);
width: 1390px;
height: 450px;
border: 0px solid black;
padding-left: 0px;
padding-top: 5px;
padding-bottom: 26px;
padding-right: 32px;
margin: 20px;
}
.container {
width: 100%;
max-width: 100%;
min-height: 500px;
box-sizing: border-box;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.267) 0px 0px 53px;
padding: 50px;
margin-top: -35%;
margin-bottom: 3%;
margin-left: -7%;
margin-right: 7%;
font-size: 0%;
}
.demo {
text-align: center;
color: blue;
font-size: 24px;
font-style: uppercase;
margin-top: 20%;
}
.pic {
width: 250px;
height: 255px;
margin: 100px;
float: left;
margin: auto auto 20px;
background-position: center center;
filter: grayscale(100%);
float: left;
margin-top: 4%;
margin-left: 4%;
border-radius: 50%;
margin-right: 3%;
}
.name {
color: blue;
margin-left: 25%;
margin-right: 9%;
font-size: 18px;
margin-top: 6%;
}
.pos {
margin-left: 25%;
margin-right: 9%;
}
.bio {
margin-top: 2%;
margin-left: 25%;
margin-right: 9%;
margin-bottom: 2%;
}
.demo {
text-align: center;
color: rgba(39, 39, 219, 0.911);
margin-top: 3%;
}
.pic2 {
width: 250px;
height: 250px;
margin: 100px;
float: left;
margin: auto auto 20px;
background-position: center center;
filter: grayscale(100%);
float: left;
margin-top: -18%;
margin-left: 43%;
border-radius: 50%;
margin-bottom: 0%;
border-radius: 50%;
}
.name2 {
color: blue;
margin-left: 0%;
margin-left: 70%;
font-size: 18px;
margin-top: -21%;
}
.pos2 {
margin-left: 70%;
margin-right: 9%;
}
.bio2 {
margin-top: 2%;
margin-left: 70%;
margin-right: 9%;
}