Day 8 Notepad #dailycssimages

Developer
Size
4,021 Kb
Views
12,144

How do I make an day 8 notepad #dailycssimages?

What is a day 8 notepad #dailycssimages? How do you make a day 8 notepad #dailycssimages? This script and codes were developed by Emily Shirley on 27 November 2022, Sunday.

Day 8 Notepad #dailycssimages Previews

Day 8 Notepad #dailycssimages - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Day 8 Notepad #dailycssimages</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<body> <div class="container"> <div class="notepad"> <div class="lines"> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div> <div class="check-box"> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> <div class="check"></div> </div> </div> <div class="top"></div> <div class="corgi"> <div class="ear-left"> <div class="ear-inner"></div> </div> <div class="ear-right"> <div class="ear-inner"></div> </div> <div class="hairl-right"></div> <div class="hairl-left"></div> <div class="hair-left"></div> <div class="hairls-left"></div> <div class="hair-right"></div> <div class="hairls-right"></div> <div class="head"></div> <div class="eye-left"></div> <div class="eye-right"></div> <div class="nose"></div> <div class="mouth-l"></div> <div class="mouth-r"> </div> </div> </div>
</body>
</body>
</html>

Day 8 Notepad #dailycssimages - Script Codes CSS Codes

@font-face { font-family: 'IndieFlower'; src: url("https://fonts.google.com/specimen/Satisfy");
}
body { background-color: gainsboro;
}
.container { position: relative; margin: auto; display: block; margin-top: 2%; width: 400px; height: 400px;
}
.notepad { position: absolute; width: 80%; height: 100%; box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.3);
}
.notepad:before { position: absolute; content: ' '; width: 100%; height: 100%; background: #f4f4e1;
}
.lines { display: flex; flex-direction: column; justify-content: space-around; position: absolute; width: 75%; height: 65%; top: 28%; left: 10%;
}
.line { width: 100%; height: 1px; background: rgba(120, 134, 159, 0.4);
}
.check-box { display: flex; flex-direction: column; justify-content: space-around; position: absolute; width: 75%; height: 65%; top: 27.5%; left: 87%;
}
.check { width: 3%; height: 3%; border-radius: 3px; border: 1px solid rgba(120, 134, 159, 0.4);
}
.top { position: absolute; width: 80%; height: 18%; background: rgba(144, 224, 181, 0.5); box-shadow: 0 5px 0 0 #7a5327;
}
.corgi { position: absolute; width: 12%; height: 12%; border-radius: 50%; background: #ffab4c; top: 11%; left: 10%; border: 4px solid #7a5327;
}
.head { position: absolute; width: 100%; height: 100%; border-radius: 50%; background: #ffab4c; z-index: 2; overflow: hidden; box-shadow: inset 0 -px 0 -1px rgba(255, 225, 186, 0.7);
}
.head:before { position: absolute; content: ' '; width: 100%; height: 40%; background: rgba(122, 83, 39, 0.5);
}
.ear-left { position: absolute; width: 80%; height: 57%; border-radius: 50px 0% 0% 700%; background: #ffab4c; box-shadow: inset 5px 5px 0 5px rgba(122, 83, 39, 0.5); top: -15%; left: -35%; transform: rotate(40deg); border: 4px solid #7a5327;
}
.ear-inner { position: absolute; width: 70%; height: 50%; border-radius: 0px 0% 0% 200%; background: #ffe1ba; top: 20%; left: 20%;
}
.ear-right { position: absolute; width: 80%; height: 57%; border-radius: 50px 0% 0% 700%; background: #ffab4c; box-shadow: inset 5px 5px 0 5px rgba(122, 83, 39, 0.5); top: -15%; right: -35%; transform: rotate(-40deg) scaleX(-1); border: 4px solid #7a5327;
}
.hair-left { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 3px; border: 4px solid #7a5327; transform: rotate(20deg); top: 45%; left: -12%; box-shadow: inset 0 -6px 0 0 rgba(255, 225, 186, 0.7);
}
.hair-right { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 3px; border: 4px solid #7a5327; transform: rotate(-20deg); top: 45%; right: -13%; box-shadow: inset 0 -6px 0 0 rgba(255, 225, 186, 0.7);
}
.hairl-left { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 2px; border: 4px solid #7a5327; transform: rotate(20deg); top: 62%; left: 2%;
}
.hairls-left { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 1px; transform: rotate(20deg); top: 70%; left: 10%; box-shadow: inset 0 -4px 0 0 rgba(255, 225, 186, 0.7);
}
.hairl-right { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 2px; border: 4px solid #7a5327; transform: rotate(-20deg); top: 62%; right: 1%;
}
.hairls-right { position: absolute; width: 20%; height: 20%; background: #ffab4c; border-radius: 1px; transform: rotate(-20deg); top: 70%; right: 9%; box-shadow: inset 0 -4px 0 0 rgba(255, 225, 186, 0.7);
}
.eye-left { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #7a5327; top: 37%; left: 20%; z-index: 2; box-shadow: 0 0 0 6px #ffab4c;
}
.eye-left:before { position: absolute; content: ' '; width: 25%; height: 25%; border-radius: 50%; background: #F4F4E1; top: 20%; left: 20%;
}
.eye-right { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #7a5327; top: 37%; right: 20%; z-index: 2; box-shadow: 0 0 0 6px #ffab4c;
}
.eye-right:before { position: absolute; content: ' '; width: 25%; height: 25%; border-radius: 50%; background: #F4F4E1; top: 20%; left: 20%;
}
.nose { position: absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #7a5327; z-index: 2; top: 60%; left: 35%;
}
.nose:before, .nose:after { position: absolute; content: ' ';
}
.nose:before { width: 100%; height: 100%; border-radius: 50%; border-bottom: 3px solid #7a5327; top: 100%;
}
.mouth-l { position: absolute; width: 20%; height: 10%; border-radius: 0px 0px 50px 50px; box-shadow: inset 0px -1px 0 1px #7a5327; z-index: 2; top: 73%; left: 31%;
}
.mouth-r { position: absolute; width: 20%; height: 10%; border-radius: 0px 0px 50px 50px; box-shadow: inset 0px -1px 0 1px #7a5327; z-index: 2; top: 73%; right: 31%;
}
Day 8 Notepad #dailycssimages - Script Codes
Day 8 Notepad #dailycssimages - Script Codes
Home Page Home
Developer Emily Shirley
Username emily_shirley
Uploaded November 27, 2022
Rating 3.5
Size 4,021 Kb
Views 12,144
Do you need developer help for Day 8 Notepad #dailycssimages?

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!

Emily Shirley (emily_shirley) Script Codes
Name
Experimenting yellow rose
Create amazing love letters with AI!

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!