开发者

What kind of web effects are out there? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and 开发者_开发知识库cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 13 years ago.

Like rounded corner,any more?


Is it me or do people not use google ? http://www.html.it/articoli/nifty/index.html


For CSS3:

.box { border:1px solid black; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }

See http://afifoam.com/


You should consider studying some more CSS and CSS scripting and maybe some graphic design, although you can find some ideas here:

CSS Zengarden

CSS3 preview

In general with CSS3 there are some new features like:

  • rounded corners
  • font shadow
  • custom fonts
  • box shadow
  • text overflow
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜