悬浮特效按钮
代码语言:html
所属分类:悬停
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Paint Drop Hover</title> <link href="https://fonts.googleapis.com/css?family=Heebo:700&display=swap" rel="stylesheet"> <style> html, body { height: 100%; } html { font-size: 62.5%; } body { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #202020; } .font-style { font-family: 'Heebo', sans-serif; .........完整代码请登录后点击上方下载按钮下载查看
网友评论0