We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97d069 commit de6d3b9Copy full SHA for de6d3b9
pages/css/index.html
@@ -222,9 +222,18 @@ <h2>box-shadow</h2>
222
/* from https://www.entheosweb.com/tutorials/css/multiple_shadows.asp */
223
</script>
224
225
- <hr />
226
227
+ <h2>clamp</h2>
+
+ <script type="editor" data-lang="css"></script>
228
229
+ // https://youtu.be/rIOIeoX6QNw
230
231
+ h1 {
232
+ font-size: clamp(50px, 8vw, 100px);
233
+ text-align: center;
234
+ }
235
236
+ </script>
237
<h2>view() function rotate scroll</h2>
238
239
<style replace="#replace_virus_rotate_target">
0 commit comments