actualizacion css

parent 0c04e425
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 27-ago-2020, 16:46:57
Author : cdiaz
*/
body {
font-family: 'Montserrat', serif !important ;
color:#545454 !important ;
}
#title{
background-image: url("../img/deafio-inovage.png") !important ;
background-repeat: no-repeat !important ;
width: 70% !important ;
height: 500px !important ;
background-position: center !important ;
background-size: cover !important ;
}
#foto{
background-image: url("../img/brocha.png") !important ;
background-repeat: no-repeat !important ;
height: 500px !important ;
background-position: center !important ;
background-size: cover !important ;
display: flex !important ;
justify-content: center !important ;
}
#foto_anterior{
background-color: white !important ;
border-color: #FFC600 !important ;
border-top-style: solid !important ;
border-right-style: solid !important ;
border-bottom-style: solid !important ;
border-left-style: solid !important ;
height: 240px !important ;
width: 320px !important ;
}
#comentario{
background-color: white !important ;
border-color: #FFC600 !important ;
border-top-style: solid !important ;
border-right-style: solid !important ;
border-bottom-style: solid !important ;
border-left-style: solid !important ;
}
#foto_siguiente{
background-color: white !important ;
border-color: #FFC600 !important ;
border-top-style: solid !important ;
border-right-style: solid !important ;
border-bottom-style: solid !important ;
border-left-style: solid !important ;
height: 240px !important ;
width: 320px !important ;
}
@media (max-width: 800px) {
#foto_siguiente{
width: 130% !important ;
}
#foto_anterior{
width: 130% !important ;
}
}
#btn-ant{
color:white !important ;
font-weight: 700 !important ;
}
#btn-sig{
color:white !important ;
font-weight: 700 !important ;
}
.titulo{
font-size: 35px !important ;
}
.subtitulo{
color: #FFC600 !important ;
font-weight: 700 !important ;
font-size: 25px !important ;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment