1. Parsa
  2. برنامه‌نویسی و طراحی وب
  3. سه شنبه, 22 تیر 1395
سلام
این کد رو برای یه صفحه نوشتم.
الان کد تنظیم فونت مشکل داره؟
اگه لطف کنید کمک یا اصلاحش کنید

<html><head>
<meta charset="UTF-8">


<title>Domino OS</title>




<style>
html, body{
height: 100%;
@font-face {
font-family: 'byekan';
src:url(fonts/byekan.ttf);
}

}
body {
background-image: url(http://arshal.ir/Desktop_Wallpaper1.jpg) ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #999;

}

div, body{
margin: 0;
padding: 0;
font-family: 'byekan', sans-serif;

}
.wrapper {
height: 100%;
width: 100%;
}

.message {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height:45%;
bottom: 0;
display: block;
position: absolute;
background-color: rgba(0,0,0,0.6);
color: #fff;
padding: 0.5em;
}


</style>

<script>
window.console = window.console || function(t) {};
</script>



</head>

<body translate="no">


<div id="Layer1" style="position:absolute;text-align:center;left:24%;top:6%;width:66%;height:43%;z-index:2;">
<div id="Layer1_Container" style="width:644px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
<div id="wb_Text1" style="position:absolute;left:21px;top:12px;width:593px;height:27px;text-align:center;z-index:0;">
<span style="color:#000000;font-family: 'byekan', sans-serif;font-size:24px;">به دومینو خوش آمدید.</span></div>
<input type="submit" id="Button1" name="" value="Login" style="position:absolute;left:272px;top:153px;width:96px;height:25px;z-index:1;">
</div>
</div>



<script>
if (document.location.search.match(/type=embed/gi)) {
window.parent.postMessage("resize", "*";);
}
</script>


</body></html>
حمید بهترین پاسخ Pending Moderation
0
رای
پس‌گیری
سلام
کدهای html مشکلی نداره
مشکل در ذخیره کردن فایل هست که باید در هنگام ذخیره encoding فایل رو روی UTF-8 بزاری
پیشنهاد من اینه که از ویرایشگر مناسب مثل dreamweaver برای ذخیره فایلت استفاده کنی
موفق باشی
  • صفحه :
  • 1


هنوز پاسخی به این پست ارسال نشده است.
البته از آنجایی که هنوز در سایت لاگین نکرده‌اید، اجازه‌ی پاسخ دادن به این پست را ندارید.