File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
< body >
12
12
13
- < div id =" nav " >
13
+ < nav >
14
14
15
15
< a href ="home.html " target ="_self "> Home</ a >
16
16
< a href ="about.html " target ="_self "> About</ a >
17
17
18
- </ div >
18
+ </ nav >
19
19
20
20
< div id ="logo " align ="center ">
21
21
< img src ="images/tutnisLogo.png " alt ="Logo " width ="250 ">
24
24
< div id ="content " align ="center " >
25
25
26
26
< h1 > ThoughtNest</ h1 >
27
-
27
+
28
28
< p > A digital notebook</ p >
29
29
< ul >
30
30
< li > Your secrets are safe here.</ li >
Original file line number Diff line number Diff line change 24
24
box-shadow : 5px 5px 7px 5px rgb (53 , 35 , 8 );
25
25
}
26
26
27
+ ul {
28
+ display : inline;
29
+ }
30
+
27
31
.buttons {
28
32
background-color : rgb (124 , 84 , 24 );
29
33
color : bisque;
64
68
65
69
66
70
.texts {
67
- width : 20vw ;
68
- font-size : 20px ;
71
+ width : 25vw ;
72
+ height : 5vh ;
73
+ font-size : 4vw ;
74
+ font-size : 3vh ;
69
75
font-variant : small-caps;
70
76
border : 1px solid rgb (124 , 84 , 24 );
71
77
}
You can’t perform that action at this time.
0 commit comments