Untitled
unknown
plain_text
3 years ago
1.3 kB
9
Indexable
@font-face {
font-family: 'CyberwarRegular-7BX0E';
src: url('../resources/CyberwarRegular-7BX0E.ttf');
}
body{
background-color:#01012b;
background-image:url(../resources/images/Primera_Textura_Index_Empower.png);
position: absolute;
}
.container1{
display: flex;
justify-content: space-between;
margin: 250px;
}
.h1{
color: #d1f7ff;
font-family: 'Orbitron';
font-size: 5em;
left: 0px;
top: 444px;
transform: rotate(270deg) translateY(-400%);;
}
.h2{
color: #d1f7ff;
font-family: 'Oswald',sans-serif;
left: 200px;
top: 20px;
font-size: 1em;
}
.button{
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
color: #d1f7ff;
outline: 2px solid #ffffff;
padding: 30px 60px;
position: relative;
overflow: hidden;
transition: color 1s;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
}
.button:hover{
color: #01012b;
}
.button::before{
content: '';
top: 0;
left: -50px;
width: 0;
height: 100%;
background-color: #d1f7ff;
transform: skewX(30deg);
z-index: -1;
position: absolute;
transition: width 1s;
}
.button:hover::before{
width: 150%;
}
Editor is loading...