2016年12月7日
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } #wrap { position: absolute;
阅读全文
posted @ 2016-12-07 20:45
代码小公主
阅读(4813)
推荐(0)
2016年12月3日
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #big { height: 20px; width: 600px; background-color: gray
阅读全文
posted @ 2016-12-03 23:05
代码小公主
阅读(3996)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #big { height: 20px; width: 600px; background-color: gray
阅读全文
posted @ 2016-12-03 23:02
代码小公主
阅读(1356)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box { height: 300px; width: 300px; background-color: gre
阅读全文
posted @ 2016-12-03 22:03
代码小公主
阅读(248)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #big { height: 800px; width: 800px; background-color: #00
阅读全文
posted @ 2016-12-03 14:30
代码小公主
阅读(715)
推荐(1)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box { height: 300px; width: 300px; background-color: gre
阅读全文
posted @ 2016-12-03 09:15
代码小公主
阅读(761)
推荐(0)
2016年12月2日
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #menu { height: 200px; width: 50px; border: 1px solid gra
阅读全文
posted @ 2016-12-02 22:40
代码小公主
阅读(948)
推荐(0)
2016年11月30日
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box { border: 2px solid deeppink; width: 1000px; margin:
阅读全文
posted @ 2016-11-30 22:53
代码小公主
阅读(442)
推荐(0)
2016年11月24日
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title></title> <style type="text/css"> #btn { height: 30px; width: 100px; border: 1p
阅读全文
posted @ 2016-11-24 20:10
代码小公主
阅读(981)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #show { width: 232px; height: 80px; color: white; border-
阅读全文
posted @ 2016-11-24 19:44
代码小公主
阅读(3161)
推荐(0)