antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Nex2

Programar EnterPage + AutoPatch

Question

Boa noite gostaria de ajuda para programar a entrada do meu site conforme minha imagem de "Design" e meu Autopatch conforme meu "design".

Imagem: Entrada
entrada.jpg

 

Imagem: Patch
patch.jpg

Já estou usando atualmente um arquivo HTML para abrir a index, mas a mesma não faz o efeito no botão "SITE" e não força a imagem a ajustar 100% com cada resolução, na verdade na entrada do site só preciso saber como fazer isso de modo deixar funcionando 100% com o botao site tambem funcionando!?

Já o Autopatch ainda não comecei fazer as mudanças...

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Código HTML sendo usado:

 

Spoiler

<html>
<head>
    <style>
        body {
            background-image: url("images/background.png");
            background-color: #cccccc;
            max-width:100%;
            background-size
        }
        
        .video{
            margin-top: 395px;
            margin-left: 665px;
        }
        .botao{
            width: 200px;
            height: 50px;
            margin-left: 900px;
            margin-top: 45px;
        }
    </style>    
</head>
<body>
<iframe width="670" height="375" src="https://www.youtube.com/embed/1Utekm9L2qY" frameborder="0" allowfullscreen class="video"></iframe>
<a href="https://nexgames.org"><div class="botao"></div></a>
</body>
</html>

 

Edited by xExGames (see edit history)

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0
9 horas atrás, xExGames disse:

Código HTML sendo usado:

 

  Esconder conteúdo

<html>
<head>
    <style>
        body {
            background-image: url("images/background.png");
            background-color: #cccccc;
            max-width:100%;
            background-size
        }
        
        .video{
            margin-top: 395px;
            margin-left: 665px;
        }
        .botao{
            width: 200px;
            height: 50px;
            margin-left: 900px;
            margin-top: 45px;
        }
    </style>    
</head>
<body>
<iframe width="670" height="375" src="https://www.youtube.com/embed/1Utekm9L2qY" frameborder="0" allowfullscreen class="video"></iframe>
<a href="https://nexgames.org"><div class="botao"></div></a>
</body>
</html>

 

A cena da imagem é esta

  1. <a href="https://nexgames.org">
    <img border="0" alt="Nexgames" src="caminhoparaaimagem" width="200" height="50" margin-left="900" margin-top="45">
    </a>

    Edit: acho melhor, se não estiveres a fazer isso, separar as imagens no psd (logo, imagem botão, background) em vez da página inteira

 

Share this post


Link to post
Share on other sites
  • 0
2 horas atrás, .тιαgσ disse:

A cena da imagem é esta

  1. 
    <a href="https://nexgames.org">
    <img border="0" alt="Nexgames" src="caminhoparaaimagem" width="200" height="50" margin-left="900" margin-top="45">
    </a>

    Edit: acho melhor, se não estiveres a fazer isso, separar as imagens no psd (logo, imagem botão, background) em vez da página inteira

 

Acabei de fazer o que me disse e não funcionou!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this