人物画作品是绘画艺术中的重要方向之一,CSS技术也可以用来制作出独具风格的人物画作品。下面我们来介绍一些常见的CSS人物画作品。
.art-style1 {width: 100px;height: 150px;background-color: #fff;border: 1px solid #000;position: relative;}.art-style1:before {content: '';width: 80px;height: 80px;border: 1px solid #000;border-radius: 50%;position: absolute;top: 10px;left: 10px;}.art-style1:after {content: '';width: 40px;height: 40px;background-color: #000;position: absolute;top: 30px;left: 45px;}.art-style2 {width: 100px;height: 150px;background-color: #fff;border: 1px solid #000;position: relative;}.art-style2:before {content: '';width: 80px;height: 80px;background-color: #000;border-radius: 50%;position: absolute;top: 10px;left: 10px;box-shadow: 0 0 0 10px #fff;}.art-style2:after {content: '';width: 20px;height: 20px;background-color: #000;position: absolute;top: 60px;left: 40px;}.art-style3 {width: 100px;height: 150px;background-color: #fff;border: 1px solid #000;position: relative;}.art-style3:before {content: '';width: 80px;height: 80px;background-color: #f00;border-radius: 50%;position: absolute;top: 10px;left: 10px;box-shadow: 0 0 0 10px #fff;}.art-style3:after {content: '';width: 30px;height: 30px;background-color: #ff0;position: absolute;top: 100px;left: 35px;border-radius: 50%;box-shadow: 0 0 0 10px #fff;}
通过上面这几个实例,我们可以看出CSS技术在人物画制作中的优秀表现。有了这些示例,我们可以自由创作出更加丰富的人物画作品。