aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.html8
-rw-r--r--src/styles/main.css11
2 files changed, 18 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index bc44d6b..7d56d1d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,11 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Authorr</title>
+ <link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="dragBar">
- <h1 class="title">authorr.</h1>
+ <div class="titleContainer">
+ <h1 class="title">authorr.</h1>
+ </div>
+ <div class="buttonsContainer">
+
+ </div>
</div>
<div class="content"></div>
</body>
diff --git a/src/styles/main.css b/src/styles/main.css
index 2cac8bc..8c1df05 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -21,4 +21,15 @@
body {
margin: 0;
padding: 0;
+ font-family: 'Lato';
+}
+.title {
+ font-size: 24px;
+ line-height: 5px;
+}
+.titleContainer {
+ position: absolute;
+ top: 0px;
+ left: 10px;
+
} \ No newline at end of file