urgent-publishing/lidia_test/14 - Untitled/css/main.css
2020-01-24 17:58:20 +01:00

62 lines
905 B
CSS

@font-face {
font-family: ĺekton;
src: url(../fonts/lekton.ttf);
}
body {
margin-left:15%;
width:50%;
color: black;
font-size: 1vw; /* Base font size: 14px */
font-family: lekton, Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 2.7vh;
text-align: left;
}
* {
box-sizing: border-box;
}
h1 {
padding-bottom:1vw;
font-size: 2vw;
line-height: 2.5vw;
font-family: lekton, arial, serif;
line-height: 3.4vw;
color: black;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #99ffcc;
}
h2{
font-size: 1vw;
color: #777;
}
img{
width:100%;
}
.caption{
display:none;
}
.highlight-blue{
background-color:rgba(153,255,204,0.5);
}
.highlight-pink{
background-color:rgba(255,153,204,0.5);
}
.highlight-cornflower{
background-color:rgba(100,149,237,0.5);
}
#disped{
color: #555;
}