Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Para colocar uma barra é muito fácil, basta colocar dois ou três códigos, siga as etapas abaixo.
- Passo 1:
- Para colocar o código no seu blog, procure </style>, e depois depois coloque:
- #hisabar{
- z-index:8;
- position:fixed;
- width:120%;
- opacity:1.0;
- height:25px;
- background:{color:Title};
- z-index:1;
- margin-top:-40px;
- margin-left:-10px;
- box-shadow:2px 3px 4px #ddd;
- border-bottom:5px #fff solid;
- }
- Passo 2:
- Em seguida, coloque este código no seu html antes de </body>.
- <div id="hisabar"></div>
- Bem, para mudar a cor da barra é através da cor do título, mudando automaticamente.
- x ----------------------------------------------------------------------------------------------------------------------------------- x
- To put a bar is very easy, just requires putting two or three codes, follow the steps below.
- Step 1:
- To put the code in your blog, look for </style>, and then after it put:
- #hisabar{
- z-index:8;
- position:fixed;
- width:120%;
- opacity:1.0;
- height:25px;
- background:{color:Title};
- z-index:1;
- margin-top:-40px;
- margin-left:-10px;
- box-shadow:2px 3px 4px #ddd;
- border-bottom:5px #fff solid;
- }
- Step 2:
- Then put this code in your html right before </body>.
- <div id=”hisabar”></div>
- Well, to change the color of the bar is through the color of the title, changing automatically.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement