Calendar Date

Developer
Size
2,779 Kb
Views
8,096

How do I make an calendar date?

A simple calendar date for classic blog-style posts. What is a calendar date? How do you make a calendar date? This script and codes were developed by Mackdoyle on 26 December 2022, Monday.

Calendar Date Previews

Calendar Date - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Calendar Date</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { position: relative; height: 100%; font-family: helvetica, sans-serif; font-weight: bold; text-align: center; margin-top: 5%;
}
.container { margin: 2%; height: 100%; display: inline-block; font-size: 64px; font-size: 4rem;
}
.container p { font-size: 16px; font-size: 1rem; text-align: center; padding: 2% 0;
}
.date { margin: 0 auto; width: 200px; background: #f8f8f8; box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.1); text-align: center; border-radius: 5px 5px 0 0; overflow: hidden;
}
.month { font-size: 65%; padding: 2% 16%; background-color: #b40000; color: white;
}
.day { padding: 8% 16%;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<p>Not going to get into time tags, microformats or microdata stanards at this point.</p>
<!-- Using divs -->
<section class="container"> <p>As divs</p> <div class="date"> <div class="month">Oct</div> <div class="day">29</div> </div>
</section>
<!-- as an unordered list -->
<section class="container"> <p>As a ul list</p> <ul class="date"> <li class="month"><data value="10">Oct</data></li> <li class="day"><data value="29">29</data></li> </ul>
</section>
</body>
</html>

Calendar Date - Script Codes CSS Codes

body { position: relative; height: 100%; font-family: helvetica, sans-serif; font-weight: bold; text-align: center; margin-top: 5%;
}
.container { margin: 2%; height: 100%; display: inline-block; font-size: 64px; font-size: 4rem;
}
.container p { font-size: 16px; font-size: 1rem; text-align: center; padding: 2% 0;
}
.date { margin: 0 auto; width: 200px; background: #f8f8f8; box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.1); text-align: center; border-radius: 5px 5px 0 0; overflow: hidden;
}
.month { font-size: 65%; padding: 2% 16%; background-color: #b40000; color: white;
}
.day { padding: 8% 16%;
}
Calendar Date - Script Codes
Calendar Date - Script Codes
Home Page Home
Developer Mackdoyle
Username mackdoyle
Uploaded December 26, 2022
Rating 3
Size 2,779 Kb
Views 8,096
Do you need developer help for Calendar Date?

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!

Mackdoyle (mackdoyle) Script Codes
Create amazing Facebook ads 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!