Tumgik
2miaus · 3 years
Text
@charset "UTF=8"* {    font-family: Arial, Helvetica, sans-serif;    font-size: 20px;}#templatemiau {    background-image: rgb(43, 41, 41);     width: 500px;     height: auto;    margin: auto;    padding: 20px 0px;     border-top: 10px groove #45606F;    border-left: 15px groove #62656D;  }     #templatemiau .info{    color: #ADC0D9;    font: 900 12px Arial;    text-align: center;  }     #templatemiau .imagem{    width: 300px;    height: 300px;    background: center/cover;    margin: 20px auto;    border: solid 5px #ADC0D9;  }    #templatemiau .titulo{    width: 400px;    position: relative;    margin-left: auto;    padding: 10px;    line-height: 30px;    font-family: font-family: 'KoHo', sans-serif;    font-size: 20px;    color: #9966cc;    margin: auto;    text-align: center;  }     #templatemiau .texto{    width: 300px;    border-top: solid 2px #ADC0D9;    background: linear-gradient(90 deg, #392C14 300%, #ffffff 300%);    font-family: 'KoHo', sans-serif;    font-size: 13px;    text-align: justify;    color= #fff;    margin: auto;    display: grid;    grid-template-columns: auto;    grid-gap: 0px;  }   #templatemiau .hanzo{    margin: auto;    color: #45606F;    width: 100%;    text-align: center;    margin-top: 20px  }    #templatemiau .creditos{    margin: auto;    color: #45606F;    width: 100%;    text-align: center;    margin-top: 20px  }  
1 note · View note