【发布时间】:2021-12-11 06:22:53
【问题描述】:
实际上,我正在为客户开发一个比特币网站。 xd 文件由客户提供。他打算以与设计相同的方式构建网站。但是,我只能提取文件 main.png 和 bubble.png。我的网站左侧比特币图像和右侧黑屏和气泡看起来不完全相同。我可以修复比特币图像,但如何修复右侧。为了获得与 XD 相同的结果,我需要对我的 CSS 代码进行哪些更改?有人可以告诉我吗?
代码如下:
Sbody-part-main{
background-color: #674ADB;
padding: 50px;
background-image: url("../../images/Checking/c2/main.png");
}
This is the design from the adobe xd
The design I extract from Adobe xd(bubble.png)
The second Image I could extract(main.png)
This is the page I've created. But don't know to how to achieve as same the xd design
【问题讨论】:
标签: html css css-selectors