# nbcode **Repository Path**: xue-zubin/nbcode ## Basic Information - **Project Name**: nbcode - **Description**: 非常厉害的库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bill的学习仓库 这里记录了一些学习的心得和代码。 ## 章节一 html 这个章节是用来学习html的,html是什么样子呢? ```html ``` ## 章节二 css 这个章节是用于学习css的,css是什么样子呢? ```css .myClass{ width:100%; } ```