Sticky notes with CSS3
How do I make an sticky notes with css3?
Http://robsobers.com/sticky-notes-with-css/ http://jsfiddle.net/rsobers/a9eFX/150/. What is a sticky notes with css3? How do you make a sticky notes with css3? This script and codes were developed by Hai Nguyen on 29 January 2023, Sunday.
Sticky notes with CSS3 - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sticky notes with CSS3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='https://fonts.googleapis.com/css?family=Reenie+Beanie&subset=latin' rel='stylesheet' type='text/css'>
<ul id="notes"> <li> <p>Push new feature to Kiln for code review</p> </li> <li class="kiln"> <p>Browse hacker news for a bit</p> </li> <li> <p>Read JavaScript: The Good Parts by Douglas Crockford</p> </li>
</ul>
</body>
</html>
Sticky notes with CSS3 - Script Codes CSS Codes
body { background: #B2CCCC;
}
#notes li { position: relative; width: 300px; min-height: 100px; margin: 25px auto; padding: 60px 15px 15px 15px; background: #fff url(http://our.fogbugz.com/images/tbKiwiLogo.gif) no-repeat 4px 8px; -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5); -moz-box-shadow: 0 2px 12px rgba(0,0,0,.5); box-shadow: 0 1px 2px #000; -webkit-transform: rotate(-.5deg); -moz-transform: rotate(-.5deg); -o-transform: rotate(-.5deg);
}
#notes li:nth-child(even) { -webkit-transform: rotate(.5deg); -moz-transform: rotate(.5deg); -o-transform: rotate(.5deg);
}
#notes li.kiln
{ background-image: url(https://rob.kilnhg.com/Content/Images/kiln_focus.gif);
}
#notes li p { text-align: center; font: normal normal normal 40px/48px 'Reenie Beanie', Helvetica, Arial, sans-serif; color: #000; text-shadow: white 1px 1px 0px; overflow:hidden;
}
#notes li::before { content: ' '; display: block; position: absolute; left: 115px; top: -15px; width: 75px; height: 25px; z-index: 2; background-color: rgba(243,245,228,0.5); border: 2px solid rgba(255,255,255,0.5); -webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: 0 0 5px #888; box-shadow: 2px 2px 2px #000; -webkit-transform: rotate(-6deg); -moz-transform: rotate(-6deg); -o-transform: rotate(-6deg);
}
#notes li:nth-child(even)::before { -webkit-transform: rotate(6deg); -moz-transform: rotate(6deg); -o-transform: rotate(6deg);
}

Developer | Hai Nguyen |
Username | HaiNguyen007 |
Uploaded | January 29, 2023 |
Rating | 3 |
Size | 2,146 Kb |
Views | 6,069 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
How to Create a Paper Sticky Note Using Only CSS3 | 2,405 Kb |
Equal Height and Width Columns using Flexbox | 2,015 Kb |
Fixed Header Shadow | 3,112 Kb |
Ribbons with Dynamic Text | 0 Kb |
Creating Different CSS3 Box Shadows Effects | 1,814 Kb |
Create a stunning menu in CSS3 | 3,074 Kb |
A Pen by Hai Nguyen | 2,171 Kb |
CSS Ribbon Headings | 3,068 Kb |
Css-sticky-notes | 1,995 Kb |
CSS Folded Corner Effect with Border Radius and Shadow | 2,605 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
JQuery AJAX reddit Exercise | Btholt | 1,777 Kb |
Falling Down the Rabbit Hole | Rachelnabors | 4,578 Kb |
Bootstrap example | Ssaakkaa | 2,716 Kb |
Map Controls | Iliadraznin | 3,721 Kb |
Commuter Line Tokyu 8500 | Pedox | 7,031 Kb |
Pure CSS Animated Photo Stack | Depthdev | 2,486 Kb |
CSS Social Media Icon | TychoBlender | 3,871 Kb |
Headroom.js demo | WickyNilliams | 3,982 Kb |
Practice using Wixel | Emnk | 3,057 Kb |
Vue.js Lazy Loading | Kjbrum | 3,620 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!