15个好用的CSS3和HTML5模板框架

简介: HTML5 Basic Template Pack This template has been heavily inspired by the Smashing Magazine HTML 5 template tutorial, however the (CSS & Design) has been modified in several ways.

HTML5 Basic Template Pack

HTML5 Basic Template Pack

This template has been heavily inspired by the Smashing Magazine HTML 5 template tutorial, however the (CSS & Design) has been modified in several ways.
This basic template comes in 4 colors (green, blue, purple and orange) with easy to customize CSS and HTML 5, HTML5 mouse over effects, HTML 5 text shadow and much more.

RamblingSoul 19 CSS3 Template

RamblingSoul 19 CSS3 Template

Cherry Blossoms HTML5 & CSS3

Cherry Blossoms HTML5 & CSS3

Ampersand HTML5

Ampersand HTML5

You can choose from either the two column or three versions of this HTML5 template.

Backwards Compatible, One Page Portfolio (Template and Tutorial)

Backwards Compatible, One Page Portfolio (Template and Tutorial)

Nearly Circular CSS3

Nearly Circular CSS3

The template displays a taster of what is to come from the CSS3 spec, mostly the lovely rounded corners and @font-face. There are also a few pseudo CSS selectors used to control some of the elements.
The template is supported in Firefox 3.5+ and Safari 4+. All other browsers will degrade into a nice square version of the design.

ZooCroo HTML5 & CSS3

ZooCroo HTML5 & CSS3

ZooCroo is a fun, playful and colorful template that utilizes HTML5 and CSS3, with a little extra fun thrown in. The nerd images in the content are animated, using CSS3’s transform properties. Hovering over the little nerds will rotate one and slide one right. This is, of course, assuming your browser is able to understand CSS3’s transform code.

Flower Blog HTML5 and CSS3 Template and Tutorial

Flower Blog HTML5 and CSS3 Template and Tutorial

In this tutorial with template source available for download, you are going to build a blog page using next-generation techniques from HTML 5 and CSS 3. The tutorial aims to demonstrate how you will be building websites when the specifications are finalized and the browser vendors have implemented them.

Rockit HTML5 & CSS3

Rockit HTML5 & CSS3

Rockit is a 2 column grungy music-inspired template that makes use of CSS3 transform to create a cool rotating polaroid effect for a set of images. For browsers that understand this effect, hovering over each polaroid image will rotate it to the left a bit. For browsers that aren’t yet up to speed, the images will still have the polaroid-like frame around them, but just won’t rotate on hover.

Cardeo Three CSS3

Cardeo Three CSS3

Cardeo Three is a free website template coded using CSS3 with the following features: Rounded Corners (no images!), Custom Font Replacement and Font Shadow.

Beach Vaycay

Beach Vaycay

This fun in the sun template features a travel theme with a gradient background that uses CSS3 to create it without images. Browsers that don’t yet understand CSS3’s new gradient background will show a nice sandy background color instead. This template is 2-columns with a nice 4-section footer.

Papery HTML5 & CSS3

Papery HTML5 & CSS3

Papery is an HTML5 / CSS3 template that’s all about the face; font-face that is. This 2-column textured template focuses on @font-face, showing off what fun it can be to use non-standard fonts.
Adding to the font focus is a generous use of old paper textures, 3-sectioned footer, border shadows and drop-down menus to create a nice old but comfortable look and feel.

One-Page Template XHTML & CSS3

One-Page Template XHTML & CSS3

This free template is pure XHTML and CSS3. It is compatible with all browser versions, SEO friendly, and features a sleek jQuery scroll effect. Perfect for those cases when you need something up fast.

Newsy Multiple Column HTML5 & CSS3

Newsy Multiple=

Newsy is a beautiful newspaper / magazine style template with the advanced multiple-column feature that CSS3 now offers. Content flows easily from one column to the next – automatically – without any effort on the part of the author.
IE won’t recognize the multiple columns, so the articles will look like normal one-column posts, but at least it doesn’t seem broken to IE users.

Less Framework

Less Framework

The Less Framework is an HTML5-powered CSS framework for building flexible multi-column website layouts. It has an eight-column grid optimized for a line-height of 24px, as well as a set of typography presets based on the golden ratio that fit into the grid’s vertical rhythm.
The frameworks layouts work perfectly in Chrome, Safari 3.0+, Firefox 3.0+, Opera 10+ and Internet Explorer 7+. They intelligently collapse into a single column in legacy browsers and on small screen devices, such as mobile phones.

52Framework

52Framework

The 52framework is a fairly new CSS framework that has been built with the much cleaner HTML5 and using CSS3. It supports all modern browers, and perhaps most remarkably, even IE6! Here are some of its features:

HTML5
• Use of all the most useful current html5 tags including: header, nav, section, article, footer, and more to come soon (with styling)
• Use of the all new <!DOCTYPE html> and <html lang="en">
• New input field types: url, email, etc
• Script embed (javascript) using only the script tag without the attribute type
• Modified Reset Stylesheet for HTML5

CSS3
• Use of the new ::selection selector that enables you to customize the properties of selected text.
• Rounded Corners for any block level element
• Text-Shadow for text elements
• Box Shadow for block level elements

Grid
• 16 column, 52 pixel based with 8 pixel gutter

目录
相关文章
|
20天前
|
前端开发 测试技术 定位技术
如何利用HTML和CSS构建企业级网站的全过程。从项目概述到页面结构设计,再到HTML结构搭建与CSS样式设计,最后实现具体页面并进行优化提升,全面覆盖了网站开发的关键步骤
本文深入介绍了如何利用HTML和CSS构建企业级网站的全过程。从项目概述到页面结构设计,再到HTML结构搭建与CSS样式设计,最后实现具体页面并进行优化提升,全面覆盖了网站开发的关键步骤。通过实例展示了主页、关于我们、产品展示、新闻动态及联系我们等页面的设计与实现,强调了合理布局、美观设计及用户体验的重要性。旨在为企业打造一个既专业又具吸引力的线上平台。
43 7
|
20天前
|
前端开发 JavaScript 搜索推荐
HTML与CSS在Web组件化中的核心作用及前端技术趋势
本文探讨了HTML与CSS在Web组件化中的核心作用及前端技术趋势。从结构定义、语义化到样式封装与布局控制,两者不仅提升了代码复用率和可维护性,还通过响应式设计、动态样式等技术增强了用户体验。面对兼容性、代码复杂度等挑战,文章提出了相应的解决策略,强调了持续创新的重要性,旨在构建高效、灵活的Web应用。
29 6
|
20天前
|
存储 移动开发 前端开发
高效的 HTML 与 CSS 编写技巧,涵盖语义化标签、文档结构优化、CSS 预处理、模块化设计、选择器优化、CSS 变量、媒体查询等内容
本文深入探讨了高效的 HTML 与 CSS 编写技巧,涵盖语义化标签、文档结构优化、CSS 预处理、模块化设计、选择器优化、CSS 变量、媒体查询等内容,旨在提升开发效率、网站性能和用户体验。
31 5
|
20天前
|
前端开发 JavaScript UED
在数字化时代,Web 应用性能优化尤为重要。本文探讨了CSS与HTML在提升Web性能中的关键作用及未来趋势
在数字化时代,Web 应用性能优化尤为重要。本文探讨了CSS与HTML在提升Web性能中的关键作用及未来趋势,包括样式表优化、DOM操作减少、图像优化等技术,并分析了电商网站的具体案例,强调了技术演进对Web性能的深远影响。
25 5
|
2月前
|
前端开发 JavaScript 搜索推荐
打造个人博客网站:从零开始的HTML和CSS之旅
【9月更文挑战第32天】在这个数字化的时代,拥有一个个人博客不仅是展示自我的平台,也是技术交流的桥梁。本文将引导初学者理解并实现一个简单的个人博客网站的搭建,涵盖HTML的基础结构、CSS样式的美化技巧以及如何将两者结合来制作一个完整的网页。通过这篇文章,你将学会如何从零开始构建自己的网络空间,并在互联网世界留下你的足迹。
|
1月前
|
定位技术
时尚的联系我们表单HTML模板(源码)
一款时尚的联系我们表单Html模板,带地图和所在位置,输入基本信息和信息发送,看起来很漂亮的联系我们页面。
50 1
时尚的联系我们表单HTML模板(源码)
|
1月前
|
JSON 移动开发 数据格式
html5+css3+js移动端带歌词音乐播放器代码
音乐播放器特效是一款html5+css3+js制作的手机移动端音乐播放器代码,带歌词显示。包括支持单曲循环,歌词显示,歌曲搜索,音量控制,列表循环等功能。利用json获取音乐歌单和歌词,基于html5 audio属性手机音乐播放器代码。
107 6
|
2月前
|
前端开发 JavaScript 搜索推荐
打造个人博客网站:从零开始的HTML与CSS之旅
【9月更文挑战第31天】在这个数字时代,拥有一个个人博客网站是展示自我、分享知识和连接世界的重要方式。本文将引导你通过简单的HTML和CSS知识,一步步构建起你的在线空间。无论你是编程新手还是希望通过实践加深理解,这篇文章都将是你的理想指南。我们将探索基本概念,实现页面布局,并点缀以个性化样式,最终将静态页面转变为动态交互式网站。准备好了吗?让我们开始吧!
|
3月前
|
前端开发 数据安全/隐私保护 容器
HTML+CSS 水滴登录页
该代码实现了一个创意的水滴登录页面,包含一个水滴形状的登录框与两个按钮(忘记密码和注册)。登录框包括用户名、密码输入框及登录按钮。页面设计独特,采用渐变色与动态效果,增强了交互性和视觉美感。以下为关键实现步骤: - 重置默认样式。 - 设置页面背景颜色和尺寸。 - 定义登录表单容器的布局、位置和尺寸。 - 设置登录表单内容样式,包括3D效果和过渡动画。 - 创建伪元素增强水滴效果。 - 设定输入框容器和输入框样式。 - 为提交按钮、忘记密码和注册按钮设定特定样式,并添加悬停效果。