just css and layour
This commit is contained in:
parent
b745b5e0d5
commit
4244f90c61
@ -177,13 +177,13 @@ header{
|
|||||||
#logobox a, #logobox a:visited{
|
#logobox a, #logobox a:visited{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
#logobox a:hover{
|
/*#logobox a:hover{
|
||||||
animation: blinker 0.05s linear infinite;
|
animation: blinker 0.05s linear infinite;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
@keyframes blinker {
|
/*@keyframes blinker {
|
||||||
50% { opacity: 0; }
|
50% { opacity: 0; }
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#logobox h1{
|
#logobox h1{
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
|
@ -82,12 +82,27 @@
|
|||||||
<!--index button-->
|
<!--index button-->
|
||||||
<a href="{{ url_for('index') }}">
|
<a href="{{ url_for('index') }}">
|
||||||
<div class="generate-button-index" id="generate-button-index">
|
<div class="generate-button-index" id="generate-button-index">
|
||||||
|
<span>l
|
||||||
<span>i
|
<span>i
|
||||||
<span>n
|
<span>s
|
||||||
<span>d
|
<span>t
|
||||||
|
<span>
|
||||||
|
|
||||||
|
<span>o
|
||||||
|
<span>f
|
||||||
|
<span>
|
||||||
|
<span>i
|
||||||
|
<span>t
|
||||||
<span>e
|
<span>e
|
||||||
<span>x
|
<span>m
|
||||||
</span></span></span></span></span>
|
<span>s
|
||||||
|
<span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<!--end index button-->
|
<!--end index button-->
|
||||||
|
Loading…
Reference in New Issue
Block a user