登录
首页 » JavaScript » CSS设计指南

CSS设计指南

于 2020-06-23 发布
0 286
下载积分: 1 下载次数: 3

代码说明:

说明:  《css 设计指南》是一本面向初中级读者的经典设计指南。全书共分8章,前4章分别介绍了HTML标记和文档结构、CSS工作原理、定位元素、字体和文本,对规则、声明、层叠、特指度、选择符等基本概念进行了详细解读。随后4章介绍了页面布局、界面组件,CSS3圆角、阴影、渐变、多背景等视觉设计技巧,最后还对如何实现最前沿的响应式设计进行了通俗易懂的演示。(CSS Design Guidelines)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于在线签名的学生签到认证系统
    在信息化时代,如何准确鉴定一个人的身份、保护信息安全,已成为一个必须解决的关键社会问题。手写签名技术的日趋成熟给予生活生产极大的方便。我们基于手写数字签名实现身份认证的技术原理,结合实际应用,研究开发人员动态管理系统。系统主要包含数据库、电脑客户端和移动终端应用三部分,重点分析用户需求、设计各管理模块,采集签名数据,进行手写签名的实时、非实时认证,根据实际需求开发移动应用并完善用户体验。在整个设计中利用了MVC框架模式,并运用C#和SQL语言分别设计了用户登录网页和基本数据库结构,实现用户功能模块的设计和用户操作流程的设计;开发客户端应用,将算法植入应用之中;使用Java开发安卓设备应用,可以通过屏幕快速收集个人信息,在签名算法的支持下实现快速的识别验证。系统整合考勤、公文签收、网上身份登陆认证等多个实际应用模块,开发成一个人员动态管理,具有快速、唯一、稳定、接受度高、使用方便的特点。
    2022-03-19 10:31:29下载
    积分:1
  • onlinevoitng 系统
    电子投票(也称为电子投票) 是包括几种不同类型的投票,拥抱这两个电子手段铸造的投票和点票电子手段的一个术语。 一般情况下,可以确定两种主要类型的电子投票:[1][2] e 投票,物理上由政府或独立选举当局 (例如电子投票机位于投票站) ; 代表监督 远程 e 投票哪里投票选民的唯一影响内执行和不实际监督政府当局 (例如投票权从一个人的个人计算机、 移动电话、 电视通过互联网 (也叫 i-投票权)) 的代表。
    2023-06-12 09:15:04下载
    积分:1
  • Joomla!Full优秀的框架
    Joomla!Full优秀的框架 适合学习者进行设计开发,Joomla!是优秀的网站框架,进行二次开发,及添加适合自己的内容组件、新菜单等等
    2022-09-02 03:55:04下载
    积分:1
  • fcms6.4
    追梦flash网站模板6.3版本继续保持清新效果,更加注重图片的质量,经过一段时间的测试,现在,6.3换上了新的上传组件,6.3模板也将拥有高清背景,上传速度更快(The flash website template version 6.3 continue to maintain freshness effect, pay more attention to the quality of the picture, after a period of testing, now 6.3, changed the upload component new, 6.3 template will also have background HD, upload speed)
    2013-12-30 10:47:26下载
    积分:1
  • mcmc_gibbs_intro
    对马尔科夫链蒙特卡洛模拟和吉布斯采样的一个介绍文章,对了解这些方法非常有用!(We focus here on Markov Chain Monte Carlo (MCMC) methods, which attempt to simulate direct draws from some complex distribution of interest. MCMC approaches are so-named because one uses the previous sample values to randomly generate the next sample value, generating a Markov chain (as the transition probabilities between sample values are only a function of the most recent sample value).)
    2010-06-30 22:11:04下载
    积分:1
  • 115jPlayer
    网页播放器,flahs+js代码实现,从一款比较好的地方拔下来的(Web player, flahs+js code, a better place from pull down)
    2013-08-22 11:49:45下载
    积分:1
  • ds1
    建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作: (1)判定线性表是否为空。 (2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。 (3)删除第5个元素,然后输出整张线性表。 (4)在线性表的第3位插入数据92,然后输出整张线性表。 (5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。 (6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。 (7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。 (Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following: (1) determine whether a linear table is empty. (2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements). (3) Delete the first five elements, and then output the entire linear form. The first three insert data (4) line of the table 92, and then output the entire linear form. (5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist. (6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist. (7) Find a linear table, element 652 is a precursor elements and the va)
    2014-05-11 19:16:52下载
    积分:1
  • JQuery日历控件—过期的时间选不了
    jquery的日历控件,可以选择时分秒,并且过期的日期不可以选择,可以设置起始时间,是个很不错的插件,可以直接拿过来应用 jquery的日历控件,可以选择时分秒,并且过期的日期不可以选择,可以设置起始时间,是个很不错的插件,可以直接拿过来应用
    2022-07-16 11:28:00下载
    积分:1
  • betim
    新闻网站 欢饮使用并祝你成功,一个ASP新闻网站(news website chinese gb2312)
    2013-01-31 00:52:45下载
    积分:1
  • mwlmbym
    1、将www内的所有文件上传到你的空间根目录;(一般根目录为服务器WEB文件夹,直接上传即可,不用安装,直接可以打开网站) 2、后台地址:你的域名/admins 管理账号和密码都是admin 注意事项: 1.请先修改左边菜单栏:管理账号的密码 2.网站配置,修改网站信息(填写完请退出一下再进) 3.变更网站LOGO,打开本地文件www下的images内LOGO,进行上传替换【首页右上角电话图片一样的方法】注意查看源文件分辨率! 4.修改顶部信息,请修改www下index文件;修改侧边栏信息、底部信、微博等,请修改www下bottom文件;(1, the WWW file will be uploaded to the root directory of your space (general root directory server WEB folder can be uploaded directly, do not install, you can directly open the site) 2, background address: your domain name /admins management account and password are admin Matters needing attention: 1 please modify the left menu bar: password management account 2 site configuration, modify the site information (please fill out the end of the re entry) 3 change the site LOGO, open the local file www under the images LOGO, upload and replace the [right hand corner of the top of the phone the same way as a picture] note the source file resolution! Modify the top 4 information, please modify the WWW index file modify the sidebar information, such as micro-blog, at the bottom of the letter, please modify the WWW file under bottom )
    2017-01-14 21:45:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载