Skip to content
Snippets Groups Projects
Commit 49d8b2a5 authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

updated style as per request

parent baa3c57f
No related branches found
No related tags found
No related merge requests found
......@@ -12,26 +12,31 @@ main {
background-repeat: no-repeat;
height: 100%;
padding: 50px;
text-align: center;
}
main #content {
background: #000;
color: #fff;
padding: 20px;
display: inline-block;
}
main #heading {
margin: 0;
font-family: "Bebas Neue";
font-size: 100px;
text-align: center;
}
main #description {
font-family: "Bebas Neue Light";
font-size: 50px;
text-align: center;
margin: 0;
}
main #timer-wrapper {
font-family: "Bebas Neue Light";
font-size: 50px;
text-align: center;
margin: 0;
}
......@@ -41,7 +46,6 @@ main #timer-wrapper #timer {
#copyleft {
font-family: sans-serif;
text-align: center;
margin-top: 15px;
font-family: "Roboto Condensed";
}
......@@ -29,15 +29,17 @@
</head>
<body>
<main>
<h1 id="heading">Chystáme to!</h1>
<p id="description">
30.9.2022 představíme dopadovou studii o legalizaci konopí.
</p>
<p id="timer-wrapper">
Zbývá <span id="timer"></span>.
</p>
<div id="content">
<h1 id="heading">Chystáme to!</h1>
<p id="description">
30.9.2022 představíme dopadovou studii o legalizaci konopí.
</p>
<p id="timer-wrapper">
Zbývá <span id="timer"></span>.
</p>
</div>
<div id="copyleft">
<span style="transform:scale(-1,1);display:inline-block">&copy;</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment