ampel/assets/templates/display.tpl

34 lines
567 B
Smarty

<html>
<head>
<title>Anzeige</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
}
div.trafficLight {
display: inline-block;
height: 765px;
width: 415px;
background-color: black;
margin-right: 100px;
margin-left: 100px;
}
div.label {
height: 60px;
padding-bottom: 20px;
font-size: 4em;
font-weight: "bold";
background-color: white;
text-align: center;
}
</style>
</head>
<body>
<script src="assets/js/mainDisplay.js"></script>
</body>
</html>