File tree 2 files changed +13
-22
lines changed 2 files changed +13
-22
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,16 @@ <h3>JSON Server</h3>
16
16
</ header >
17
17
< main >
18
18
< div class ="container ">
19
+ < h4 > Congrats!</ h4 >
19
20
< p >
20
- < strong > Congrats! </ strong > < br >
21
- You're successfully running JSON Server 😄
21
+ You're successfully running JSON Server < br >
22
+ ✧*。٩(ˊᗜˋ*)و✧*。
22
23
</ p >
23
24
24
25
< div id ="resources "> </ div >
25
26
26
27
< p >
27
- < em >
28
- To access and modify resources, you can use any HTTP method
29
- </ em >
28
+ To access and modify resources, you can use any HTTP method
30
29
< br >
31
30
< code > GET</ code >
32
31
< code > POST</ code >
@@ -37,20 +36,14 @@ <h3>JSON Server</h3>
37
36
</ p >
38
37
39
38
< div id ="custom-routes "> </ div >
40
-
41
- <!-- <h4>Extra</h4>
42
- <p>
43
-
44
- <br>
45
- </p> -->
46
39
</ div >
47
40
</ main >
48
41
49
42
< footer >
50
43
< div class ="container ">
51
44
< p >
52
- < em > To replace this page, create a < code > ./public</ code > directory with an
53
- < code > index.html</ code > file in it</ em > .
45
+ To replace this page, create a < code > ./public</ code > directory with an
46
+ < code > index.html</ code > file in it.
54
47
</ p >
55
48
</ div >
56
49
</ footer >
Original file line number Diff line number Diff line change 9
9
padding : 0 ;
10
10
margin : 0 ;
11
11
color : # 333 ;
12
+ letter-spacing : 0 ;
12
13
}
13
14
14
15
header {
15
16
padding-top : 2.0rem ;
16
17
border-bottom : 1px solid # EEE ;
17
18
}
18
19
19
- header a {
20
- color : inherit ;
20
+ header a , header a : hover {
21
+ text-decoration : none ;
21
22
}
22
23
23
24
main {
24
25
flex : 1 ;
25
- padding-top : 4rem ;
26
26
}
27
27
28
28
footer {
@@ -32,7 +32,6 @@ footer {
32
32
33
33
h4 {
34
34
margin-top : 4rem ;
35
- letter-spacing : 0 ;
36
35
}
37
36
38
37
a {
@@ -59,11 +58,6 @@ td:first-child {
59
58
white-space : nowrap;
60
59
}
61
60
62
- img {
63
- padding-top : 50px ;
64
- padding-bottom : 20px ;
65
- }
66
-
67
61
ul {
68
62
list-style-position : inside;
69
63
padding-left : 0 ;
73
67
list-style-type : none;
74
68
margin-bottom : .2rem ;
75
69
}
70
+
71
+ code {
72
+ border-radius : 0 ;
73
+ }
You can’t perform that action at this time.
0 commit comments