html5餐厅网页模板,现代HTML5单页餐厅模板

95ae1dfed8c1b59e694a5c6cf8c3be90.png

基于 Twitter Bootstrop。 有效的 HTML5 / CSS3 页面。 完全响应。视网膜就绪。独特的布局,跨浏览器兼容 – 在 IE 9,10,11; Firefox; Safari; Chrome; Edge 和 Opera。格式良好和评论,所以它应该很容易适应和扩展。使用验证和使用 PHP 邮件程序脚本处理 ajax 联系表单。包括数百个视网膜就绪图标(fontawesome.com/cheatsheet),包括文件。

资源下载此资源下载价格为5D币,请先登录

资源文件列表

berghoef/.DS_Store , 14340

berghoef/contact.php , 2125

berghoef/css/.DS_Store , 6148

berghoef/css/bootstrap-datepicker3.min.css , 21014

berghoef/css/bootstrap.min.css , 121200

berghoef/css/contact.css , 1774

berghoef/css/flexslider.css , 3840

berghoef/css/font-awesome.min.css , 31001

berghoef/css/jquery.fancybox.css , 4060

berghoef/css/magnific-popup.css , 8951

berghoef/css/reset.css , 791

berghoef/css/responsive.css , 3123

berghoef/css/styles.css , 35417

berghoef/fonts/.DS_Store , 6148

berghoef/fonts/bootstrap/glyphicons-halflings-regular.eot , 20127

berghoef/fonts/bootstrap/glyphicons-halflings-regular.svg , 109025

berghoef/fonts/bootstrap/glyphicons-halflings-regular.ttf , 45404

berghoef/fonts/bootstrap/glyphicons-halflings-regular.woff , 23424

berghoef/fonts/bootstrap/glyphicons-halflings-regular.woff2 , 18028

berghoef/fonts/fontawesome-webfont.eot , 165742

berghoef/fonts/fontawesome-webfont.svg , 444379

berghoef/fonts/fontawesome-webfont.ttf , 165548

berghoef/fonts/fontawesome-webfont.woff , 98024

berghoef/fonts/fontawesome-webfont.woff2 , 77160

berghoef/fonts/FontAwesome.otf , 134808

berghoef/images/.DS_Store , 6148

berghoef/images/about-1.jpg , 54673

berghoef/images/about-2.jpg , 54917

berghoef/images/about-3.jpg , 51009

berghoef/images/about-4.jpg , 34108

berghoef/images/arrow-down-white.png , 19226

berghoef/images/arrow-right-white.png , 19220

berghoef/images/arrow.png , 15960

berghoef/images/arrow2.png , 15970

berghoef/images/arrow3.png , 15960

berghoef/images/arrow4.png , 15959

berghoef/images/background-2.png , 182956

berghoef/images/bg-close@2x.png , 3221

berghoef/images/bg-next.png , 15899

berghoef/images/bg-next@2x.png , 3222

berghoef/images/bg-prev.png , 15908

berghoef/images/bg-prev@2x.png , 3230

berghoef/images/blank.gif , 43

berghoef/images/blog-5.jpg , 77885

berghoef/images/bonappetit.png , 15815

berghoef/images/bookatable.png , 14130

berghoef/images/cirlce-text.psd , 659251

berghoef/images/food-1.jpg , 59975

berghoef/images/food-10.jpg , 115453

berghoef/images/food-11.jpg , 84257

berghoef/images/food-12.jpg , 98564

berghoef/images/food-13.jpg , 84837

berghoef/images/food-2.jpg , 45904

berghoef/images/food-3.jpg , 47453

berghoef/images/food-4.jpg , 61350

berghoef/images/food-5.jpg , 90484

berghoef/images/food-6.jpg , 51717

berghoef/images/food-8.jpg , 57639

berghoef/images/food-9.jpg , 114773

berghoef/images/fullscreen01.jpg , 161687

berghoef/images/fullscreen02.jpg , 171634

berghoef/images/fullscreen03.jpg , 176537

berghoef/images/fullscreen04.jpg , 143480

berghoef/images/fullscreen07.jpg , 146026

berghoef/images/fullscreen14.jpg , 113051

berghoef/images/logo.png , 12729

berghoef/images/tripadvisor.png , 54270

berghoef/images/watercolor25.png , 102121

berghoef/images/watercolor28.png , 86241

berghoef/images/watercolor29.png , 53075

berghoef/images/watercolor44.png , 30427

berghoef/images/watercolor62.png , 58259

berghoef/images/watercolor63.png , 65463

berghoef/images/watercolor69.jpg , 33674

berghoef/images/watercolor70.png , 170649

berghoef/images/watercolor72.jpg , 22382

berghoef/images/watercolor9.png , 77819

berghoef/index.html , 29860

berghoef/js/.DS_Store , 6148

berghoef/js/bootstrap.min.js , 37045

berghoef/js/input.fields.js , 530

berghoef/js/jquery-1.12.4.min.js , 97163

berghoef/js/jquery-easing-1.3.js , 8101

berghoef/js/jquery.fancybox.pack.js , 23487

berghoef/js/jquery.flexslider-min.js , 22593

berghoef/js/jquery.form.js , 877

berghoef/js/jquery.magnific-popup.min.js , 21883

berghoef/js/jquery.nav.js , 5387

berghoef/js/jquery.touchSwipe.min.js , 11417

berghoef/js/main.js , 3533

berghoef/js/modernizr.js , 11374

berghoef/js/preloader.js , 140

berghoef/js/slideshow.js , 9967

berghoef/post.html , 15896

在线预览

HTML5/CSS 餐厅选择器 第一关 plate plate元素 第二关 bento bento元素 第三关 #fancy id为fancy的元素 第四关 plate apple plate祖先元素下的apple后代元素 第五关 #fancy pickle id为#fancy的祖先元素下的pickle后代元素 第六关 .small 组为small的元素 第七关 orange.small 组为small的orange元素 第八关 bento>orange.small bento父元素下的组为small的orange子元素 第九关 plate,bento,div plate,bento兄弟元素在div元素中 第十关 * *代表所有元素 第十一关 plate>* plate父元素的所有子元素 第十二关 plate + apple 兄弟元素选择器,plate元素的后一个元素 第十三关 bento~pickle 兄弟元素选择器,bento元素后的多个pickle元素 第十四关 plate>apple plate父元素下的apple子元素 第十五关 plate orange:first-child 子元素选择器,plate元素下的第一个orange元素 第十六关 plate :only-child 所有plate元素下的元素 第十七关 #fancy :last-child,pickle:last-child id为fancy的元素的最后一个和pickle元素的最后一个 第十八关 div plate:nth-child(3) div元素中的第三个plate元素 第十九关 div bento :nth-last-child(4) div元素中倒数第四个bento元素 第二十关 apple:first-of-type 第一个apple元素 第二十一关 plate:nth-of-type(even) 所有偶数个的plate元素 第二十二关 plate:only-of-type(6n+3),plate:only-of-type(6n+5) plate元素下的第3个和第5个元素 第二十三关 plate apple.small:only-of-type plate元素下满足apple.small元素的唯一一个元素 第二十四关 orange.small:last-of-type,apple.small:last-of-type 是orange.samll和apple.small元素的最后一个元素 第二十五关 bento:empty bento元素里没有包括额外元素 第二十六关 apple:not(.small) apple里没有组是.small的元素
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值