/Apage

一款原创个人静态介绍导航html模板

Primary LanguageSCSSMIT LicenseMIT

Apage 一款静态单页html个人模板。

下载

只需要下载index.html即可

个性化修改

修改标题名称之后,需要在head标签内的< style>标签内修改h1::bofore

h1::before{
    content: 'KAYGB\'S HOME'; //修改此处
    position: absolute;
    color: #b2bec348;
    z-index: -1;
    left: 10px;
    top: 10px;
}