forked from codebar/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (68 loc) · 1.12 KB
/
Copy pathstyle.css
File metadata and controls
80 lines (68 loc) · 1.12 KB
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
body {
font-family: Helvetica, Arial, sans-serif;
border-top: 5px solid #4c4066;
margin: 0px auto;
font-size: 14px;
color: #666666;
font-size: 16px;
}
header {
text-align: center;
background-color: #fdfdfd;
border-bottom: 1px solid #e5e2e0;
}
#logo {
position: relative;
top: -2px;
}
#container {
width: 1040px;
margin: 0px auto;
min-height: 750px;
text-align: center;
}
input[type='text'] {
height: 2.2em;
font-size: 2em;
width: 50%;
padding: 5px;
}
.information, .avatar {
vertical-align: top;
display: inline-block;
}
.information {
text-align: center;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.search {
text-align: center;
margin: 50px auto;
}
h2 {
padding: 5px;
}
.profile {
height: 130px;
width: 150px;
padding: 90px 30px 0;
display: block;
background-color: purple;
text-decoration: none;
color: white;
font-width: bold;
}
.profile:hover {
background-color: #b300b3;
}
footer {
padding-bottom: 10px;
border-bottom: 5px solid #4c4066;
position: absolute;
width: 100%;
}
footer #content {
width: 1040px;
margin: 0px auto;
}