Add files via upload
This commit is contained in:
BIN
index_files/Arial.ttf
Normal file
BIN
index_files/Arial.ttf
Normal file
Binary file not shown.
BIN
index_files/bebas.ttf
Normal file
BIN
index_files/bebas.ttf
Normal file
Binary file not shown.
33
index_files/style.css
Normal file
33
index_files/style.css
Normal 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
|
||||
*/
|
Reference in New Issue
Block a user