Tutorial – Create A YouTube Style Button Using HTML/CSS3
A video tutorial showing how to quickly create a button similar to the “Create Account” button displayed on the YouTube homepage using HTML and CSS3. Using t…
Don’t forget to check out our other video tutorials or share this video with a friend.
10 responses to “Tutorial – Create A YouTube Style Button Using HTML/CSS3”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 01/04/14
Category: HTML Tutorials
Pages
Random Videos
-
Excel 2007 COUNTIF & COUNTIFS Video Tutorial
2,658 views
-
Microsoft Excel #01: Introduction to Excel
2,936 views
-
HTML5 Tutorial – 1 – Introduction
3,885 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
Thank you :)
@morehawes quick question how do i change the sizes of the button that you
have just created, thanks
your awesome
Thx very much !
i made a button that sents you to this video 😀
Nice tut thx
you need to change the padding size, or the width size width:(x amount)px;
Amazing, someone finally shows me how to do those rounded corners without
images.
Thanks man! You really helped me.
@sachin limbu you can do this a few ways: 1/ Increase the padding on the
button e.g a.button { padding: 16px 32px;} 2/ Increase the font size e.g
a.button { font-size: 2em;} 3/ Set a width / height e.g. a.button { width:
200px; height: 100px;} The numbers I have chosen are random so you will
want to adjust accordingly.