File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > LocalStorage</ title >
4
+ < title > LocalStorage - JavaScript30 by Ayush Gupta </ title >
5
5
< meta charset ="UTF-8 " />
6
6
< link rel ="stylesheet " href ="src/styles.css " />
7
7
< link rel ="stylesheet " href ="../common.css " type ="text/css " />
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > Mouse Shadow</ title >
5
+ < title > Mouse Shadow - JavaScript30 by Ayush Gupta </ title >
6
6
< link href ="src/styles.css " rel ="stylesheet " type ="text/css " />
7
+ < link rel ="stylesheet " href ="../common.css " type ="text/css " />
7
8
< link
8
9
rel ="apple-touch-icon "
9
10
sizes ="180x180 "
23
24
/>
24
25
</ head >
25
26
< body >
27
+ < a href ="https://javascript30.ayushgupta.tech " target ="_blank ">
28
+ < div class ="project-tag " style ="background-color: white; color: black; ">
29
+ < div class ="tag-num "> #16</ div >
30
+ < div class ="tag-text "> of JavaScript30</ div >
31
+ </ div >
32
+ </ a >
26
33
< div class ="hero ">
27
34
< h1 contenteditable > 🔥WOAH!</ h1 >
35
+ < h7 > Pro Tip: The text above is editable ;-)</ h7 >
28
36
</ div >
29
37
30
38
< script src ="src/index.js "> </ script >
Original file line number Diff line number Diff line change 1
1
html {
2
- color : black ;
2
+ color : white ;
3
3
font-family : sans-serif;
4
4
}
5
5
body {
6
6
margin : 0 ;
7
+ background-image : url ("http://thepatternlibrary.com/img/at.png" );
7
8
}
8
9
.hero {
9
10
min-height : 100vh ;
10
11
display : flex;
11
12
justify-content : center;
12
13
align-items : center;
13
- color : black;
14
+ flex-direction : column;
15
+ color : white;
14
16
}
15
17
h1 {
16
18
text-shadow : 10px 10px 0 rgba (0 , 0 , 0 , 1 );
17
19
font-size : 100px ;
18
20
}
21
+
22
+ h7 {
23
+ color : lightcoral;
24
+ font-family : monospace;
25
+ }
You can’t perform that action at this time.
0 commit comments