forked from chasesinghofen/chasesinghofen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
106 lines (83 loc) · 1.31 KB
/
styles.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* CSS STYLES FOR INDEX FILE */
/* CSS STYLES FOR INDEX FILE */
/* CSS STYLES FOR INDEX FILE */
body {
background-color: #eee !important;
}
#album-bg{
background-color: #eee;
}
.jumbotron{
background-color: #666 !important;
border-radius: 0px !important;
color: white;
}
.jumbotron p:last-child {
margin-bottom: 0;
}
#title-1{
font-size: 15px;
}
#title{
font-size: 40px;
}
.jumbotron .container {
max-width: 100rem;
}
#home-btn:hover{
color: rgb(236, 15, 45);
}
#my-face{
cursor: default;
font-weight: none;
}
footer {
padding-top: 3rem;
padding-bottom: 1rem;
background: #999999;
}
footer p {
margin-bottom: .25rem;
text-align: center !important;
color: black;
}
/*fa fa icons*/
.icons-social i{
padding: 8px;
font-size: 20px;
}
#fa-hand-up{
font-size: 25px;
}
.icons-social a{
margin: 9px;
color: blue;
}
.icons-social a:hover{
color: rgb(236, 15, 45);
text-decoration: none;
}
#about{
font-size: 17px;
}
#p-text{
text-align: center;
font-size: 30px;
color: black !important;
}
.list-unstyled li a:hover{
color: rgb(236, 15, 45) !important;
text-decoration: none;
}
img{
margin-right: 10px;
}
.bg{
background-color: #666 !important;
}
.navbar{
background-color: #666 !important;
}
.card-img-top:hover {
opacity: 0.7;
}