Line 12: | Line 12: | ||
<style> | <style> | ||
− | #myleft{ | + | # #myleft{ |
float: left; | float: left; | ||
− | width: | + | width: 160px; |
} | } | ||
#left-fix{ | #left-fix{ | ||
position: fixed; | position: fixed; | ||
− | + | top: 150px; | |
− | + | left: 5px; | |
− | background-color: #cccccc; | + | width: 160px; background-color: #cccccc; |
} | } | ||
#backtop{ | #backtop{ | ||
position: fixed; | position: fixed; | ||
− | bottom: | + | bottom: 50px; |
− | right: | + | right: 10px; |
} | } | ||
#mycontent{ | #mycontent{ | ||
− | margin | + | width: 100%; |
+ | margin: 10px 20px 10px 160px; | ||
+ | padding: 40px 10px; | ||
} | } | ||
#top_title{ | #top_title{ |
Revision as of 08:58, 3 October 2017