File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ <h1>ThoughtNest</h1>
30
30
< li > Your secrets are safe here.</ li >
31
31
< li > User-friendly</ li >
32
32
< li > Available on mobile and desktop</ li >
33
+ < li > Your secrets are safe here.</ li >
34
+ < li > User-friendly</ li >
35
+ < li > Available on mobile and desktop</ li >
36
+ < li > Your secrets are safe here.</ li >
37
+ < li > User-friendly</ li >
38
+ < li > Available on mobile and desktop</ li >
33
39
</ ul >
34
40
35
41
< label for ="window_chkbx "> Windows</ label >
Original file line number Diff line number Diff line change 12
12
*/
13
13
}
14
14
15
+ nav {
16
+ background-color : rgb (88 , 68 , 13 );
17
+ padding : 5px ;
18
+ position : fixed;
19
+ top : 0 ;
20
+ width : 100% ;
21
+ }
22
+
23
+ a {
24
+ color : bisque;
25
+ text-decoration : none;
26
+ margin : 0 10px ;
27
+ font-size : x-large;
28
+ }
29
+
30
+ # logo {
31
+ margin-top : 50px ;
32
+ }
33
+
15
34
h1 {
16
35
color : bisque;
17
36
font-size : 5vw ;
79
98
.texts : focus {
80
99
border : 3px solid rgb (124 , 84 , 24 );
81
100
outline : none;
82
- }
83
-
84
-
85
-
86
-
87
-
88
- /* #logo{
89
- height: 10vh;
90
- width: 10vw;
91
- } */
101
+ }
You can’t perform that action at this time.
0 commit comments