{"id":1215,"date":"2020-11-30T20:55:30","date_gmt":"2020-11-30T11:55:30","guid":{"rendered":"http:\/\/meeny.com\/?p=1215"},"modified":"2020-11-30T20:56:02","modified_gmt":"2020-11-30T11:56:02","slug":"responsive-font-size-typo-animation","status":"publish","type":"post","link":"https:\/\/meeny.com\/?p=1215","title":{"rendered":"Responsive Font Size &#038; Typo Animation"},"content":{"rendered":"\n<p>Responsive Font Size &amp; Typo Animation<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Responsive Font Size &amp; Typo Animation\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/JMAKLAUrEaE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">HTML<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n\n&lt;div class=\"contents bg-primary overflow-hidden\">\n  &lt;div class=\"container d-flex justify-content-center align-items-center h-100\">\n    &lt;div class=\"section7 w-100 text-center\">\n\n      &lt;h2 class=\"font-h2 text-uppercase text-primary\">\n        &lt;span style=\"--Mdelay : 1\">R&lt;\/span>&lt;span style=\"--Mdelay : 2\">e&lt;\/span>&lt;span style=\"--Mdelay : 3\">s&lt;\/span>&lt;span style=\"--Mdelay : 4\">p&lt;\/span>&lt;span style=\"--Mdelay : 5\">o&lt;\/span>&lt;span style=\"--Mdelay : 6\">n&lt;\/span>&lt;span style=\"--Mdelay : 7\">s&lt;\/span>&lt;span style=\"--Mdelay : 8\">i&lt;\/span>&lt;span style=\"--Mdelay : 9\">v&lt;\/span>&lt;span style=\"--Mdelay : 10\">e&lt;\/span> &lt;span style=\"--Mdelay : 11\">F&lt;\/span>&lt;span style=\"--Mdelay : 12\">o&lt;\/span>&lt;span style=\"--Mdelay : 13\">n&lt;\/span>&lt;span style=\"--Mdelay : 14\">t&lt;\/span> &lt;span style=\"--Mdelay : 15\">S&lt;\/span>&lt;span style=\"--Mdelay : 16\">i&lt;\/span>&lt;span style=\"--Mdelay : 17\">z&lt;\/span>&lt;span style=\"--Mdelay : 18\">e&lt;\/span>\n      &lt;\/h2>\n      &lt;p class=\"text-light\">font-size : calc(??em + ??vw);&lt;\/p>\n\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/div>\n\n\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">SCSS<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n.section7{\n    .font-h2{\n        font-family: 'Anton', sans-serif;\n        font-size: calc(1em + 6vw);\n        text-shadow: 1px 1px 0px $color-3,\n                    2px 2px 0px darken($color-3,5%),\n                    3px 3px 0px darken($color-3,10%),\n                    4px 4px 0px darken($color-3,15%),\n                    5px 5px 0px darken($color-3,20%),\n                    6px 6px 0px darken($color-3,25%),\n                    7px 7px 0px darken($color-3,30%),\n                    8px 8px 0px darken($color-3,35%),\n                    9px 9px 0px darken($color-3,40%),\n                    10px 10px 10px $yellow;\n        span{\n            display: inline-block;\n            animation: ani3 4s ease-in-out infinite;\n            animation-delay: calc(0.3s * var(--Mdelay));\n            \n        }\n    }\n}\n\n@keyframes ani3{\n    10%{\n        color: $white;\n        transform: translateY(-50px);\n    }\n    20%{\n        transform: translateY(0px);\n    }\n}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-meeny\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"NHlqhdf6ZI\"><a href=\"https:\/\/meeny.com\/2020\/06\/20\/bootstrap4-theming-ep01\/\">Bootstrap4 theming ep01<\/a><\/blockquote><iframe title=\"&#8220;Bootstrap4 theming ep01&#8221; &#8212; Meeny\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https:\/\/meeny.com\/2020\/06\/20\/bootstrap4-theming-ep01\/embed\/#?secret=NHlqhdf6ZI\" data-secret=\"NHlqhdf6ZI\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-meeny\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"DPqEii5xUY\"><a href=\"https:\/\/meeny.com\/2020\/06\/22\/bootstrap4-theming-ep02\/\">Bootstrap4 theming ep02<\/a><\/blockquote><iframe title=\"&#8220;Bootstrap4 theming ep02&#8221; &#8212; Meeny\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https:\/\/meeny.com\/2020\/06\/22\/bootstrap4-theming-ep02\/embed\/#?secret=DPqEii5xUY\" data-secret=\"DPqEii5xUY\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Responsive Font Size &amp; Typo Animation HTML SCSS<\/p>\n","protected":false},"author":1,"featured_media":1216,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[62],"tags":[415,410,411,444,443,442,597,396,762,397,395,394,398,422,763,438,439,441,764],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Responsive Font Size &amp; Typo Animation - Meeny<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meeny.com\/?p=1215\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Responsive Font Size &amp; Typo Animation - Meeny\" \/>\n<meta property=\"og:description\" content=\"Responsive Font Size &amp; Typo Animation HTML SCSS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meeny.com\/?p=1215\" \/>\n<meta property=\"og:site_name\" content=\"Meeny\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-30T11:55:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-30T11:56:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Meeny\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Meeny\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/meeny.com\/?p=1215#article\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?p=1215\"},\"author\":{\"name\":\"Meeny\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\"},\"headline\":\"Responsive Font Size &#038; Typo Animation\",\"datePublished\":\"2020-11-30T11:55:30+00:00\",\"dateModified\":\"2020-11-30T11:56:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1215\"},\"wordCount\":27,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1215#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png\",\"keywords\":[\"bootstrap\",\"bootstrap css\",\"bootstrap html\",\"bootstrap theme fonts\",\"Bootstrap4 primary color change\",\"Bootstrap4 theming\",\"card hover effect\",\"css\",\"Css Custom Properties\",\"html\",\"html code\",\"html css\",\"javascript\",\"responsive design\",\"Responsive Font Size\",\"sticky-top\",\"template\",\"theming\",\"Typo Animation\"],\"articleSection\":[\"HTML &amp; CSS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/meeny.com\/?p=1215#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/meeny.com\/?p=1215\",\"url\":\"https:\/\/meeny.com\/?p=1215\",\"name\":\"Responsive Font Size & Typo Animation - Meeny\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1215#primaryimage\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1215#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png\",\"datePublished\":\"2020-11-30T11:55:30+00:00\",\"dateModified\":\"2020-11-30T11:56:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/meeny.com\/?p=1215#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/meeny.com\/?p=1215\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?p=1215#primaryimage\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/meeny.com\/?p=1215#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/meeny.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Responsive Font Size &#038; Typo Animation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"name\":\"Meeny\",\"description\":\"Issues &amp; News\",\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\",\"name\":\"Meeny\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"width\":180,\"height\":41,\"caption\":\"Meeny\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\",\"name\":\"Meeny\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"caption\":\"Meeny\"},\"sameAs\":[\"http:\/\/blog.epart.kr\"],\"url\":\"https:\/\/meeny.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Responsive Font Size & Typo Animation - Meeny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/meeny.com\/?p=1215","og_locale":"ko_KR","og_type":"article","og_title":"Responsive Font Size & Typo Animation - Meeny","og_description":"Responsive Font Size &amp; Typo Animation HTML SCSS","og_url":"https:\/\/meeny.com\/?p=1215","og_site_name":"Meeny","article_published_time":"2020-11-30T11:55:30+00:00","article_modified_time":"2020-11-30T11:56:02+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png","type":"image\/png"}],"author":"Meeny","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Meeny","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/meeny.com\/?p=1215#article","isPartOf":{"@id":"https:\/\/meeny.com\/?p=1215"},"author":{"name":"Meeny","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9"},"headline":"Responsive Font Size &#038; Typo Animation","datePublished":"2020-11-30T11:55:30+00:00","dateModified":"2020-11-30T11:56:02+00:00","mainEntityOfPage":{"@id":"https:\/\/meeny.com\/?p=1215"},"wordCount":27,"commentCount":0,"publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"image":{"@id":"https:\/\/meeny.com\/?p=1215#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png","keywords":["bootstrap","bootstrap css","bootstrap html","bootstrap theme fonts","Bootstrap4 primary color change","Bootstrap4 theming","card hover effect","css","Css Custom Properties","html","html code","html css","javascript","responsive design","Responsive Font Size","sticky-top","template","theming","Typo Animation"],"articleSection":["HTML &amp; CSS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/meeny.com\/?p=1215#respond"]}]},{"@type":"WebPage","@id":"https:\/\/meeny.com\/?p=1215","url":"https:\/\/meeny.com\/?p=1215","name":"Responsive Font Size & Typo Animation - Meeny","isPartOf":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website"},"primaryImageOfPage":{"@id":"https:\/\/meeny.com\/?p=1215#primaryimage"},"image":{"@id":"https:\/\/meeny.com\/?p=1215#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png","datePublished":"2020-11-30T11:55:30+00:00","dateModified":"2020-11-30T11:56:02+00:00","breadcrumb":{"@id":"https:\/\/meeny.com\/?p=1215#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meeny.com\/?p=1215"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?p=1215#primaryimage","url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/11\/012SVG.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/meeny.com\/?p=1215#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meeny.com\/"},{"@type":"ListItem","position":2,"name":"Responsive Font Size &#038; Typo Animation"}]},{"@type":"WebSite","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","name":"Meeny","description":"Issues &amp; News","publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization","name":"Meeny","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/","url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","width":180,"height":41,"caption":"Meeny"},"image":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9","name":"Meeny","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","caption":"Meeny"},"sameAs":["http:\/\/blog.epart.kr"],"url":"https:\/\/meeny.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1215"}],"collection":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1215"}],"version-history":[{"count":1,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1215\/revisions"}],"predecessor-version":[{"id":1217,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1215\/revisions\/1217"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/media\/1216"}],"wp:attachment":[{"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}