aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-11 16:24:40 +0530
committerKumar Priyansh <[email protected]>2019-06-11 16:24:40 +0530
commit7e6cdbaaca6dc1995d86ec49bacf212aed926839 (patch)
tree08575fec705ec53816e83f9addbd71d9586e4d40 /src
parenta29b5cb04e292dbeb5ea47db71df68b486b19db3 (diff)
downloadauthorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.tar.xz
authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.zip
Added FontAwesome
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