水木

动态水木

怎甘沉沦 提交于 2019-11-28 20:14:37
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Document</title> <style type="text/css"> #test { position: absolute; width: 120px; height: 50px; background-color: white; color: black; z-index: 10000; } body { margin: 0px; /*background: rgb(59, 73, 78);*/ width: 100vw; height: 100vh; background: linear-gradient(0deg, rgba(5, 16, 31, 1) 0%, rgba(35, 51, 67, 1) 100%); } body:before { content: ''; position: absolute; display: block; top: 0px; left