-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
64 lines (55 loc) · 1010 Bytes
/
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
* {
/*font-family: "Montserrat";*/
line-height: 180%;
background-color: #F4F5F7;
color: #444444;
}
/*na
{
padding: 20px;
word-spacing: 10px;
font-size: 25px;
text-align: right;
}*/
img.avatar {
padding: 50px;
border-radius: 100%;
width: 500px;
height: 500px;
}
main {
font-family: "Helvetica", fantasy;
text-align: center;
}
p {
font-family: "Helvetica", fantasy;
font-size: large;
text-align: center;
margin-left: 150px;
margin-right: 150px;
}
h1 {
font-family: "Hiragino Kaku Gothic Pro", sans-serif;
font-size: 50px;
line-height: 200%;
}
h2 {
font-family: "Hiragino Kaku Gothic Pro", sans-serif;
font-size: 30px;
text-align: center;
line-height: 300%;
}
img {
text-align: center;
width: 100px;
height: 100px
}
footer {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
img.library {
width: 150px;
height: 150px;
padding: 30px;
}