Files
dojo/public/home/pang/pang.css

71 lines
1.3 KiB
CSS
Raw Normal View History

2018-07-13 19:06:08 -05:00
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
2019-03-12 19:20:30 -06:00
background-image:url("bkg_grulla_21.jpg");
2018-07-13 19:06:08 -05:00
background-position: right top;
}
section.spacer{ height:85vh; }
section.header{
background-color: rgba(51,51,51,0);
display: block;
padding: 45px 15px 0px;
}
h2.textHead{
background-color: #c22a39;
color: white;
text-align: center;
font-weight: bold;
margin: auto;
font-size: 2em;
padding: 2.5vh;
}
section.content{
justify-content: center;
-webkit-justify-content: center;
background-color: rgba(51,51,51,0);
padding: 40px 0px 0px 0px;
}
article.imageHead{
min-width:270px;
background-repeat: no-repeat;
background-size:contain;
background-position:center;
flex:1 1 270px;
flex-shrink:1;
max-width:500px;
margin:20px;
min-height:300px
}
2019-03-12 19:20:30 -06:00
article#apang{ background-image:url("maestro.png");}
article#ahel{ background-image:url("helen.png");}
article#aben{ background-image:url("ben.png");}
2018-07-13 19:06:08 -05:00
/* text column -------------------*/
article.text{
background-color: white;
overflow: auto;
min-width: 250px;
max-width:500px;
flex:3 2 250px;
flex-shrink:2;
margin:20px;
padding: 0px 30px;
height:70vh;
}
article.text > p{
color: #3d3d3d;
/*font-family: 'Lato', sans-serif;*/
font-size: 16px;
line-height: 1.8;
font-weight: 400;
text-align: justify;
}