Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Created December 18, 2016 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuhisa/4e68262e73a531145d4e07e7f34db441 to your computer and use it in GitHub Desktop.
Save matsuhisa/4e68262e73a531145d4e07e7f34db441 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
<style>
body {
width: 100% !important;
font-size: 14px;
line-height: 1.6;
color: #3b4b5b;
-webkit-text-size-adjust: none;
}
.button {
width: 100% !important;
display: inline-block;
vertical-align: middle;
border: 1px solid #b0becc;
background: #dee4ea;
background: -webkit-linear-gradient(#fff, #dee4ea);
background: -moz-linear-gradient(#fff, #dee4ea);
background: linear-gradient(#fff, #dee4ea);
color: #3b4b5b !important;
font-size: 14px;
line-height: 1.4;
font-weight: bold;
margin-top: 10px;
padding: 8px 5px;
text-align: center;
border-radius: 4px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
width: 100%;
text-decoration: none;
}
.post-review {
width: 100% !important;
display: block;
vertical-align: middle;
border: 1px solid #b0becc;
background: #ff658b;
border: 1px solid #ff658b;
background: -webkit-linear-gradient(#FF90AB, #ff658b);
background: -moz-linear-gradient(#FF90AB, #ff658b);
background: linear-gradient(#ff90ab, #ff658b);
color: #ffffff !important;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90AB', endColorstr='#ff658b', GradientType=1)"
font-size: 14px;
line-height: 1.4;
font-weight: bold;
margin-top: 10px;
padding: 8px 5px;
text-align: center;
border-radius: 4px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
width: 100%;
text-decoration: none;
}
.button2 {
width: 100% !important;
display: block;
vertical-align: middle;
background: #ff658b;
border: 1px solid #dee4ea;
color: #ffffff !important;
font-size: 14px;
line-height: 1.4;
font-weight: bold;
margin-top: 10px;
padding: 8px 5px;
text-align: center;
border-radius: 4px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
width: 100%;
text-decoration: none;
}
</style>
</head>
<body>
<div class="button">申し込む</div>
<div class="post-review">申し込む</div>
<a class="post-review">申し込む</a>
<div class="button2">申し込む</div>
<a class="button2">申し込む</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment