ivis site

This commit is contained in:
2026-06-14 11:44:40 +02:00
parent 110c4307c0
commit 4410903612
73 changed files with 1790 additions and 0 deletions

56
ivi/public/css/style.css Normal file
View File

@@ -0,0 +1,56 @@
@font-face {
font-family: 'x-typewriter';
font-weight: normal;
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF;
src: url('/fonts/x-typewriter.regular.woff2') format('woff2'),
url('/fonts/x-typewriter.regular.woff') format('woff');
}
@font-face {
font-family: 'if';
font-weight: normal;
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF;
src: url('/fonts/If.woff2') format('woff2'),
url('/fonts/If.woff') format('woff');
}
.all {
margin: auto;
width: 60%
}
.container {
margin: 0, auto;
width: 90%;
}
.title {
margin: 0, auto;
width: 90%;
text-align: center;
}
nav, footer {
background-color: #333;
color: #fff;
text-align: center;
}
nav {
display: flex;
flex-direction: column;
}
nav > a {
flex: 1;
text-align: center;
text-decoration: none;
color: #fff; }
@media only screen and (min-width: 768px) {
nav { flex-direction: row;}
}
}