32
loading...
This website collects cookies to deliver better user experience
.button{
border-radius: 4px;
border: 2px solid;
}
.wrapper{
width: 100%;
padding: 0 2%;
}
We can use a combination of % and px also
.article{
max-width: 30%;
padding: 20px;
}
.full_screen{
width: 100vh;
height: 100vh;
}
.image{
width: 45vw;
}
.heading{
font_size: 2rem; /* 32px */
line-height: 1.4;
}
.subheading{
font_size: 1.5rem; /* 24px */
line-height: 1.2;
}
.article_text{
max_width: 70ch;
}
.headline{
width: 15ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}