made a specific button tile css file

This commit is contained in:
XeonSquared 2019-03-02 13:15:03 +11:00
parent 0ec0fb0b91
commit cafbe1053e
2 changed files with 13 additions and 11 deletions

11
static/css/buttontile.css Normal file
View File

@ -0,0 +1,11 @@
.btncontainer {
display: inline-block;
text-align: center;
color: white;
max-width: 80px;
}
.btnimg {
width: 64px;
height: 64px;
padding: 8px;
}

View File

@ -1,17 +1,7 @@
<html>
<head>
<title>lain.church</title>
<style>
.btncontainer {
display: inline-block;
text-align: center;
color: white;
max-width: 80px;
}
.btnimg {
width: 64px;
height: 64px;
padding: 8px;
}
body {
font-family: sans-serif;
}
@ -38,6 +28,7 @@
}
}
</style>
<link rel="stylesheet" href="/css/buttontile.css">
</head>
<body bgcolor="#336698">
<a href="https://git.lain.church"><div class="btncontainer"><img class="btnimg" src="/img/gitlain.svg"></img><br>GitLain</div></a>