Calendar

Developer
Size
1,758 Kb
Views
6,072

How do I make an calendar?

What is a calendar? How do you make a calendar? This script and codes were developed by Nummo on 18 December 2022, Sunday.

Calendar Previews

Calendar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>calendar</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body> <div class ="box"> <div class = "back"> <div class= "front"> </div> <div class="text1"> calender 2017 </div> <div class= "month-1"> </div> <div class= "month-2"> </div> <div class= "month-3"> </div> <div class= "month-4"> </div> <div class= "month-5"> </div> <div class= "month-6"> </div> <!--<div class= "spiral-top"> - </div> --> </div> </div>
</body>
</body>
</html>

Calendar - Script Codes CSS Codes

body { background: black;
}
.box { position: relative; margin: auto; margin-top: 15%; width: 600px; height: 600px; background:none;
}
.back { position: absolute; top:16.5%; left: 15%; width: 80%; height: 40%; background: white;
}
.front {
}
.text1{ position: absolute; top: 83%; left: 5%; font-family: 'Vibur', cursive; ; font-size: 24px; text-transform: uppercase;
}
.month-1{ position: absolute; top: 5%; left: 5%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.month-2{ position: absolute; top: 5%; left: 30%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.month-3{ position: absolute; top: 5%; left: 55%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.month-4{ position: absolute; top: 50%; left: 5%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.month-5{ position: absolute; top: 50%; left: 30%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.month-6{ position: absolute; top: 50%; left: 55%; width: 20%; height: 30%; background: white; border-color: grey; border-style: dashed; border-width: 1px;
}
.spiral-top{ position: absolute; width: 10%; height: 5%; top: 65%; right: 10%; border-radius: 60%; border-top: 2px solid; border-right: 2px solid; z-index: 1;
}
Calendar - Script Codes
Calendar - Script Codes
Home Page Home
Developer Nummo
Username nen
Uploaded December 18, 2022
Rating 3
Size 1,758 Kb
Views 6,072
Do you need developer help for Calendar?

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!

Nummo (nen) Script Codes
Create amazing video scripts 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!