1
+ /* by default background color is
2
+ background-color: #f8f9fa;
3
+ */
4
+
5
+ .section-heading
6
+ {
7
+ color : # 7456c6 ;
8
+ }
9
+ /*css for navbar start*/
10
+ nav li a
11
+ {
12
+ color : # fff ;
13
+ }
14
+ .navbar
15
+ {
16
+ background-color : # 7456c6 ;
17
+ }
18
+ .navbar : hover
19
+ {
20
+ /*background-color: #f8f9fa;*/
21
+ }
22
+ .navbar : hover .nav-item > a
23
+ {
24
+ /*color: #7456c6;*/
25
+ }
26
+
27
+ .nav-link : hover
28
+ {
29
+ color : # 000 ;
30
+ }
31
+
32
+ .dropdown-menu li a : hover
33
+ {
34
+ color : # 7456c6 ;
35
+ }
36
+
37
+ /*css end for navbar*/
38
+
39
+ /*css for main section start*/
40
+
41
+ .about-intro-div h1
42
+ {
43
+ border-bottom : rgb (255 , 255 , 255 ) 1px solid;
44
+ border-bottom-width : 2px ;
45
+ }
46
+
47
+ .explore-button
48
+ {
49
+ background-color : # f8f9fa ;
50
+ }
51
+ .explore-button a
52
+ {
53
+ color : # 7456c6 ;
54
+ }
55
+ .explore-button : hover
56
+ {
57
+ background-color : # 7456c6 ;
58
+ }
59
+ .explore-button : hover a
60
+ {
61
+ color : white;
62
+ }
63
+
64
+ /* css start for skill section */
65
+
66
+ .skill-section .container .row div > p
67
+ {
68
+ color : # 7456c6 ;
69
+ }
70
+ /* css end for skill section*/
71
+
72
+
73
+ /* css for contact me section start */
74
+ .contact .container .row
75
+ {
76
+ background-color : # f8f9fa ;
77
+ }
78
+ .contact .container .row .col-lg-4 div
79
+ {
80
+ border : 1px solid # 7456c6 ;
81
+ background-color : white;
82
+ border-radius : 10px ;
83
+ }
84
+ .contact .container .row i
85
+ {
86
+ color : # 7456c6 ;
87
+ }
88
+ .contact .container .row : hover i
89
+ {
90
+ color : # 7456c6 ;
91
+ }
92
+ /* css for contact me section end here */
93
+
94
+ /* css start for connect me section*/
95
+ .connect-me div .row ul li a i , img
96
+ {
97
+ height : 60px ;
98
+ padding-top : 20px ;
99
+ font-size : 30px ;
100
+ color : # 000 ;
101
+ }
102
+ .connect-me div .row ul li a i : hover
103
+ {
104
+ color : # 7456c6 ;
105
+ }
106
+
107
+ @media (max-width : 576px )
108
+ {
109
+ .connect-me div .row ul li a i
110
+ {
111
+ color : # 000 ;
112
+ }
113
+ }
114
+ /* css for connect me section end here */
115
+
116
+ /* css for footer section */
117
+ .footer
118
+ {
119
+ background-color : # f8f9fa ;
120
+ }
121
+ .footer div
122
+ {
123
+ color : # 000 ;
124
+ opacity : 0.6 ;
125
+ }
126
+ /* css end for footer section */
127
+ /* css for top button start */
128
+ .top-button
129
+ {
130
+ background-color : # 7456c6 ;
131
+ color : # fff ;
132
+ }
133
+ /* css end for top button */
134
+ /* css to just debug some thing*/
135
+
136
+ /* css used during debuging and fixing issues */
137
+
138
+ /* css end for debuging */
0 commit comments