-
HTML连载57-相对定位和绝对定位
HTML连载57-相对定位和绝对定位 一、定位流 1.分类 (1)相对定位; (2)绝对定位 (3)固定定位 (4)静态定位 2.什么相对定位 相对定位就是相对于自己以前在标准流中的位置来移动。 例子: style div { width : 100px ; height : 100px ; } .box1 { background-color...
-
用Bootstrap做一个历史朝代表
用Bootstrap做一个历史朝代表 引入CDN,算好需要合并的单元格。 ! DOCTYPE html html head !-- 移动设备 -- meta name ="viewport" content ="width=device-width, initial-scale=1, shrink-to-fit=no" meta charset ="utf-8" / title 朝代表 / title !-- bootstrap-css...
-
随机点名
随机点名 今天听课听到了Math对象中的随机数方法random(),然后就想用它设计一个简单的随机点名系统。我记得之前高中的时候语文老师用过一个,是类似于名字滚动的那种,现在太菜就先不考虑这个了,后续有机会再研究吧。 先展示一下最终的 效果图 。 下面是 html 代码部...
-
CSS选择器、字体/文本、背景
CSS选择器、字体/文本、背景 CSS的基本使用 直接写在标签内 p style=color: red; font-size: 40px;段落/p 写在 style 标签内 style span{ color: aquamarine; }/style 使用外部 .css 文件 @import (不建议使用此方式) style @import font_css.css;/style link link r...
-
FCC---CSS Flexbox: Apply the flex-direction Property to Crea
FCC---CSS Flexbox: Apply the flex-direction Property to Create a Column in the Tweet Embed The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element would work...
-
FCC---CSS Flexbox: Use the flex-direction Property to Make a
FCC---CSS Flexbox: Use the flex-direction Property to Make a Column The last two challenges used the flex-direction property set to row. This property can also create a column by vertically stacking the children of a flex container. Add the CSS prop...
-
FCC---CSS Flexbox: Apply the flex-direction Property to Crea
FCC---CSS Flexbox: Apply the flex-direction Property to Create Rows in the Tweet Embed The header and footer in the tweet embed example have child items that could be arranged as rows using the flex-direction property. This tells CSS to align the ch...
-
FCC---CSS Flexbox: Add Flex Superpowers to the Tweet Embed
FCC---CSS Flexbox: Add Flex Superpowers to the Tweet Embed To the right is the tweet embed that will be used as the practical example. Some of the elements would look better with a different layout. The last challenge demonstrated display: flex . He...
-
CSS 了解一下
CSS 了解一下 CSS 认识一下 1、CSS 的那些事 CSS(Cascading Style Sheets)译「 层叠样式表 」,我的理解是: 各种样式叠加的表 。 一个网页,如果没有 CSS,就是穿着“国王的新衣”,在裸奔!CSS 的重要性不言而喻! 作为 HTML 的衣服,CSS 为 HTML 元素提供了一种样...
-
移动京东项目练习记录
移动京东项目练习记录 移动京东项目练习记录 流式布局与移动端适配的基本要求 /*流式布局:就是百分比布局,非固定像素,内容向两侧填充,理解成流动的布局,称为流式布局*/ /*视觉窗口:viewport,是移动端特有。这是一个虚拟的区域,承载网页的。 承载关系:浏览器----...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
