The background management framework is designed like the wordpress management background, and the wordpress background management
A background management framework designed like wordpress management backend
This Markdown editor uses [StackEdit] [6] to modify it. using it to write a blog will bring a new experience:
- The padding-top of html is used to move the entire down, and position: fixed is used to position the top of the top.
- Position: absolute of leftbg to locate the background on the left.
- The left and right columns use the float feature to allow automatic adaptation on the right.
<! DOCTYPE html>
html ,body {height: 100%;}html {padding-top: 50px; overflow-x: hidden;}body {min-width: 600px;}.mainbox {height: auto; min-height: 100%; position: relative;}.leftbg {width: 200px; background-color: #333333; position: absolute; top: 0px; bottom: 0em; z-index: -1;}.left {width: 200px; float: left; position: fixed; color: red;}.right {background-color: #FFF; margin-left: 210px; height: 100%;}.top {height: 50px; background-color: #929292; position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}.right_con {}.copyright {height: 2em; background-color: beige; position: absolute; bottom: 0; left: 200px; right: 0;}@media screen and (max-width:600px) {.leftbg {width: 30px;}.left {width: 30px;}.right {margin-left: 40px;}.copyright {left: 30px;}}
The first time I published an article with the CSDN-markdown editor, I felt GOOD.