一个div实现松下功放收音机效果
代码语言:html
所属分类:布局界面
代码描述:一个div实现松下功放收音机效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <style> * { box-sizing: border-box; } body { display: flex; flex-direction: column; height: 100vh; align-items: center; justify-content: center; background-color: rgb(245, 235, 235); } div { height: 50px; width: 80px; line-height: 12.5rem; font-size: 0.7rem; text-align: center; text-shadow: 1px 1px 2px black; color: #f8f6ea; position: relative; background-color: rgb(32, 32, 32); box-shadow: inset 5px 10px #6e6d65, inset -5px -20px #777774, 0px 0px 0px 3px grey, 0px 20px 3px 2px #dad8cb, 100px -80px 33px 0px #dad8cbe0, 0px 2px 1px 5px black, 0px 20px 1px 5px black, 0px 8px 0.........完整代码请登录后点击上方下载按钮下载查看
网友评论0