Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite04cef3

Browse files
committed
firebase app hosted
1 parent0919f29 commite04cef3

9 files changed

+1354
-0
lines changed

‎Images/background_image.jpg

1.92 MB
Loading

‎Images/flodata.webp

3.12 KB
Binary file not shown.

‎Images/profile_image.jpg

823 KB
Loading

‎Pankaj_Kumar.pdf

50.5 KB
Binary file not shown.

‎css/index.css

Lines changed: 498 additions & 0 deletions
Large diffs are not rendered by default.

‎css/light_mode.css

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
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+
navlia
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-menulia:hover
33+
{
34+
color:#7456c6;
35+
}
36+
37+
/*css end for navbar*/
38+
39+
/*css for main section start*/
40+
41+
.about-intro-divh1
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-buttona
52+
{
53+
color:#7456c6;
54+
}
55+
.explore-button:hover
56+
{
57+
background-color:#7456c6;
58+
}
59+
.explore-button:hovera
60+
{
61+
color: white;
62+
}
63+
64+
/* css start for skill section */
65+
66+
.skill-section .container .rowdiv>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-4div
79+
{
80+
border:1px solid#7456c6;
81+
background-color: white;
82+
border-radius:10px;
83+
}
84+
.contact .container .rowi
85+
{
86+
color:#7456c6;
87+
}
88+
.contact .container .row:hoveri
89+
{
90+
color:#7456c6;
91+
}
92+
/* css for contact me section end here */
93+
94+
/* css start for connect me section*/
95+
.connect-mediv .rowulliai,img
96+
{
97+
height:60px;
98+
padding-top:20px;
99+
font-size:30px;
100+
color:#000;
101+
}
102+
.connect-mediv .rowulliai:hover
103+
{
104+
color:#7456c6;
105+
}
106+
107+
@media (max-width:576px)
108+
{
109+
.connect-mediv .rowulliai
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+
.footerdiv
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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp