kobl.ca/css/style.old.css

45 lines
646 B
CSS
Raw Normal View History

2023-02-02 18:50:06 +00:00
@font-face {
font-family: NarakuMoji;
src: url('../fonts/naraku-moji.ttf') format('truetype');
}
body {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
margin: 20px;
padding: 20px;
background-color: #414559;
color: #c6d0f5;
}
h1 {
font-size: 4vw;
}
h2 {
font-size: 3.5vw;
}
p {
font-size: 1vw;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 1080px) {
}
.title {
color:#45cb85;
font-family: NarakuMoji;
text-align: center;
/* border: 2px solid black; */
}