私のテキストは の一番下にありますが、 の一番div
上にある必要がありdiv
ます。
私のCSSコード:
#pagetitle
{
float: left;
width: 472px;
height: 109px;
font-size: 80px;
font-family: 'CodePro';
padding: 0px;
margin: 0px;
}
html, body{
margin:0 !important;
padding:0 !important;
opacity: 0.99;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #cfcfcf;
}
ライブプレビューはリンクにあります