随笔分类 - 前端学习
自己看前端视频的一些基础学习,加油,颜孙达
摘要:知道first-child、last-child、nth-child(n)、nth-child(2n+1)、nth-child(2n-1)、first-of-type、last-of-type、nth-of-type nth-child 另一个是:nth-of-type都可以选择父元素下面的子元素。
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文