File tree Expand file tree Collapse file tree 1 file changed +25
-13
lines changed
code-dev/26-02-10/jquery-as-a-one-liner Expand file tree Collapse file tree 1 file changed +25
-13
lines changed Original file line number Diff line number Diff line change 11
2- < style >
3- body {display : flex;flex-direction : column;gap : 20px }
4- div {border : 1px solid lightgray;padding : 10px }
5- # links {display : flex;flex-direction : column;gap : 10px ;font-family : monospace;font-size : 16px }
6- </ style >
2+
3+ < html >
4+
5+ < head >
6+
7+ < style >
8+ body {display : flex;flex-direction : column;gap : 20px }
9+ # title {text-align : center}
10+ div {border : 1px solid lightgray;padding : 10px }
11+ # links {display : flex;flex-direction : column;gap : 10px ;font-family : monospace;font-size : 16px }
12+ </ style >
13+
14+ </ head >
15+
16+
17+ < body >
718
819
9- < h2 >
20+ < h2 id = title >
1021 jQuery as a one liner
1122 </ h2 >
1223
2536
2637 < hr >
2738
39+
2840 < div id =test >
2941 test
3042 </ div >
@@ -257,10 +269,10 @@ <h3>test4</h3>
257269
258270
259271
260-
261-
262-
263-
264-
265-
266-
272+ </ body >
273+ </ html >
274+
275+
276+
277+
278+
You can’t perform that action at this time.
0 commit comments