Add files via upload

This commit is contained in:
Lameni
2021-06-14 19:17:56 +04:00
committed by GitHub
parent 8ad66687a5
commit a0b0848dcd
27 changed files with 465 additions and 1 deletions

BIN
index_files/Arial.ttf Normal file

Binary file not shown.

BIN
index_files/bebas.ttf Normal file

Binary file not shown.

33
index_files/style.css Normal file
View File

@ -0,0 +1,33 @@
@font-face {
font-family: Bebas Neue Cyrilic;
src: url(bebas.ttf)
}
@font-face {
font-family: Arial;
src: url(Arial.ttf)
}
nav {
text-align: center;
word-spacing: 10em;
}
* a{
font-family: Bebas Neue Cyrilic;
font-size: 250%;
text-decoration: none;
color: black;
}
* p{
font-family: Arial;
}
.spacing{
line-height: 2em;
}
header{
text-align: center;
}
/*
Project maintained by lelinhtinh
Hosted on GitHub Pages
*/