HTML5 Tutorial – 21 – Text Shadows, Gradients, and Alpha

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

41 responses to “HTML5 Tutorial – 21 – Text Shadows, Gradients, and Alpha”

  1. Hamza Rana Avatar

    So, you're HTML5 tutorials title should've been:
    HTML5 & CSS3

  2. To believe or NOT TO BELIEVE Avatar

    Webkit is the most annoying part, none of the other browsers support it except chrome and safari

  3. Nomaan Kham Avatar

    +thenewboston love your work man

  4. Ivan Kusakovic Avatar

    Be careful with space after gradient. If there is space it won't work. It cause a lot of trouble to me.

  5. sean123654 Avatar

    For me, it seems like parts of this webkit code still applies. What is annoying though is,…. you think your code is not working properly because its out dated but really you just have a syntax error! lol #headmelt!

  6. Don Carlos Avatar

    Chrome seems to have updated and changed the way these features work.
    The CSS that works for me is:
    For radial gradients: background: -webkit-radial-gradient(circle, #FFFFFF, #000000);
    For linear gradients: background-image: linear-gradient(to bottom, #006E00, #00E800);

  7. muzamil javed Avatar

    sir create website in html plz send me vedio my email

  8. Nithya Sundar Avatar

    In IE we need to give like border-radius:25px;is webkit is applicable to chrome only?.can i make responsive layout with this without using media queries?.Please help.

  9. Jelena R Avatar

    50 cent hahaha you're funny, and great tutorials by the way!

  10. Hi Def Avatar

    I'm unable to make the words have a shadow even though i typed everything that Bucky typed.Can anyone help me out?

  11. Kosteri x Avatar

    no dude its not 'transparency' but its opposite, called 'opacity'. Its 2014 and
    radial still needs -webkit.

  12. Kosteri x Avatar

    ok background: linear-gradient does still need -webkit, and also the 45deg does not work.

  13. Benjamin Lehmann Avatar

    Its 2014, and as far as I know, you still MUST use webkit. (or MS, for IE8 and before)

  14. Brian Sidney Avatar

    I can't get the corners to round nor apply the webkit css. I have copied the code correctly….WTH???

  15. TheGigaPixel Avatar

    what should i do the webkit is awesome but mozilla is not supporting it …

  16. visDIJ Avatar

    every thing works fine

  17. LordStarBlue Avatar

    Thank you for the tutorial !

  18. Pogi Ako Avatar

    shadows ddnt work for me from last time, but bg gradient in this tut did work for me. y? :-/

  19. SeekingJusticeinUSA Avatar

    tried the words left and right and it does begin left or right

  20. Udaveer S. Avatar

    yes, that will not cause any problems.

  21. stayonpoint Avatar

    do i add the line twice? once as webkit, once as moz?

  22. TheGameCave Avatar

    too bad the inset doesn't work for the text

  23. Mr. Neko Avatar

    So many stuff to that I've learned! How do I keep practicing this? My mind is a bit messed up.

  24. AnazothStudios Avatar

    It's nothing to do with his teaching methods, the rest of us can follow along no problem, you are probably a slow learner or a little out of your depth, try learning XHTML first. If you are struggling at this stage then javascript will destroy your soul lol

  25. Jon M Avatar

    Another thing, you can set the text shadow up like this:

    text-shadow: rgb(200, 200, 200) 0px 0px 20px;

    this will make a white shadow that blurs across the text, which makes it have a really nice "glowing" look.

  26. Udaveer S. Avatar

    just replace "webkit" with "moz" and you are good to go in firefox. IE does not support HTML5 yet (last i checked). apple uses webkit as well i think so safari is good too.

  27. Bart Sprengelmeijer Avatar

    you can also use border-radius and box-shadow without the webkit

  28. - Someone - Avatar

    When you try to animate gradient backgrounds, it just goes from one background to another instantly, without any animation. I typed everything correct, so I don't know what's going on. Maybe this animation hasn't been implemented yet? If someone can, reply to me.

  29. Francis Behnen Avatar

    use moz-box instead of webkit-box and for all other place's it seas -webkit- you type moz-

  30. Donflorgon Avatar

    Im using chrome, & notepad++, all updated.
    I know im not doing anything wrong, so im just gonna learn from somewhere else.
    Thanks for the encouragement though, but I dont plan to give up.

  31. superbeastxj9 Avatar

    Don't give up! The only thing I can think of is to switch to google chrome, it wasn't working very well for me in firefox.

  32. Donflorgon Avatar

    Im done. The gradient isnt working for me, this is the second video where something went wrong, even though Ive followed you exactly. Im done with these tutorials, there is something obviously wrong with what hes teaching

  33. Bruno Thileeban Avatar

    it's not working in Firefox.

  34. Amaury Ayala Avatar

    bucky that's because all browser support text-shadow?

  35. Itay Karo Avatar

    A great tool for gradients: w ww.co lor z illa .co m/gradi ent-e ditor/ (remove spaces)
    You just make a gradient like in photoshop and copy the code 🙂

    oh and Great tutorial 😀 😀

  36. farukyaz Avatar

    Bucky you have used CTRL+C instead of a right click we didn't miss that!! 😀

  37. System Networks Avatar

    No need for rgb colours.Eg. text-shadow: 2px 2px black;

Leave a Reply

Your email address will not be published. Required fields are marked *