first day of work on home page
This commit is contained in:
parent
f7a65efd1a
commit
f77313615e
13
style.css
13
style.css
|
@ -1,8 +1,19 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: NarakuMoji;
|
||||||
|
src: url('fonts/naraku-moji.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
||||||
|
margin: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #414559;
|
||||||
|
color: #c6d0f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
color:#45cb85;
|
color:#45cb85;
|
||||||
|
font-family: NarakuMoji;
|
||||||
|
/* border: 2px solid black; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue