We’re all living on the web, and we all seem to be starting our own websites, so it’s time we all learned the languages that make it run. The guys at Mashable.com have gathered over 250 resources to help you get going. This list is aggregated from previous Mashable posts. The list is quite extensive
Continue reading 250+ Tools and Resources For Coding the Web
Category: CSS 3.0
CSS 3.0
Text-shadow или как да имаме ефекти от Фотошоп само с CSS
Това е нещо което го има още от CSS2, но само някои браузъри го поддържат. Да се надяваме, че след финализиране на CSS3, големите в бизнеса ИЕ и Мозила ще го имплементират също.
1 2 3 |
color: #fff; background-color: #fff; text-shadow: 2px 2px 2px #000; |
Това е бял текст на бял фон. Ако четете това значи ползвате Опера 9.5 или друг WebKit(Сафари) браузър. Ако нямате Опера
Continue reading Text-shadow или как да имаме ефекти от Фотошоп само с CSS
Safari 3.0 support of CSS 3.0
Nice post which presents some of the new features that will come with CSS 3.0 and the Safari support of them. In the original post you can find also some demos. You see, even 3 months ago Safari 3.0 was far out in front of the other major browsers in implementing the incredibly cool features
Continue reading Safari 3.0 support of CSS 3.0