-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssfile
38 lines (34 loc) · 1.26 KB
/
cssfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# vila
-<!DOCTYPE html>
<html>
<title>VILA - Secrecy should be priority!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sideba$
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-grey">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-grey" id="home">
<h1>
<img src="/home/bellzcross/dev/vila-master/vila-feature-webdesign/templates/vila logo.png">
</h1>
<h2>Sign Up</h2>
<p>Fill in this form to be able to join a channel</p>
<form action="">
Username:<br>
<input type="text" name="username">
<input type="submit" value="Submit">
</form>
</body>
</html>