2017-02-17 168 views
-3

我的问题: 1.Logo:我试图把我的标志放在导航的左上角,但是我不能。任何想法(不是要更改代码很多)? 2.屏幕分辨率:嗯,我注意到我的网站和我的电脑和笔记本电脑(ofc ...)不一样。有没有可能解决这个问题。在这张照片上,你也可以看到我的网站是如何用我的字体看起来的。所以你可以更好地看到Logo的问题。标志,屏幕分辨率

\t \t body { 
 
\t \t \t background-color: white;     
 
\t \t \t margin: 0; 
 
\t \t \t padding: 0; 
 
\t \t \t width: 100%; 
 
\t \t \t height: auto; 
 
\t \t \t min-width: 1000px; 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t src: url("JockeyOne-Regular.ttf") format("truetype"); 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "Pacifica"; 
 
\t \t \t src: url("PacificaCondensed-Regular.ttf") format 
 

 
("truetype"); 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "ReklameScript"; 
 
\t \t \t src:url("ReklameScript.ttf") format("truetype"); 
 
\t \t } 
 

 
\t \t h1 { 
 
\t \t \t font-size: 120px; 
 
\t \t \t text-align: left; 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t margin-left: 45; 
 
\t \t \t color: rgb(200,101, 103); 
 
\t \t } \t \t 
 

 
\t \t h2 { 
 
\t \t \t font-size: 70; 
 
\t \t \t margin-left: 224; 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t color: rgb(200,101, 103); 
 
\t \t } 
 

 
\t \t #header { 
 
\t \t \t width: 100%; 
 
\t \t \t height: 50px; 
 
\t \t \t margin: auto; 
 
\t 
 
\t \t } 
 
\t \t 
 
\t \t #navigacija { 
 
\t \t \t width: 100%; 
 
\t \t \t margin-left: 0px; 
 
\t \t \t padding: 0px; 
 
\t \t \t height: 50px; 
 
\t \t \t overflow: hidden; 
 
\t \t \t text-align: right; 
 
\t \t \t position: fixed; 
 
\t \t \t background-color: #089DE3; 
 
\t \t \t z-index: 9999; \t \t \t 
 
\t \t } 
 
\t \t 
 
\t \t #navigacija a { 
 
\t \t \t color: white; 
 
\t \t \t text-decoration: none; 
 
\t \t \t line-height: 50px; 
 
\t \t \t font-size: 30px; 
 
\t \t \t font-family: "Pacifica"; 
 
\t \t \t display: inline-block; 
 
\t \t \t padding-left: 50px; 
 
\t \t \t padding-right: 50px; 
 
\t \t \t padding-top: 0px; 
 
\t \t \t padding-bottom: 0px; 
 
\t \t } 
 
\t 
 
\t \t #navigacija a:hover { 
 
\t \t \t background: #00C5CD; 
 
\t \t } 
 

 
\t \t .main1 { 
 
\t \t \t margin-top: 50px; 
 
\t \t \t font-family: "ReklameScript"; 
 
\t \t \t font-size: 50; 
 
\t \t \t background: #089DE3; 
 
\t \t \t text-align: left; 
 
\t \t \t margin-left: 194; 
 
\t \t } 
 
\t \t 
 
\t \t .video-container { 
 
\t \t \t position: relative; 
 
\t \t \t padding-bottom: 56.25%; 
 
\t \t \t padding-top: 0px; 
 
\t \t \t height: 0; 
 
\t \t \t overflow: hidden; 
 
\t \t \t bottom: 930; 
 
\t \t \t right: 0px; 
 
\t \t } 
 
\t \t .video-container iframe, 
 
\t \t .video-container object, 
 
\t \t .video-container embed { 
 
\t \t \t position: absolute; 
 
\t \t \t top: 0; 
 
\t \t \t left: 0; 
 
\t \t \t width: 100%; 
 
\t \t \t height: 100%; 
 
\t \t } 
 
\t \t .video-wrapper { 
 
\t \t \t width: 640px; 
 
\t \t \t float: right; 
 
\t \t \t margin-left:auto; 
 
\t \t \t margin-right:auto; 
 
\t \t \t max-width: 100%; 
 
\t \t }
<!DOCYPE html> 
 
<html> 
 
\t <head> 
 
\t \t <title>MaxSkins-Home</title> 
 
\t \t <link rel="stylesheet" href="Home.css" type="text/css" /> 
 
\t 
 
\t 
 

 
\t </head> 
 

 
<body> 
 
\t <div id="header"> 
 
\t <div id="navigacija"> 
 
     \t \t <a href="Home.html"><div class="Home"><b>HOME</b></div></a> 
 
     \t \t <a href="Shop.html"><b>SHOP</b></a> 
 
     \t \t <a href="#"><b>GET POINTS</b></a> 
 
     \t \t <a href="#"><b>INFO</b></a> 
 
    \t </div> 
 
\t </div> 
 

 
\t \t <h1><b>EARN POINTS,<br> GET SKINS!</b></h1> 
 
\t \t <h2><b>How does it work?</b></h2> 
 
\t <div class="main1"> 
 
\t \t <p><b>It's simple!<br> Watch videos, do tasks and have fun! 
 

 
<br>After earning large amount of coins,<br> contact us to get your skins! 
 

 
<b></p> 
 
\t 
 
\t </div> 
 

 
\t <div class="video-wrapper"> 
 
\t <div class="video-container"> 
 
\t \t <iframe width="640" height="360" 
 

 
src="https://www.youtube.com/embed/lwItL2NXwDw" frameborder="5" 
 

 
allowfullscreen></iframe> 
 
\t </div> 
 
\t <!-- /video --> 
 
</div> 
 
<!-- /video-wrapper --> \t 
 
</body> 
 
</html>

1680x10501366x768

+0

看起来这是其中的一个“挣钱快于互联网网页上的”?令人印象深刻。 – arkascha

+1

当你说,“不要更改代码很多”,这表明你只是想让别人给你一个快速的答案,而不是做任何工作。也许你应该将此作为一种学习体验,并分析你的代码,看看是否有更有效的方法来解决这个问题。 –

+0

@WillCarron不正确,我知道一些人,当他们试图帮助他们改变你是完整的代码时......我只是需要一些想法...嗯,我只是为了学习经验。我的朋友在wixsites上创建了这个快速网站,并告诉我尝试做类似于此的内容... https://prodajarpsrbija.wixsite.com/maxskins –

回答

0

你可以试试这样的事情。正如我在您链接的网站中看到的那样,徽标是格式化文本。我用左浮动插入文本。看看是否适合你。

\t \t body { 
 
\t \t \t background-color: white;     
 
\t \t \t margin: 0; 
 
\t \t \t padding: 0; 
 
\t \t \t width: 100%; 
 
\t \t \t height: auto; 
 
\t \t \t min-width: 1000px; 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t src: url("JockeyOne-Regular.ttf") format("truetype"); 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "Pacifica"; 
 
\t \t \t src: url("PacificaCondensed-Regular.ttf") format 
 

 
("truetype"); 
 
\t \t } 
 

 
\t \t @font-face { 
 
\t \t \t font-family: "ReklameScript"; 
 
\t \t \t src:url("ReklameScript.ttf") format("truetype"); 
 
\t \t } 
 

 
\t \t h1 { 
 
\t \t \t font-size: 120px; 
 
\t \t \t text-align: left; 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t margin-left: 45; 
 
\t \t \t color: rgb(200,101, 103); 
 
\t \t } \t \t 
 

 
\t \t h2 { 
 
\t \t \t font-size: 70; 
 
\t \t \t margin-left: 224; 
 
\t \t \t font-family: "Jocker"; 
 
\t \t \t color: rgb(200,101, 103); 
 
\t \t } 
 

 
\t \t #header { 
 
\t \t \t width: 100%; 
 
\t \t \t height: 50px; 
 
\t \t \t margin: auto; 
 
\t 
 
\t \t } 
 
\t \t 
 
\t \t #navigacija { 
 
\t \t \t width: 100%; 
 
\t \t \t margin-left: 0px; 
 
\t \t \t padding: 0px; 
 
\t \t \t height: 50px; 
 
\t \t \t overflow: hidden; 
 
\t \t \t text-align: right; 
 
\t \t \t position: fixed; 
 
\t \t \t background-color: #089DE3; 
 
\t \t \t z-index: 9999; \t \t \t 
 
\t \t } 
 
\t \t 
 
\t \t #navigacija a { 
 
\t \t \t color: white; 
 
\t \t \t text-decoration: none; 
 
\t \t \t line-height: 50px; 
 
\t \t \t font-size: 30px; 
 
\t \t \t font-family: "Pacifica"; 
 
\t \t \t display: inline-block; 
 
\t \t \t padding-left: 50px; 
 
\t \t \t padding-right: 50px; 
 
\t \t \t padding-top: 0px; 
 
\t \t \t padding-bottom: 0px; 
 
\t \t } 
 

 
\t \t a#logo { 
 
\t \t \t float: left; 
 
\t \t } 
 
\t 
 
\t \t #navigacija a:hover { 
 
\t \t \t background: #00C5CD; 
 
\t \t } 
 

 
\t \t .main1 { 
 
\t \t \t margin-top: 50px; 
 
\t \t \t font-family: "ReklameScript"; 
 
\t \t \t font-size: 50; 
 
\t \t \t background: #089DE3; 
 
\t \t \t text-align: left; 
 
\t \t \t margin-left: 194; 
 
\t \t } 
 
\t \t 
 
\t \t .video-container { 
 
\t \t \t position: relative; 
 
\t \t \t padding-bottom: 56.25%; 
 
\t \t \t padding-top: 0px; 
 
\t \t \t height: 0; 
 
\t \t \t overflow: hidden; 
 
\t \t \t bottom: 930; 
 
\t \t \t right: 0px; 
 
\t \t } 
 
\t \t .video-container iframe, 
 
\t \t .video-container object, 
 
\t \t .video-container embed { 
 
\t \t \t position: absolute; 
 
\t \t \t top: 0; 
 
\t \t \t left: 0; 
 
\t \t \t width: 100%; 
 
\t \t \t height: 100%; 
 
\t \t } 
 
\t \t .video-wrapper { 
 
\t \t \t width: 640px; 
 
\t \t \t float: right; 
 
\t \t \t margin-left:auto; 
 
\t \t \t margin-right:auto; 
 
\t \t \t max-width: 100%; 
 
\t \t }
<!DOCYPE html> 
 
<html> 
 
\t <head> 
 
\t \t <title>MaxSkins-Home</title> 
 
\t \t <link rel="stylesheet" href="Home.css" type="text/css" /> 
 
\t 
 
\t 
 

 
\t </head> 
 

 
<body> 
 
\t <div id="header"> 
 
\t <div id="navigacija"> 
 
     \t \t <a href="#" id="logo">LOGO</a> 
 
     \t \t <a href="Home.html"><div class="Home"><b>HOME</b></div></a> 
 
     \t \t <a href="Shop.html"><b>SHOP</b></a> 
 
     \t \t <a href="#"><b>GET POINTS</b></a> 
 
     \t \t <a href="#"><b>INFO</b></a> 
 
    \t </div> 
 
\t </div> 
 

 
\t \t <h1><b>EARN POINTS,<br> GET SKINS!</b></h1> 
 
\t \t <h2><b>How does it work?</b></h2> 
 
\t <div class="main1"> 
 
\t \t <p><b>It's simple!<br> Watch videos, do tasks and have fun! 
 

 
<br>After earning large amount of coins,<br> contact us to get your skins! 
 

 
<b></p> 
 
\t 
 
\t </div> 
 

 
\t <div class="video-wrapper"> 
 
\t <div class="video-container"> 
 
\t \t <iframe width="640" height="360" 
 

 
src="https://www.youtube.com/embed/lwItL2NXwDw" frameborder="5" 
 

 
allowfullscreen></iframe> 
 
\t </div> 
 
\t <!-- /video --> 
 
</div> 
 
<!-- /video-wrapper --> \t 
 
</body> 
 
</html>

+0

谢谢,它有效:) –

+0

如果可以,请考虑接受我的回答它可能会在未来帮助其他人。 ;) –