File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link href ="./output.css " rel ="stylesheet ">
7
7
< title > Document</ title >
8
+ < style >
9
+ html {
10
+ scroll-behavior : smooth;
11
+ }
12
+ </ style >
8
13
</ head >
9
14
< body class ="bg-black ">
10
15
< div class ="m-4 grid sm:grid-cols-12 grid-cols-1 ">
@@ -73,7 +78,12 @@ <h1 class="text-sky-200 pt-5 text-6xl">About me:</h1>
73
78
< br >
74
79
I am learning Full-Stack Development
75
80
< br />
76
- and love building projects from scratch.
81
+ and love building projects from scratch.
82
+ < br >
83
+ < br >
84
+ My Moto for life is < span class ="text-sky-200 "> KISS</ span >
85
+ < br >
86
+ Keep It Simple and Stupid.
77
87
</ p >
78
88
</ div >
79
89
< div id ="projects ">
Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ document.addEventListener('DOMContentLoaded', () => {
10
10
menuBtn . addEventListener ( 'click' , ( ) => {
11
11
menu . classList . toggle ( 'hidden' ) ;
12
12
} )
13
+ menu . addEventListener ( 'click' , ( ) => {
14
+ menu . classList . toggle ( 'hidden' ) ;
15
+ } )
13
16
} )
You can’t perform that action at this time.
0 commit comments