Untitled

 avatar
unknown
plain_text
2 years ago
1.6 kB
4
Indexable
body{
        background-color:#01012b;
        background-image:url(../resources/images/Primera_Textura_Index_Empower.png);
        position: absolute;
    }


    .h3{
        color: #d1f7ff;
        font-family: 'UNDERRATED Ultra Bold',sans-serif;
        left: 200px;
        top: 20px; 
        font-size: 2.5em;
    }

.container1{

    display: flex;
    justify-content: space-between;
    margin: 250px;
}

.h1{
    color: #d1f7ff;
	font-family: 'BIGMACCA Regular';
	font-size: 5em;
	left: 0px;
	top: 444px;
    transform: rotate(270deg) translateY(-400%);;
}

.h3{
    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;
    font-family: 'Cascadia Code Regular', sans-serif;
    text-align: center;
}

.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%;
    }
    
.grid-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
Editor is loading...