-
Notifications
You must be signed in to change notification settings - Fork 0
/
Personal_blog.css
86 lines (68 loc) · 1.02 KB
/
Personal_blog.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
.container {
padding-left: 20%;
padding-right: 20%;
}
.Post {
position: relative;
}
.school-icon {
border-radius: 999px;
max-width:80px;
max-height:80px;
}
#My_picture {
margin-top: 20px;
left: 10%;
position: relative;
max-width:30%;
max-height:30%;
float: right;
border-radius: 999px;
}
.pre_paragraph {
margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
font-family: 'Bellefair', serif;
}
#header {
text-align: center;
}
.navbar-fixed-bottom {
height: 20%;
}
.infor {
padding-left: 0px;
list-style-type: none;
}
.glyphicon {
font-size: 20px;
}
.ion-social-facebook {
font-size: 20px;
margin-right: 2px;
}
.ion-android-mail {
font-size: 20px;
margin-right: 2px;
}
.ion-social-linkedin{
font-size: 20px;
margin-right: 2px;
}
.note {
position: relative;
float: right;
}
.final-note {
font-size: 15px;
font-family: 'Open Sans Condensed', sans-serif;
}
.container-list {
padding-left: 10%;
padding-right: 10%;
margin-right: 5px;
}
footer {
position: relative;
}