File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h1 class="w3-panel w3-border-yellow w3-jumbo w3-animate-top w3-center" id="name
41
41
42
42
<!-- My Work -->
43
43
< section class ="my-work " id ="my-work ">
44
- < div id ="my_work_title "> < h2 class ="section__title section__title --my-work "> What I do</ h2 > </ div >
44
+ < div id ="my_work_title "> < h2 class ="section__title--my-work "> What I do</ h2 > </ div >
45
45
< div class ="my-works ">
46
46
< div class ="work-div ">
47
47
< h3 class ="workid "> Learn</ h3 >
@@ -63,7 +63,7 @@ <h3 class="workid">Sleep</h3>
63
63
<!-- About Me -->
64
64
< section class ="aboutme " id ="about-me ">
65
65
< div id ="about-me-box-main ">
66
- < div class ="container "> < h2 class ="section__title section__title --aboutme " style ="color: black; "> About Me</ h2 > </ div >
66
+ < div class ="container "> < h2 class ="section__title--aboutme " style ="color: black; "> About Me</ h2 > </ div >
67
67
68
68
< div class ="aboutme-container ">
69
69
< div class ="aboutme-text work-flex " style ="flex-grow: 7 ">
@@ -81,7 +81,7 @@ <h3 class="section__subtitle section__subtitle--aboutme">Undergrad student based
81
81
82
82
<!-- Connect with Me -->
83
83
< section class ="connect " id ="handles ">
84
- < h2 class ="section__title section__title --connect "> Connect With Me</ h2 >
84
+ < h2 class ="section__title--connect "> Connect With Me</ h2 >
85
85
< div class ="handles ">
86
86
< a href ="mailto:piyush.mohite@outlook.com " class ="folder ">
87
87
< div class ="link "> < i class ="fas fa-envelope-square "> </ i > E-mail</ div > </ a >
Original file line number Diff line number Diff line change @@ -41,10 +41,7 @@ section{
41
41
/* height: 100vh; */
42
42
}
43
43
44
- .section__title {
45
- justify-content : center;
46
44
47
- }
48
45
49
46
50
47
@@ -120,7 +117,7 @@ section{
120
117
}
121
118
122
119
# name-div {
123
- border-color : # f5f0f0 ;
120
+ border-color : # ffd000 ;
124
121
}
125
122
126
123
@@ -168,7 +165,7 @@ section{
168
165
text-align : center;
169
166
font-family : 'Nunito' , sans-serif;
170
167
font-weight : 800 ;
171
- border : # f5f0f0 ;
168
+ border : # ffd000 ;
172
169
border-width : 1px ;
173
170
174
171
}
You can’t perform that action at this time.
0 commit comments