{"id":609,"date":"2022-03-15T04:17:43","date_gmt":"2022-03-15T04:17:43","guid":{"rendered":"https:\/\/emorah.com\/story\/?p=609"},"modified":"2022-03-17T22:04:23","modified_gmt":"2022-03-17T22:04:23","slug":"styling-with-css3-fresco-play-hands-on-solutions","status":"publish","type":"post","link":"https:\/\/emorah.com\/story\/fresco-play\/styling-with-css3-fresco-play-hands-on-solutions\/","title":{"rendered":"Styling with CSS3 Fresco Play Hands-On Solutions"},"content":{"rendered":"\n<p>Styling with CSS3 Fresco Play Hands-On Solutions<\/p>\n\n\n\n<p><strong>Disclaimer:\u00a0The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)<\/strong><\/p>\n\n\n\n<p>Please follow the below steps before&nbsp;<strong>Run Tests<\/strong>&nbsp;to run your code successfully otherwise you will face some server issues even Hands-On code is correct.<br>Step 1: Run-&gt;InstallStep 2: Run-&gt;RunStep 3: Run Tests<\/p>\n\n\n\n<p>1.<strong>CSS3 HandsOn &#8211; Morphing Div(30 Min)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/1.bp.blogspot.com\/-Wj_SSFhbqdA\/YPQnRqaKOsI\/AAAAAAAAAMA\/IfqQbgVzA2AJLhm5NIVNOTtiucyJcBkkwCLcBGAsYHQ\/s640\/CSS3-Handson-Morphing-Div-fresco-play-hands-on-solutions.jpg\"><img src=\"https:\/\/1.bp.blogspot.com\/-Wj_SSFhbqdA\/YPQnRqaKOsI\/AAAAAAAAAMA\/IfqQbgVzA2AJLhm5NIVNOTtiucyJcBkkwCLcBGAsYHQ\/s16000\/CSS3-Handson-Morphing-Div-fresco-play-hands-on-solutions.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>File Name: styles.css<\/strong><\/p>\n\n\n\n<p>#shape {<\/p>\n\n\n\n<p>height: 300px;<\/p>\n\n\n\n<p>width: 300px;<\/p>\n\n\n\n<p>margin: autoautoautoauto;<\/p>\n\n\n\n<p>background: tomato;<\/p>\n\n\n\n<p>border: 1pxsolidblack;<\/p>\n\n\n\n<p><strong>animation: colorchange5sinfinite;<\/strong><\/p>\n\n\n\n<p><strong>animation-duration: 5s;<\/strong><\/p>\n\n\n\n<p><strong>animation-timing-function: ease-in-out;<\/strong><\/p>\n\n\n\n<p><strong>animation-delay: 0;<\/strong><\/p>\n\n\n\n<p><strong>animation-duration: alternate;<\/strong><\/p>\n\n\n\n<p><strong>animation-iteration-count: infinite;<\/strong><\/p>\n\n\n\n<p><strong>animation-fill-mode: none;<\/strong><\/p>\n\n\n\n<p><strong>animation-play-state: running;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p><strong>@keyframes colorchange5sinfinite {<\/strong><\/p>\n\n\n\n<p><strong>0% {<\/strong><\/p>\n\n\n\n<p><strong>background: red;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>25% {<\/strong><\/p>\n\n\n\n<p><strong>background: yellow;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>50% {<\/strong><\/p>\n\n\n\n<p><strong>background: blue;<\/strong><\/p>\n\n\n\n<p><strong>border-radius: 50%;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>75% {<\/strong><\/p>\n\n\n\n<p><strong>background: green;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>100% {<\/strong><\/p>\n\n\n\n<p><strong>background: red;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p>html{<\/p>\n\n\n\n<p>width: 100%;<\/p>\n\n\n\n<p>height: 100%;<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>body{<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>margin: auto auto auto auto;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p><strong>2.CSS3 HandsOn &#8211; Scroll Bar(30 Min)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/1.bp.blogspot.com\/-YkjvTa3Lw7g\/YPQnet_UqtI\/AAAAAAAAAME\/LvNlukJuEDIDSnAVpdyE3LW3Qj_FbOi2wCLcBGAsYHQ\/s640\/CSS3-Handson-Scroll-Bar-fresco-play-hands-on-solutions.jpg\"><img src=\"https:\/\/1.bp.blogspot.com\/-YkjvTa3Lw7g\/YPQnet_UqtI\/AAAAAAAAAME\/LvNlukJuEDIDSnAVpdyE3LW3Qj_FbOi2wCLcBGAsYHQ\/s16000\/CSS3-Handson-Scroll-Bar-fresco-play-hands-on-solutions.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>styles.css<\/strong><\/p>\n\n\n\n<p>.container::-webkit-scrollbar {<\/p>\n\n\n\n<p>background-color:#fff;<\/p>\n\n\n\n<p>width:13px<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.container::-webkit-scrollbar-track {<\/p>\n\n\n\n<p><strong>-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);<\/strong><\/p>\n\n\n\n<p><strong>background-color: #F5F5F5;<\/strong><\/p>\n\n\n\n<p><strong>border-radius: 10px;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.container::-webkit-scrollbar-thumb {<\/p>\n\n\n\n<p><strong>border-radius: 10px;<\/strong><\/p>\n\n\n\n<p><strong>-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);<\/strong><\/p>\n\n\n\n<p><strong>background-color: #55;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.container {<\/p>\n\n\n\n<p>height: 200px;<\/p>\n\n\n\n<p>width: 300px;<\/p>\n\n\n\n<p>min-width: 150px;<\/p>\n\n\n\n<p>background: #fff;<\/p>\n\n\n\n<p>margin: auto auto auto auto;<\/p>\n\n\n\n<p><strong>overflow-y: scroll;<\/strong><\/p>\n\n\n\n<p><strong>overflow-x: scroll;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.overflow{<\/p>\n\n\n\n<p>min-width: 350px;<\/p>\n\n\n\n<p>min-height:250px;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>html{<\/p>\n\n\n\n<p>width: 100%;<\/p>\n\n\n\n<p>height: 100%;<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>body{<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>margin: auto auto auto auto;<\/p>\n\n\n\n<p>font-size:22px;<\/p>\n\n\n\n<p>font-weight:600;<\/p>\n\n\n\n<p>font-family: comic sans ms;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p><strong>3.CSS3 HandsOn &#8211; Menu Bar(30 Min)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/1.bp.blogspot.com\/-QsXhjCOxLuA\/YPQnxO3utyI\/AAAAAAAAAMQ\/e9JZcrtDjr0hPNgFVCDuUVWkEIy7cds7QCLcBGAsYHQ\/s640\/CSS3-Handson-Menu-Bar-fresco-play-hands-on-solutions.jpg\"><img src=\"https:\/\/1.bp.blogspot.com\/-QsXhjCOxLuA\/YPQnxO3utyI\/AAAAAAAAAMQ\/e9JZcrtDjr0hPNgFVCDuUVWkEIy7cds7QCLcBGAsYHQ\/s16000\/CSS3-Handson-Menu-Bar-fresco-play-hands-on-solutions.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>styles.css<\/strong><\/p>\n\n\n\n<p>.menu {<\/p>\n\n\n\n<p>height: 24%;<\/p>\n\n\n\n<p>width: 600px;<\/p>\n\n\n\n<p>margin: auto;<\/p>\n\n\n\n<p>border: 1px solid RGBA(0,0,0,.4);<\/p>\n\n\n\n<p>font-family: calibri, monospace;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.button{<\/p>\n\n\n\n<p>width: 150px;<\/p>\n\n\n\n<p>height: 32%;<\/p>\n\n\n\n<p>background: #333;<\/p>\n\n\n\n<p>border:1px solid white;<\/p>\n\n\n\n<p>color: #e7e7e7;<\/p>\n\n\n\n<p>font-weight: 600;<\/p>\n\n\n\n<p><strong>display: flex;<\/strong><\/p>\n\n\n\n<p><strong>cursor:pointer;<\/strong><\/p>\n\n\n\n<p><strong>align-items:center;<\/strong><\/p>\n\n\n\n<p><strong>justify-content:center;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p><strong>.button:focus, .button:hover {<\/strong><\/p>\n\n\n\n<p><strong>background: blue;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p><strong>.button:focus + .content{<\/strong><\/p>\n\n\n\n<p><strong>display: block;<\/strong><\/p>\n\n\n\n<p><strong>}<\/strong><\/p>\n\n\n\n<p>.content{<\/p>\n\n\n\n<p>background: #f3f3f3;<\/p>\n\n\n\n<p>width: 440px;<\/p>\n\n\n\n<p>height: 23%;<\/p>\n\n\n\n<p>margin-left: 155px;<\/p>\n\n\n\n<p>border: 1px solid #e7e7e7<\/p>\n\n\n\n<p><strong>display: none;<\/strong><\/p>\n\n\n\n<p><strong>position:absolute;<\/strong><\/p>\n\n\n\n<p><strong>align-items:center;<\/strong><\/p>\n\n\n\n<p><strong>justify-content:center;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>html{<\/p>\n\n\n\n<p>width: 100%;<\/p>\n\n\n\n<p>height: 100%;<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>body{<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>margin: auto;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p><strong>4.CSS3 HandsOn &#8211; Flying Bird<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/1.bp.blogspot.com\/-7YaBnsahGtA\/YPQoBTOG_pI\/AAAAAAAAAMY\/g9-zJDQ4UMMKG_3TVsXu1PMpEYw13p9awCLcBGAsYHQ\/s640\/CSS3-Handson-Flying-Bird-fresco-play-hands-on-solutions.jpg\"><img src=\"https:\/\/1.bp.blogspot.com\/-7YaBnsahGtA\/YPQoBTOG_pI\/AAAAAAAAAMY\/g9-zJDQ4UMMKG_3TVsXu1PMpEYw13p9awCLcBGAsYHQ\/s16000\/CSS3-Handson-Flying-Bird-fresco-play-hands-on-solutions.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>styles.css<\/strong><\/p>\n\n\n\n<p>h1 {<\/p>\n\n\n\n<p>font-family: &#8216;comic sans&#8217;, cursive;<\/p>\n\n\n\n<p>font-size: 25px;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>body,html{<\/p>\n\n\n\n<p>min-width:100%;<\/p>\n\n\n\n<p>min-height:100%;<\/p>\n\n\n\n<p>display: flex;<\/p>\n\n\n\n<p>align-items: center;<\/p>\n\n\n\n<p>justify-content: center;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.container {<\/p>\n\n\n\n<p>min-height: 30rem;<\/p>\n\n\n\n<p>min-width:50rem;<\/p>\n\n\n\n<p>background-size: cover;<\/p>\n\n\n\n<p>background-position: center center;<\/p>\n\n\n\n<p>overflow:hidden;<\/p>\n\n\n\n<p>position:relative;<\/p>\n\n\n\n<p><strong>display:flex;<\/strong><\/p>\n\n\n\n<p><strong>align-items:center;<\/strong><\/p>\n\n\n\n<p><strong>justify-content:center;<\/strong><\/p>\n\n\n\n<p><strong>background-image:url(.*bg.jpg.*);<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.bird {<\/p>\n\n\n\n<p>background-size: auto 100%;<\/p>\n\n\n\n<p>width: 88px;<\/p>\n\n\n\n<p>height: 125px;<\/p>\n\n\n\n<p>animation-timing-function: steps(10);<\/p>\n\n\n\n<p>animation-iteration-count: infinite;<\/p>\n\n\n\n<p>animation-duration: 1s;<\/p>\n\n\n\n<p>animation-delay: -0.5s;<\/p>\n\n\n\n<p><strong>background-image:url(.*bird-cells.svg.*);<\/strong><\/p>\n\n\n\n<p><strong>will-change:background-position;<\/strong><\/p>\n\n\n\n<p><strong>animation-name:fly-cycle;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>.bird-container {<\/p>\n\n\n\n<p>top: 20%;<\/p>\n\n\n\n<p>left: -10%;<\/p>\n\n\n\n<p>animation-timing-function: linear;<\/p>\n\n\n\n<p>animation-iteration-count: infinite;<\/p>\n\n\n\n<p>animation-duration: 15s;<\/p>\n\n\n\n<p>animation-delay: 0;<\/p>\n\n\n\n<p><strong>position:absolute;<\/strong><\/p>\n\n\n\n<p><strong>will-change:transform;<\/strong><\/p>\n\n\n\n<p><strong>transform:scale(.*)translateX(.*);<\/strong><\/p>\n\n\n\n<p><strong>animation-name:fly-right-one;<\/strong><\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>@keyframes fly-cycle {<\/p>\n\n\n\n<p>100% {<\/p>\n\n\n\n<p>background-position: -900px 0;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>@keyframes fly-right-one {<\/p>\n\n\n\n<p>0% {<\/p>\n\n\n\n<p>transform: scale(0.3) translateX(-10vw);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>10% {<\/p>\n\n\n\n<p>transform: translateY(2vh) translateX(10vw) scale(0.4);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>20% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(30vw) scale(0.5);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>30% {<\/p>\n\n\n\n<p>transform: translateY(4vh) translateX(50vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>40% {<\/p>\n\n\n\n<p>transform: translateY(2vh) translateX(70vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>50% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(90vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>60% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(110vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>100% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(110vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>@keyframes fly-right-two {<\/p>\n\n\n\n<p>0% {<\/p>\n\n\n\n<p>transform: translateY(-2vh) translateX(-10vw) scale(0.5);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>10% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(10vw) scale(0.4);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>20% {<\/p>\n\n\n\n<p>transform: translateY(-4vh) translateX(30vw) scale(0.6);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>30% {<\/p>\n\n\n\n<p>transform: translateY(1vh) translateX(50vw) scale(0.45);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>40% {<\/p>\n\n\n\n<p>transform: translateY(-2.5vh) translateX(70vw) scale(0.5);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>50% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(90vw) scale(0.45);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>51% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(110vw) scale(0.45);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>100% {<\/p>\n\n\n\n<p>transform: translateY(0vh) translateX(110vw) scale(0.45);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Styling with CSS3 Fresco Play Hands-On Solutions Disclaimer:\u00a0The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":611,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":""},"categories":[156],"tags":[],"_links":{"self":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/609"}],"collection":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/comments?post=609"}],"version-history":[{"count":2,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/609\/revisions"}],"predecessor-version":[{"id":615,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/609\/revisions\/615"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media\/611"}],"wp:attachment":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media?parent=609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/categories?post=609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/tags?post=609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}