New Design #1

Merged
konrad merged 46 commits from develop into master 2018-11-20 11:54:34 +00:00
59 changed files with 0 additions and 51 deletions
Showing only changes of commit ffef5bb872 - Show all commits

View File

@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta charset="UTF-8">
<title>Vikunja</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<h1>Vikunja</h1>
<h3>The Todo-app to organize your life.</h3>
<span>Coming soon.</span>
</body>
</html>

View File

@ -1,35 +0,0 @@
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,800');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background: url('bg.jpg') no-repeat center fixed;
background-size: cover;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
text-align: center;
color: #fff;
}
h1{
margin-top: 40vh;
font-size: 5em;
font-weight: 800;
}
h3{
font-size: 2.5em;
font-weight: 600;
}
span{
font-size: 1.2em;
font-weight: 500;
}

View File

After

Width:  |  Height:  |  Size: 645 KiB