博客园侧边栏——默认html修改 CSS
每天一个小技能,学习修改css,调整博客页面布局
修改CSS代码
<head>
<style>
.a{
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<img src="https://api.vvhan.com/api/moyu" alt="摸鱼人日历" class="a">
</body>
效果如下
博客链接: www.baiyang.group/
每天一个小技能,学习修改css,调整博客页面布局
<head>
<style>
.a{
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<img src="https://api.vvhan.com/api/moyu" alt="摸鱼人日历" class="a">
</body>
博客链接: www.baiyang.group/