mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
'Something new is brewing in Lisbon.'
This commit is contained in:
parent
73fc39a1a1
commit
a73e0af2c5
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<div class="countdown-container">
|
<div class="countdown-container">
|
||||||
<div class="countdown-contents">
|
<div class="countdown-contents">
|
||||||
<p class="text-center display-1" id="demo"></p>
|
<p class="text-center display-1" id="demo"></p>
|
||||||
<p class="text-center authenticate display-6">Something big's brewing in Lisbon.</p>
|
<p class="text-center authenticate display-6">Something new is brewing in Lisbon.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
color: #00ffd0;
|
color: #00ffd0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide:hover{
|
.hide:hover{
|
||||||
|
|
Loading…
Reference in a new issue