forked from peter001019/WebProgrammingProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypage.css
More file actions
61 lines (50 loc) · 860 Bytes
/
Copy pathmypage.css
File metadata and controls
61 lines (50 loc) · 860 Bytes
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
#myname {
font-size: 60px;
margin-bottom: 50px;
width: 800px;
margin-left: px;
}
#myname img {
width: 30px;
}
#email {
font-size: 40px;
}
#correction {
font-size: 30px;
margin-top: 20px;
margin-bottom: 20px;
}
#email_block {
margin-top: 50px;
margin-bottom: 50px;
}
#passwd_block {
margin-bottom: 50px;
margin-top: 50px;
}
#self_intro_title {
margin-top: 50px;
font-size: 30px;
font-weight: bold;
}
#correction button {
float: right;
cursor: pointer;
border-radius: 10px;
width: 60px;
height: 30px;
}
#self_intro_title button {
float: right;
cursor: pointer;
border-radius: 10px;
width: 60px;
height: 30px;
}
#self_intro {
padding-top: 15px;
}
#myname td {
size: 100px;
}