Playground
for Cirrus
Version / Latest Build
  • Latest Build
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
  • 0.5.5
  • 0.5.4
  • 0.5.31
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.6
  • 0.4.5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
    Welcome to Playground!
    This is a space for you to try out some ideas using Cirrus or just to test
    out how the framework works.
    You can rotate this view, save this as a file, or switch versions of Cirrus all
    at the top right corner.
       _______                     
      / ____(_)___________  _______
     / /   / / ___/ ___/ / / / ___/
    / /___/ / /  / /  / /_/ (__  ) 
    \____/_/_/  /_/   \__,_/____/  
                        
    Happy coding. :)
-->
<style>
    body {
        background-image: url(https://images.unsplash.com/photo-1524838101135-a71ba219084d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2560&q=100);
        background-size: cover;
        background-repeat: no-repeat;
        backdrop-filter: blur(5px);
    }
    .intro-card {
        background-color: rgba(255, 255, 255, 0.9);
        max-width: 80%;
        min-width: 350px
    }
Enter to Rename, Shift+Enter to Preview