diff --git a/css/app.css b/css/app.css new file mode 100644 index 0000000..2943f39 --- /dev/null +++ b/css/app.css @@ -0,0 +1,22 @@ +@font-face { + font-family: 'BebasNeue'; + src: url("../fonts/BebasNeue-Regular.ttf"); +} + +h1, h2, h3, h4, h5, h6, button:not(.btn-close) { + font-family: BebasNeue, sans-serif; +} + +#app { + margin-top: 2em; +} + +#follow-button { + margin-top: 0.4em; +} + +.btn-close { + border: none; + background-color: transparent; + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index f80794f..a02d857 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,74 @@