What should I do first with my blog?

HTML Codes

Scroll Box
Code:
<p style="text-shadow: 5px 1px 5px black; color: pink; border: 10px groove purple; text-align: center; background-color: violet; margin: auto; height: 250px; width: 400px; overflow: auto;"><span style="font-family: arial black; font-size: 70px">Name<br><span style="color: pink; font-family: arial black; font-size: 14px; text-shadow: 5px 1px 5px black">&copy; SushiSparkle/SuperSushiSmile<br> Leave the credit or I'll kill you. <br><span style="font-size: 20px"><br>Text Text Text<br>Text Text Text<br>Text Text Text<br>Text Text Text<br>Text Text Text<br><br>supersushismile.blogspot.com</p>

Result:

Name
© SushiSparkle/SuperSushiSmile
Leave the credit or I'll kill you.

Text Text Text
Text Text Text
Text Text Text
Text Text Text
Text Text Text

supersushismile.blogspot.com


Multi Shadows
Code:
<p style="text-align: center; text-shadow: 0px 0px 10px purple, 3px 3px 2px violet, -3px -0px 2px #ff0099;font-family:cursive; font-size: 40px">Multi shadows<p/p>

Result:

Multi shadows

Neon Text
Code:
<span style="color: #ffffff;"><span style="text-shadow: #C36AFF -4px 0px 4px, red -4px 0px 3px, yellow 0px 0px 50px, white -4px 0px 20px;"><span style="color: transparent;"><span style="line-height: 55px; font-family: century gothic; letter-spacing: -10pt; font-size: 70pt;"><br><span style="text-shadow: white 0px 0px 4px, red 0px 0px 3px, red 0px 0px 4px, red 0px 0px 5px, red 0px 0px 6px, red 0px 0px 8px;"><span style="color: transparent; font-family: 'script mt bold'; font-size: 80pt; letter-spacing: -4pt;"><span style="text-shadow: white 0px 0px 7px, #FFA1D4 0px 0px 3px, #FF1493 0px 0px 3px, #FF1493 0px 0px 8px;">Neon bar</p>


Result:



Neon Text



Rainbow
Code:
<p style="background: red; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: orange; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: yellow; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: green; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: darkgreen; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: blue; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: cyan; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p><p style="background: violet; padding: 0px; margin: 0; text-align: center; line-height: 1px;">.</p>

Result:

.
.
.
.
.
.
.
.



Squashed Text
Code:
<p style="font-size: 70px;text-shadow:5px 5px 5px pink;text-align: center; letter-spacing: -0.2em">Squashed Text</p>

Result:

Squashed Text








More HTML codes coming soooon!

1 Kommentar: