Untitled

 avatar
unknown
plain_text
2 years ago
1.5 kB
3
Indexable
@font-face {
	font-family: 'CyberwarRegular-7BX0E';
	src: url('Portafolio/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: 20px;
}

h1{
    color: #05d9e8;
	font-family: 'CyberwarRegular-7BX0E';
	font-size: 5em;
	left: 70px;
	top: 444px;
}

h2{
    color: #05d9e8;
	font-family: 'Quicksand',sans-serif;
	left: 200px;
	top: 70px; 
}

.card-text{
    color: #d1f7ff;
	font-family: 'Quicksand',sans-serif;
    font-size: 1em;
	left: 200px;
	top: 70px;
}

.parciales{
	font-family: 'Quicksand',sans-serif;

}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card{
    border-radius: 20px;
	border: none;
	margin-bottom: 20px;
    background-color: #ff2a6d;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px; 
    width: calc(25% - 10px);;
    box-sizing: border-box;
}

.card-title{
    font-family: 'Poppins', medium;
      font-size: 1.3em;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #F2F2F2;
  }

  .card:hover{
	-webkit-box-shadow: 0px 22px 13px -15px rgba(48,12,13,0.6); 
	box-shadow: 0px 22px 13px -15px rgba(48,12,13,0.6);
	transition: 1s;
}

.centrarTexto{
	text-align: center;
}
Editor is loading...