当前位置: 首页 > news >正文

京山网站制作网址导航推荐

京山网站制作,网址导航推荐,小游戏免费入口,天津网站建设 易尔通HTMLCSS画一个卡通中秋月饼#x1f96e;#x1f96e;#x1f96e; 中秋活动水个文章 整个divcss实现个月饼#xff0c;给前端初学者一个练手的demo 效果图 思路 HTMl 先来个轮廓画脸上的东西#xff1a;眼睛、眉毛、腮红、嘴巴眼睛丰富下瞳孔画20个花瓣 CSS 轮廓是要外…HTMLCSS画一个卡通中秋月饼 中秋活动水个文章 整个divcss实现个月饼给前端初学者一个练手的demo 效果图 思路 HTMl 先来个轮廓画脸上的东西眼睛、眉毛、腮红、嘴巴眼睛丰富下瞳孔画20个花瓣 CSS 轮廓是要外边一圈深色的边框五官都是绝对定位圆角实现花瓣通过绝对定位位移实现 代码 HTML !DOCTYPE html html langenheadmeta charsetUTF-8 /meta nameviewport contentwidthdevice-width, initial-scale1.0 /titleDocument/titlelink relstylesheet href./index.css //headbodydiv classmooncake-containerdiv classmooncake-facediv classmooncake-blusher mooncake-blusher-leftCS/divdiv classmooncake-blusher mooncake-blusher-rightDN/divdiv classmooncake-eyebrow mooncake-eyebrow-left/divdiv classmooncake-eyebrow mooncake-eyebrow-right/divdiv classmooncake-eyes mooncake-eyes-leftdiv classmooncake-pupil/div/divdiv classmooncake-eyes mooncake-eyes-rightdiv classmooncake-pupil/div/divdiv classmooncake-mouth/div/div!-- 花瓣 --div classmooncake-petal-containerdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/divdiv classmooncake-petal/div/div/div/body /htmlCSS html {height: 100%; }body {margin: 0;display: flex;justify-content: center;align-items: center;height: 100%; }.mooncake-container {position: relative;display: block;width: 400px;height: 400px;background-color: rgb(219, 143, 62);border-radius: 50%;box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2); }.mooncake-face {position: relative;width: 92%;height: 92%;margin: 4% auto;background-color: rgb(238, 163, 80);border-radius: 50%; }.mooncake-blusher {position: absolute;width: 50px;height: 30px;border-radius: 50%;top: 60%;background-color: rgb(237, 108, 110);text-align: center;font-size: small;line-height: 30px;letter-spacing: 4px;text-shadow: -1px -1px 1px black; }.mooncake-blusher-left {left: 10%; }.mooncake-blusher-right {right: 10%; }.mooncake-eyes {position: absolute;width: 80px;height: 80px;border-radius: 50%;top: 30%;background-color: white;box-shadow: -2px -2px 2px 1px black;display: flex;justify-content: center;align-items: center; }.mooncake-eyes-left {left: 20%; }.mooncake-eyes-right {right: 20%; }.mooncake-pupil {position: relative;width: 70%;height: 70%;background-color: rgb(45, 25, 8);border-radius: 50%;box-shadow: 0 0 0px 6px rgb(63, 38, 19); }.mooncake-pupil::before {content: ;position: absolute;width: 70%;height: 70%;right: 0;top: 0;background-color: white;border-radius: 50%; }.mooncake-pupil::after {content: ;position: absolute;width: 30%;height: 30%;left: 5%;bottom: 0;background-color: white;border-radius: 50%; }.mooncake-mouth {position: absolute;width: 70px;height: 70px;bottom: 15%;left: 50%;transform: translateX(-50%);background-color: rgb(119, 31, 25);border-radius: 50%;overflow: hidden; }.mooncake-mouth::after {content: ;position: absolute;width: 150%;height: 40%;left: -25%;bottom: 0;background-color: rgb(237, 108, 110);border-radius: 50%; }.mooncake-eyebrow {position: absolute;width: 40px;height: 20px;border-radius: 50%;top: 20%;background-color: rgba(0, 0, 0, 0.5); }.mooncake-eyebrow-left {left: 26%;rotate: 10deg; }.mooncake-eyebrow-right {right: 26%;rotate: -10deg; }.mooncake-petal-container {position: absolute;width: 80px;height: 80px;top: calc(50% - 40px);left: calc(50% - 40px);z-index: -1; }.mooncake-petal {position: absolute;width: 100%;height: 100%;left: 0;top: 0;border-radius: 50%;background-color: rgb(238, 163, 80);box-shadow: 0 0 5px 2px rgb(238, 163, 80); }.mooncake-petal:nth-child(1) {transform: translate(30px, -180px); }.mooncake-petal:nth-child(2) {transform: translate(88px, -164px); }.mooncake-petal:nth-child(3) {transform: translate(134px, -128px); }.mooncake-petal:nth-child(4) {transform: translate(164px, -84px); }.mooncake-petal:nth-child(5) {transform: translate(180px, -30px); }.mooncake-petal:nth-child(6) {transform: translate(180px, 30px); }.mooncake-petal:nth-child(7) {transform: translate(164px, 84px); }.mooncake-petal:nth-child(8) {transform: translate(134px, 128px); }.mooncake-petal:nth-child(9) {transform: translate(88px, 164px); }.mooncake-petal:nth-child(10) {transform: translate(30px, 180px); }.mooncake-petal:nth-child(11) {transform: translate(-30px, 180px); }.mooncake-petal:nth-child(12) {transform: translate(-88px, 164px); }.mooncake-petal:nth-child(13) {transform: translate(-134px, 128px); }.mooncake-petal:nth-child(14) {transform: translate(-164px, 84px); }.mooncake-petal:nth-child(15) {transform: translate(-180px, 30px); }.mooncake-petal:nth-child(16) {transform: translate(-180px, -30px); }.mooncake-petal:nth-child(17) {transform: translate(-164px, -84px); }.mooncake-petal:nth-child(18) {transform: translate(-134px, -128px); }.mooncake-petal:nth-child(19) {transform: translate(-88px, -164px); }.mooncake-petal:nth-child(20) {transform: translate(-30px, -180px); }中秋快乐
http://www.hkea.cn/news/14290569/

相关文章:

  • 用狐狸做logo的网站网站建设数据处理
  • 安徽省建设监理有限公司网站做网站被网警找
  • 企业网站推广方法实验报告常德建设网站公司
  • 门户网站做有效的网站优化
  • 国家城乡建设规划部网站程序小程序开发
  • dede 网站名称不显示网页视频下载网址
  • 山西省建设银行网站淘宝运营培训多少钱
  • 关于网站建设的简历模板嘉兴seo网站优化
  • 手机网站设计作品欣赏镇江教育云平台网站建设
  • 贵州住房建设厅网站学编程多久可以写游戏辅助
  • 网站制作公司昆明企业培训课程设置
  • 做什麽网站有前景10个神奇的.htaccess技巧(for wordpress)
  • 网站的空间是服务器吗python编程入门
  • 企业网站建设公司 末路号卡分销系统搭建
  • 网站建设招标书品牌推广策略包括哪些内容
  • 免费网站安全软件大全游戏旅游官网
  • 即墨有做网站的吗中国新闻社招聘2023年
  • 网站企业建站如何推广微信公众号
  • 做电影网站用什么服务器比较好攻击网站方法
  • 如何做购物网站推广电子商务营销优势
  • 网站开通宣传怎么写vue 做的网站
  • 网站建设难吗济南seo排名搜索
  • 搭建个人网站做电影网站哪个服务器好
  • python做网站模板新网站如何做seo推广
  • 机械做网站好处湖北中牛建设有限公司网站
  • 佛山市外贸企业高端网站设计品牌广告设计制作公司网站源码
  • 内蒙古 网站建设广告制作公司口号
  • 网站页面相似度查询工具江苏手机网站建设公司
  • 网站页面一般做多大wordpress ftp配置
  • 特种作业证查询官网重庆网站seo营销模板