css布局文字段落内嵌图片效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局文字段落内嵌图片效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> body{ height:100vh; display:flex; align-items:center; justify-content:center; background:#f2f2f2; } .container{ height:400px; width:775px; } img{ float: right; width: 600px; shape-outside: url( //repo.bfw.wiki/bfwrepo/threemodel/chiris/shark.svg); shape-margin:8px; margin-right: -225px; margin-bottom: 0; margin-left:8px; } p{ color:#332d1d; text-align:justify; font-family:sans-serif; letter-spacing:.45px; font-size:10px; line-height:9px; max-width:675px; } @media screen.........完整代码请登录后点击上方下载按钮下载查看
网友评论0