Explorar el Código

-Add corner ribbon with a form link

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
d4e4b44f43
Se han modificado 2 ficheros con 31 adiciones y 1 borrados
  1. +30
    -1
      macrovision.css
  2. +1
    -0
      macrovision.html

+ 30
- 1
macrovision.css Ver fichero

@@ -411,4 +411,33 @@ a {


.no-transition { .no-transition {
transition: 0s !important; transition: 0s !important;
}
}

.corner-ribbon {
width: 200px;
background: #e43;
position: absolute;
top: 25px;
left: -50px;
text-align: center;
padding: 10px;
letter-spacing: 1px;
color: #f0f0f0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}



.corner-ribbon.bottom-right{
top: auto;
right: -50px;
bottom: 25px;
left: auto;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

a.corner-ribbon {
text-decoration: none;
}

+ 1
- 0
macrovision.html Ver fichero

@@ -167,6 +167,7 @@
</canvas> </canvas>
</div> </div>
</div> </div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScRC-okDZ3FtzDTkbqSrpj5_OGD-1Vl-VYizOK3QM6quus11g/viewform?usp=sf_link" class="corner-ribbon bottom-right">Submit your<br>character</a>


</body> </body>




Cargando…
Cancelar
Guardar