diff --git a/css/post-it.css b/css/post-it.css new file mode 100644 index 00000000..e6df1262 --- /dev/null +++ b/css/post-it.css @@ -0,0 +1,34 @@ +@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah); + +.post-it { + background:#fefabc; + padding: 15px; + font-family: 'Gloria Hallelujah', cursive; + font-family: "Lucida Console", Monaco, monospace; + font-family: "Architects Daughter"; + font-family: "Shadows Into Light Two"; + font-family: "Gloria Hallelujah"; + + font-size: 18px; + line-height: 1.3em; + + color: #000; + width: 320px; + + -moz-transform: rotate(7deg); + -webkit-transform: rotate(7deg); + -o-transform: rotate(7deg); + -ms-transform: rotate(7deg); + transform: rotate(7deg); + + box-shadow: 0px 4px 6px #333; + -moz-box-shadow: 0px 4px 6px #333; + -webkit-box-shadow: 0px 4px 6px #333; +} + +.post-it-top-right { + position: fixed; + top: 50px; + right: 100px; + z-index: 999; +} \ No newline at end of file diff --git a/index.html b/index.html index 79cefb07..1f595a2a 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@