Need to make date and time Time Zone: (UTC +02:00 Cairo)
with format dd/mm/yyyy
for synchronization my desktop application.
<div class="container">
<p id="date"></p>
<p id="time"></p>
<p id="text">(UTC +02:00 Cairo)</p>
</div>
* {
box-sizing: border-box;
}
body {
color: black;
background-color: white;
font-family: 'Share Tech Mono', monospace;
}
p {
margin: 0 auto;
padding: 0 auto;
}
.container {
text-align: center;
margin-top: 10em;
}
#time {
letter-spacing: 0.05em;
font-size: 80px;
padding: 5px 0;
}
#date {
letter-spacing: 0.1em;
font-size: 24px;
}
#shroomsberry {
font-size: 12px;
padding: 20px 0 0;
letter-spacing: 0.1em;
text-transform: uppercase;
}