html页面定位到指定位置的4种实现方式

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <style> body { text-align: center; } #go_to { position: fixed; right: 10px; bottom: 10px; } </style> <body> <h3 name="top">唐诗300首</h3>
相关文章
相关标签/搜索