resume-template/style.css

41 lines
796 B
CSS
Raw Normal View History

2024-03-28 12:28:27 +00:00
@media print {
@page {
size: 8.5in 11in; /* Change from the default size of A4 */
margin: 3cm; /* Set margin on each page */
}
}
body{
max-width: 720px;
margin: 40px auto;
padding: 0 10px;
font-family: "DejaVu Sans", sans-serif;
color: #25252D;
}
.top,.bottom{text-align: center;}
h1{font-size: 48px; color: #3C3DFB;line-height: 70%;}
h6{margin: 20px;}
.thick{margin-top: 30px; }
.hidden{height: 0; visibility: hidden;}
hr{height: 9px; border-width: 0; background-color: #3C3DFB;}
.main{text-align: justify;}
.blockA{display: flex;}
.blockB{display: flex; background-color: #e4e4eb;}
.l,.r{padding: 20px;}
.l{max-width: 100px; min-width: 100px;}
.right{padding-left: 50px;}
td{vertical-align: top;}
.list{padding: 0;;line-height: 150%;}