-
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 position:sticky的尝试
css position:sticky的尝试 前言 sticky这种设计效果是经常出现的,比如陶宝右侧的工具栏,当我们向下滚动到它的位置时,它就会黏住顶部跟随滚动,类似position: fixed的效果,只不过它的触发条件是当我们滚动到所在位置时,才触发fixed的效果的: 我们经常的做法是用J...
-
我的前端博客
我的前端博客 这个博客写了好多前端的知识,有如下内容 链接( ^▽^ )( ^▽^ )( ^▽^ ) html css JavaScript jQuery ajax canvas nodejs mysql mongodb angular 还有一些数据结构的知识和python即其爬虫的相关知识( ^▽^ ) python和简单爬虫 数据结构...
2019-12-07 16:00:32 mysqlAVHTMLSQLpython数据JavaScriptMongoDB简单JQuery
-
CSS 了解一下
CSS 了解一下 CSS 认识一下 1、CSS 的那些事 CSS(Cascading Style Sheets)译「 层叠样式表 」,我的理解是: 各种样式叠加的表 。 一个网页,如果没有 CSS,就是穿着“国王的新衣”,在裸奔!CSS 的重要性不言而喻! 作为 HTML 的衣服,CSS 为 HTML 元素提供了一种样...
-
使用 sroll-snap-type 优化滚动
使用 sroll-snap-type 优化滚动 根据CSS Scroll Snap Module Level 1规范,CSS 新增了一批能够控制滚动的属性,让滚动能够在仅仅通过 CSS 的控制下,得到许多原本需要 JS 脚本介入才能实现的美好交互。 Tips:本文截的一些 Gif 图涉及容器滚动,效果不是很好,可以点进...
-
Docke部署nginx并配置nginx
Docke部署nginx并配置nginx 一、在docker中下载nginx镜像 docker pull nginx 二、在宿主机中创建挂在目录 mkdir -p /data/nginx/{conf,conf.d,html,log} 三、在挂在目录下新建配置文件 vim /data/nginx/conf/nginx.conf user www-data;worker_processes auto;pid /run/...
-
推荐一款好看的Hexo主题Ayer
推荐一款好看的Hexo主题Ayer 介绍 Ayer 是一个干净且优雅的Hexo主题,自带响应式,加载速度很快,该有的功能都有,可配置项也很多,非常适合作为你的博客主题,主题内还附送了6张精美的高清壁纸。欢迎使用和Star支持,如果你在使用过程中有任何疑问或者建议,欢迎联系...
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
