scss 创建一个300px的圆形背景图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 创建一个300px的圆形背景图像相关的知识,希望对你有一定的参考价值。

.circular {
	width: 300px;           // Set width as needed
	height: 300px;          // Set height as needed
	border-radius: 150px;   // Make adjustmets to border-radius if changing height and width
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(http://placehold.it/300x300) no-repeat; // Customize background image
	}

以上是关于scss 创建一个300px的圆形背景图像的主要内容,如果未能解决你的问题,请参考以下文章

图像在圆形图像上拉伸 - Bootstrap 和 SCSS

scss 在横幅中的背景图像上创建黑色透明覆盖

带背景图像按钮的圆形边框swift

如何制作一个包含在整个屏幕上拉伸的背景图像的颤动应用程序,带有返回句子的图像的圆形按钮?

圆形照片上的相框

圆形图像作为按钮 PyQt5