소스 검색

made a specific button tile css file

master
XeonSquared 5 년 전
부모
커밋
cafbe1053e
2개의 변경된 파일13개의 추가작업 그리고 11개의 파일을 삭제
  1. +11
    -0
      static/css/buttontile.css
  2. +2
    -11
      static/index.html

+ 11
- 0
static/css/buttontile.css 파일 보기

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

+ 2
- 11
static/index.html 파일 보기

@@ -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>


불러오는 중...
취소
저장