15 个用 CSS3 实现的文本效果

Cool Text Effects Using CSS3 Text-Shadow



Alfonse Surigao shows cool CSS3 is to use and how many effects can one generate using it. Text shadow effect has been used.



Inset Text With CSS3



If you wish to create an inset text effect using CSS3, then you should definitely check this tutorial by Stylizedweb. They teach you in 3 simple steps!



Text Shadow Box



This is a really cool text shadow box. The text shadow property of CSS is used to create this effect. It works with popular browsers such as Chrome, Safari and Firefox 3.5. Simply move your cursor and see the effect!



Create Outline To Your Text



Outlining text with a cool color can add style to your text. In this tutorial Matt teaches you how to outline text amazingly using CSS. But the downer is that it is only compatible with Safari and Chrome.



Create Beautiful CSS3 Typography



Stylish typography can make your text look extremely cool. Your readers would love it. This tutorial will teach you how to make your text artistic and voguish but still readable.



Subtle CSS3 Typography



This tutorial will teach you how to use CSS3 outlines and text shadows properties to create this subtle typography. It is from Jeffery Way. Subtle and beautiful!



Letterpress Effect With CSS Text-Shadow



This is definitely an awesome CSS property that you can use to create beautiful text. It was considered as industrial printing method but now it is often used in designing.



CSS3 Background Clip



This one lets you create a background clip easily. This tutorial is an experiment background clip, text and font face through typekit.



CSS3 Cookbook



The best thing about this tutorial is that you are given the ability to simply copy and paste the code, customize it and put it into your project. You can also make your text more cooler by utilizing options like Small Caps, CSS Coupon, Stitched, Simple Stroke and double Stroke tricks.



Glass Text Effect



This tutorial is about how to create the glass text effect or refractive index effect. The edges have been experimented with and the markup has been kep minimum in order to create the animation.



CSS3 Tilt-shift Text



This tutorial teaches you how to create a Tilt-Shift text effect. The radius has been somewhat blurred from top and bottom and the Tilt-Shift effect has been applied.



How To Use Text Shadow With CSS3



Well, this question is answered very nicely by Ali Hitch as he shows how the text shadow property can be used to create different effects, even the artistic typography effects such as Blur, 3D, Glow and indent effect.



Create 3D Text Using CSS3



Rohit Aneja teaches us how to create 3D. He simply utilizes the text shadow and adds it to headings and paragraph tags to give it a 3D look.



Flash Light



This is a great effect but the only downer is that it works only in Safari. Text shadow is used with the transparent text. The hover effect is achieved by using the rotate transition with low perspective.



Change Default Text Selection Colour



This is a really cool effect as it can change the highlight selected text color. And the best part is that it works in almost all browsers.

时间: 2024-08-04 02:34:05

15 个用 CSS3 实现的文本效果的相关文章

css3 文字效果: 如何利用CSS3制作3D文字效果

下面这篇教程是教你如何用CSS3来制作3D效果的文字,文章翻译自3D CSS Shadow Text Tutorial.这个简单的CSS文本阴影教程将一步步教你如何通过堆叠多层阴影来创建3D文字,然后进一步利用CSS3的transform和transition属性来实现鼠标移过字体放大的效果.请注意,这个3D文字效果是用纯CSS的,没有用Javascript,并且需要用支持CSS3的浏览器才能看出效果,如firefox.chrome.safari和opera.CSS文字阴影是如何实现的为了实现3

如何利用CSS3制作3D文字效果

下面这篇教程是教你如何用CSS3来制作3D效果的文字,文章翻译自3D CSS Shadow Text Tutorial. 这个简单的CSS文本阴影教程将一步步教你如何通过堆叠多层阴影来创建3D文字,然后进一步利用CSS3的transform和transition属性来实现鼠标移过字体放大的效果.请注意,这个3D文字效果是用纯CSS的,没有用Javascript,并且需要用支持CSS3的浏览器才能看出效果,如firefox.chrome.safari和opera. CSS文字阴影是如何实现的 为了

JS+CSS3模拟溢出滚动效果_javascript技巧

移动开发的时候,我们经常会遇到滑动事件,众所周知手机端滑动主要依靠touch事件.最近接连遇到两个页面都有类似overflow:auto的效果,一般情况下通过css设置是可以实现的(虽说丑了点儿),,但是一旦overflow:auto的元素响应touch事件时就会有诸多不便,例如fullpage中某一元素自滑动,我们可以通过normalScrollElements来使元素滑动的时候不滑动到下一屏,但是在元素滑动到最底部的时候也就不能响应下一屏事件,上滑也是一样,这时候就需要touch事件来响应,

《响应式Web设计:HTML5和CSS3实践指南》——2.7节使用CSS3制作3D文本

2.7 使用CSS3制作3D文本在前几节中,我们使用画布元素创建了投影.斜面以及内侧阴影.使用CSS3可以让文本真的站起来.使用CSS3的text-shadow属性,可以让文本看起来好像伸出屏幕来面对用户. 2.7.1 准备工作如果你想直接跳过本节,你可以从Packt Publishing的网站上下载代码.否则,如果你想边学边做,那就一起来创建属于你自己的3D文本吧.下面将通过组合多个CSS3的阴影效果来实现3D特效. 2.7.2 实现方式在IDE中,创建一个在body元素中只有一个header

用CSS3实现网页文本禁止复制的CSS代码

文章简介:用CSS3实现网页文本禁止复制的CSS代码. 实例代码1: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>Demo1</title><style>.text{-moz-user-select:none;-webkit-

5个使用CSS3实现的常见效果

用纯CSS也可以实现各种各样很酷的效果了,甚至是动画.虽然有些效果不能跨浏览器(甚至是支持CSS3的浏览器)运行,有些只是展示并没什么实际 用途, 但仅用CSS实现出的这些效果似乎没什么可以挑剔的. 对于设计人员和开发人员来说,CSS一直是web设计过程中重要的一部分,随着CSS3的出现以及越来越多的浏览器对它的支持,设计师们有了 更多的选择.用纯CSS也可以实现各种各样很酷的效果了,甚至是动画.虽然有些效果不能跨浏览器(甚至是支持CSS3的浏览器)运行,有些只是展示并没什么实际 用途, 但仅用

ps设计玻璃霓虹灯文本效果

photoshop设计玻璃霓虹灯文本效果 在这个独家Photoshop教程中,大家将学习如何在Photoshop中创建玻璃质感的霓虹灯文字效果.本教程来自:www.graphicmania.net 1.首先输入一些文本.例如用World of Water字体写成的"Graphic Mania".颜色是#00add8.旋转文本(用自由变换工具). 2.在这个图层上添加一些效果:投影,内阴影,内发光,图案叠加和渐变叠加.这些设置和效果如下.这将能很好的改变我们文本的外形效果, 最后你将会得

word2013如何设置艺术字文本效果

  word2013中设置艺术字文本效果的方法: 打开电脑后,打开word2013.找到最上面一栏的'插入'选项,点击插入之后,再走到'艺术字'这个选项. 点击'艺术字'的那个三角形,会出现很多种艺术字的类型样式.根据自己的喜好,选择一种样式,然后在规定的文本框里输入自己要编辑的文字. 编辑好了之后,再将光标停在艺术字的文本框里面.接着在窗口的最上面那一菜单栏里面会出现一个菜单选项'绘图工具--格式',单击它. 之后再'格式'选项的下面右方找到'文本效果',点击文本效果后面的三角形,会出现很多种

Photoshop制作一个独特的文本效果

  在这个Photoshop教程里,我们将创造一个独特的文本效果,这很简单,有光泽的文本效果可应用简单的图层效果来实现.大家也可以在此基础上开动脑筋,更改出更多其它风格. 先看看效果图: 1.文档/背景 首先在PS中创建一个新文件,尺寸大约设置在1000×600之间最为合适.用黑色/渐变色填充背景(#2b2e2c & #1a1a1a).现在看起来只有一点效果,创建一个新层,把一些笔刷的形状放到你的画布上,使用你之前用过的渐变色,降低该图层20%的不透明度. 这样我们就有了放置文本的好背景了. 2