Skip to content
Snippets Groups Projects
Commit b2fef7f7 authored by Xiyue Ai's avatar Xiyue Ai
Browse files

Update wiki/pages/notebook.html

parent e598303a
No related branches found
No related tags found
No related merge requests found
Pipeline #169857 passed
{% extends "laytest.html" %}
{% block title %}notebook{% endblock %}
{% block css %}
div.month{
font-size: 2.2vw;
font-family: 'ABBody';
cursor: pointer;
color: #479fcc;
margin: 10px;
padding: 5px;
margin-left: 40px;
div.month{
font-size: 2.2vw;
font-family: 'ABBody';
cursor: pointer;
color: #479fcc;
margin: 10px;
padding: 5px;
margin-left: 40px;
}
div.ccontent{
font-family: 'Body';
font-size: 1.5vw;
margin-left: 80px;
margin-right: 80px;
padding: 5px;
}
div.boxs{
background-color: rgb(206,225,234);
border-radius: 5px;
}
div.content{
font-family: 'Body';
font-size: 1.5vw;
margin-left: 80px;
margin-right: 80px;
padding: 5px;
}
div.box{
}
div.boxs{
background-color: rgb(206,225,234);
border-radius: 5px;
}
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment