Advertisement
Hisabeel

How to change a word/text to another source?

Sep 27th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.84 KB | None | 0 0
  1. Este tutorial é para explicar como alterar a fonte de uma palavra ou de um texto num mesmo texto ficando diferente. Desta forma:
  2.     IMAGEM: http://68.media.tumblr.com/fe0ff1ccb838fb4bba0dcba727bcf28a/tumblr_inline_nqpflvMMwn1roxd0b_500.png
  3.  
  4.    
  5. Bem, vamos ver como é feito?
  6.   1. Vá para o código e procure <style>;
  7.   2. Abaixo de <style> coloque o seguinte código:
  8.     hisa {padding:4px; background:{color:Title}; color:#fff; font-weight:bold; text-transform:none; font-size:15px; font-family:arial narrow;}   ---» ESTE CÓDIGO PODE SER TODO MUDADO «---
  9.   3. Depois de colocar este código, procure o texto que deseja alterar;
  10.   4. Depois disso, com o seu texto, você só precisa fazer o que está abaixo:
  11.     Hello, my name is <hisa>Helena</hisa> :)
  12.  
  13. Ou seja, o que você precisa fazer é adicionar atrás e na frente da palavra ou texto, assim:
  14.     <hisa> O SEU TEXTO </hisa>
  15.  
  16.  
  17. x ----------------------------------------------------------------------------------------------------------------------------------- x
  18.  
  19.  
  20. This tutorial is to explain how to change the source of a word or a text in the middle of the same text stayed differently. Like this:
  21.     IMAGE: http://68.media.tumblr.com/fe0ff1ccb838fb4bba0dcba727bcf28a/tumblr_inline_nqpflvMMwn1roxd0b_500.png
  22.  
  23. Well, let’s see how it’s done?
  24.   1. Go  to the code and search for <style>;
  25.   2. Beneath <style> put this code:
  26.     hisa {padding:4px; background:{color:Title}; color:#fff; font-weight:bold; text-transform:none; font-size:15px; font-family:arial narrow;}   ---» THIS CODE CAN BE ALL CHANGED «---
  27.   3. After placing this code, search for the text you want to change;
  28.   4. After that, with your text, you just have to do what is below:
  29.     Hello, my name is <hisa>Helena</hisa> :)
  30.  
  31. That is, what you have to do is add behind and in front of the word or text, like this:
  32.     <hisa> YOUR TEXT </hisa>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement