摘要: CSS3的开门效果 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>旋转的狗狗</title> 6 <style type="text/css"> 7 div{ 8 width: 300p 阅读全文
posted @ 2017-03-10 09:17 千机楼 阅读(781) 评论(0) 推荐(0)
摘要: 狗狗的360度旋转 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>旋转的狗狗</title> 6 <style type="text/css"> 7 img{ 8 border: 2px 阅读全文
posted @ 2017-03-10 09:15 千机楼 阅读(184) 评论(0) 推荐(0)
摘要: CSS3的缩放功能 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>缩放功能</title> 6 <style type="text/css"> 7 #div1{ 8 width: 100 阅读全文
posted @ 2017-03-10 09:14 千机楼 阅读(268) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>斜切效果</title> 6 <style type="text/css"> 7 #div1{ 8 width: 200px; 9 heig 阅读全文
posted @ 2017-03-10 09:13 千机楼 阅读(781) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>旋转</title> 6 <style type="text/css"> 7 #div1{ 8 width: 200px; 9 height 阅读全文
posted @ 2017-03-10 09:12 千机楼 阅读(93) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <style type="text/css"> 7 #div1{ 8 width: 200px; 9 阅读全文
posted @ 2017-03-10 09:10 千机楼 阅读(160) 评论(0) 推荐(0)
摘要: CSS3画苹果手机 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>手机CSS3</title> 6 <style type="text/css"> 7 *{margin: 0;paddi 阅读全文
posted @ 2017-03-10 09:06 千机楼 阅读(224) 评论(0) 推荐(0)
摘要: CSS3的表格布局 文字居中 圆角 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS3的表格布局 文字居中 圆角</title> 6 <style type="text/css"> 阅读全文
posted @ 2017-03-10 09:05 千机楼 阅读(219) 评论(0) 推荐(0)