• github pages 子域名 ( subdomain ) https 认证

    github pages 子域名 ( subdomain ) https 认证 目录 说明 github pages 上的创建子域名 https 认证 说明 转载请注明出处https://www.cnblogs.com/bllovetx/p/12013462.html 欢迎访问我的主页 github pages 上的创建子域名 今天闲得无聊(量子大作业拖得要写不完了),...

    2019-12-09 16:01:06

  • 随机点名

    随机点名 今天听课听到了Math对象中的随机数方法random(),然后就想用它设计一个简单的随机点名系统。我记得之前高中的时候语文老师用过一个,是类似于名字滚动的那种,现在太菜就先不考虑这个了,后续有机会再研究吧。 先展示一下最终的 效果图 。 下面是 html 代码部...

    2019-12-09 16:00:45

  • web前端命名规范

    web前端命名规范 下面是常见的命名参考规范: ? 主体 头部:header 内容:content/container 尾部:footer 导航:nav 侧栏:sidebar 栏目:column 整体布局:wrapper 左右中:left / right / center 登录条:loginbar 标志:logo 广告:banner 页面主体:main 热点:ho...

    2019-12-09 16:00:37

  • 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...

    2019-12-09 16:00:30

  • 什么是结构、样式、行为分离?

    什么是结构、样式、行为分离? 什么是结构、样式、行为分离?这样做的好处是什么? web标准的核心理念就是结构标准、样式标准和行为标准,提倡结构、表现和行为相分离,即 HTML-结构、CSS-表现、JavaScript-行为 分离。 HTML标签给予内容含义,CSS表现层则定义HTML该如...

    2019-12-08 16:03:37

  • FCC---CSS Flexbox: Align Elements Using the justif

    FCC---CSS Flexbox: Align Elements Using the justify-content Property Sometimes the flex items within a flex container do not fill all the space in the container. It is common to want to tell CSS how to align and space out the flex items a certain wa...

    2019-12-08 16:03:31

  • FCC---CSS Flexbox: Apply the flex-direction Proper

    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...

    2019-12-08 16:03:01

  • FCC---CSS Flexbox: Apply the flex-direction Proper

    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...

    2019-12-08 16:02:03

  • FCC---CSS Flexbox: Use the flex-direction Property

    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...

    2019-12-08 16:02:34

  • FCC---CSS Flexbox: Add Flex Superpowers to the Twe

    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...

    2019-12-08 16:01:23

2