Skip to content

Commit

Permalink
Update parse-html.html
Browse files Browse the repository at this point in the history
  • Loading branch information
condrock authored May 9, 2024
1 parent 14a0b52 commit a2cb729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-html.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parse HTML</title>
<style>code,h1{font-family:Consolas,Monaco,'Andale Mono','Courier New',Courier,Monospace;color:#fff}#codes,body{margin:0 auto;display:block}#codes,code{padding:16px}.button-group,h1{text-align:center}#wrapin,code,h1{color:#fff}#codes,#wrapin,body,img{display:block}body{background-color:#333;max-width:700PX;align-items:center}.parse{margin-top:20px}#wrapin{max-width:0 auto;list-style-type:none}code{font-size:13px}#codes{width:88%;height:300px;background-color:#000;color:#0f4;border-radius:5px}.button-group{margin:20px}button,button[disabled]:active{border:none;padding:5px 12px;color:#fff;background-color:#000;cursor:pointer;font-size:13px;margin:0 10px;line-height:23px;border-radius:20px;transition:.3s ease-in-out}button:active{background:#3f92e1}button[disabled],button[disabled]:active{background:#0f4}#opt1,#opt2,#opt3,#opt4,#opt5{display:inline-block;margin-right:10px;font-size:13px}img{max-width:150px;margin-top:100px;margin-buttom: 10px;margin-left:auto;margin-right:auto}</style>
<style>code,h1{font-family:Consolas,Monaco,'Andale Mono','Courier New',Courier,Monospace;color:#fff}#codes,body{margin:0 auto;display:block}#codes,code{padding:16px}.button-group,h1{text-align:center}#wrapin,code,h1{color:#fff}#codes,#wrapin,body,img{display:block}body{background-color:#333;max-width:700PX;align-items:center}.parse{margin-top:20px}#wrapin{max-width:0 auto;list-style-type:none}code{font-size:13px}#codes{width:88%;height:300px;background-color:#000;color:#0f4;border-radius:5px}.button-group{margin:20px}button,button[disabled]:active{border:none;padding:5px 12px;color:#fff;background-color:#000;cursor:pointer;font-size:13px;margin:0 10px;line-height:23px;border-radius:20px;transition:.3s ease-in-out}button:active{background:#3f92e1}button[disabled],button[disabled]:active{background:#0f4}#opt1,#opt2,#opt3,#opt4,#opt5{display:inline-block;margin-right:10px;font-size:13px}img{max-width:150px;margin-top:100px auto;margin-left:auto;margin-right:auto}</style>
</head>

<body>
Expand Down

0 comments on commit a2cb729

Please sign in to comment.