digital-theory/css/4-content.css

76 lines
1.1 KiB
CSS
Raw Normal View History

2023-04-25 12:05:23 +02:00
#content-1 h2,
#content-2 h2,
#content-3 h2,
#content-4 h2 {
margin-left: 10vw;
}
#content{
height: 200px;
min-height: 200px;
}
#content .first {
width: 1680px;
height: 35px;
margin-bottom: 40px;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 95%;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #E77064;
backdrop-filter: blur(5px);
flex: none;
order: 0;
flex-grow: 0;
}
#content .second{
margin-bottom: 100px;
width: 1680px;
height: 170px;
font-family: 'GT Walsheim Pro';
font-style: normal;
font-weight: 700;
font-size: 230px;
line-height: 65px;
text-align: center;
color: rgba(255, 255, 255, 0.35);
backdrop-filter: blur(5px);
flex: none;
order: 1;
flex-grow: 0;
}
/****************
*/
#content_all .text{
padding-top: 1vh;
padding-left: 80px;
}
#content_all .color-emphasis{
color: #1E33DA;
}
#content_all {
padding-top: 100px;
background: url('/img/bg_content.png');
background-size: cover;
color: #FFFDFC;
}
#content_all .columns{
margin: 0 auto;
max-width: 80vw;
}