diff options
-rw-r--r-- | NothingYouCouldSay.ttf | bin | 0 -> 65160 bytes | |||
-rw-r--r-- | menu.css | 9 | ||||
-rw-r--r-- | style.css | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/NothingYouCouldSay.ttf b/NothingYouCouldSay.ttf Binary files differnew file mode 100644 index 0000000..93a6316 --- /dev/null +++ b/NothingYouCouldSay.ttf @@ -1,8 +1,15 @@ +@font-face { + font-family: NothingYouCouldSay; + src: url(NothingYouCouldSay.ttf); +} + ul.menu { position: absolute; - width: 800px; + width: 900px; display: table; table-layout: fixed; + font-family: NothingYouCouldSay; + font-size: 20px; } ul.menu > li { @@ -6,7 +6,7 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; - width: 800px; + width: 900px; margin: auto; } @@ -24,7 +24,7 @@ body { margin-top: 65px; background-color: white; border-radius: 5px; - padding: 40px 50px 30px 50px; + padding: 50px 80px 30px; } h1 { |