-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (90 loc) · 1.29 KB
/
style.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
.jumbotron-fluid {
padding: 10px;
}
#index-hello {
justify-content: center;
align-items: center;
}
#panda-profile {
border-radius: 80%;
}
#section-projects {
background-color: #d3d3d3;
align-items: center;
justify-content: center;
}
#section-blog {
background-color: #8dabc7d8;
}
#blog-img {
border-radius: 10%;
padding: inherit;
}
#index-carousel {
justify-content: center;
align-items: center;
margin: auto;
}
.carousel-inner {
padding: 10px;
}
#item-1,
#item-2,
#item-3 {
height: 460px;
width: 900px;
}
#about-panel {
background-color: #d3d3d3;
}
#about-img {
box-sizing: border-box;
padding-top: 10px 10px;
}
.fa-quote {
padding: 10px;
}
#about-section {
background-color: #a996b1;
}
#about-section .fa {
font-size: 50px;
text-align: center;
}
#about-section .card {
background-color: #e9e9e9;
text-align: center;
}
#first-skills {
justify-content: space-evenly;
margin-bottom: 30px;
}
#second-skills {
align-items: baseline;
}
#about-page {
margin: 0%;
}
#about-work {
justify-self: flex-end;
}
#about-work .h2 {
text-align: center;
}
#blog-page {
background-color: #e9e9e9;
height: 100vh;
}
#blog-name {
padding: 30px;
text-align: center;
}
#blog-msg {
text-align: right;
}
.article {
padding: 10px;
}
#post-1 .card {
padding-bottom: 10px;
}