Skip to content

Commit c7752ff

Browse files
save file
1 parent aef0e0a commit c7752ff

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

blog/25-07-26/very-simple-http-proxy/very-simple-http-proxy.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,27 +135,36 @@
135135

136136
[component]
137137
{display:none}
138-
138+
139139
#description
140140
{margin:20px 0;max-width:1000px;text-align:justify}
141141
#description>div
142142
{margin:10px 0}
143-
144-
iframe
145-
{width:100%}
146143

147144
code
148-
{font-family:monospace;padding:5px 10px;background:whitesmoke;}
145+
{font-family:monospace;background:whitesmoke}
149146
code.inline
150-
{display:inline}
147+
{display:inline;padding:5px 10px}
151148

152149
.link-stable
153150
{color:blue}
154151
.link-domain
155152
{font-size:10px;color:gray}
156153
.link-txt
157154
{}
158-
155+
156+
input
157+
{font-size:16px;padding:5px 7px;box-sizing:border-box;}
158+
input[type=button]
159+
{cursor:pointer}
160+
161+
162+
163+
164+
165+
iframe
166+
{width:100%}
167+
159168
</style>
160169

161170
</head>

0 commit comments

Comments
 (0)