十分钟用HTML,CSS让博客园变得高大上
body { color: #000; background: url(‘http://7.su.bdimg.com/skin/85.jpg?2‘) left top; /*背景纯黄色加深*/ font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 9pt; min-height: 80%; line-height: 1.5; } #header { background: url(‘http://4.su.bdimg.com/skin/12.jpg?2‘) right top no-repeat;/*百度首页星空*/ height: 178px; } #blogTitle { height: 178px; clear: both; background: url(‘http://4.su.bdimg.com/skin/12.jpg?2‘) no-repeat; }
#itemListLink{display:none !important;} #widget_my_google{display:none !important;}
<svg viewBox="0 0 160 160" width="160" height="160"> <circle cx="80" cy="80" r="50" /> <g transform=" matrix(0.866, -0.5, 0.25, 0.433, 80, 80)"> <path d="M 0,70 A 65,70 0 0,0 65,0 5,5 0 0,1 75,0 75,70 0 0,1 0,70Z" fill=green> <animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="1s" repeatCount="indefinite" /> </path> </g> <path d="M 50,0 A 50,50 0 0,0 -50,0Z" transform="matrix(0.866, -0.5, 0.5, 0.866, 80, 80)" /> </svg>
<div class="three_ball"></div>
.three_ball{ width:15px; height:15px; background:rgba(0,0,0,0); border-radius:50%; margin:100px auto; position:absolute; left:25px; top:25px; animation:three_ball 3s ease-in-out infinite; } @keyframes three_ball { 0% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #ff0;} 8% {box-shadow:15px -15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #f0f;} 17% {box-shadow:15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px -15px 0 0 #0ff;} 25% {box-shadow:15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px 15px 0 0 #f00;} 33% {box-shadow:-15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px 15px 0 0 #fff;} 42% {box-shadow:-15px -15px 0 0 #fff, 15px -15px 0 0 #fff, -15px 15px 0 0 #ff0;} 50% {box-shadow:-15px -15px 0 0 #fff, 15px -15px 0 0 #fff, 15px 15px 0 0 #fff;} 58% {box-shadow:-15px 15px 0 0 #fff, 15px -15px 0 0 #fff, 15px 15px 0 0 #f00;} 67% {box-shadow:-15px 15px 0 0 #fff, -15px -15px 0 0 #fff, 15px 15px 0 0 #00f;} 75% {box-shadow:-15px 15px 0 0 #fff, -15px -15px 0 0 #fff, 15px -15px 0 0 #f0f;} 83% {box-shadow:15px 15px 0 0 #fff, -15px -15px #fff 0 0, 15px -15px 0 0 #ff0;} 92% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, 15px -15px 0 0 #0ff;} 100% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #f00;} }
<p align="center">It‘s not who you are underneath, it‘s what you do that defines you</p> <p align="center">Brick walls are there for a reason :they let us prove how badly we want things</p>
最后:
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。