.xwcms { margin: 0 auto; -webkit-border-radius: 110px; border-radius: 110px; -webkit-trans…
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content…
:root { --color: blue; } div { --color: green; } #alert { --color: red; } * { color: var(-…
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8" /> <title&g…
<!DOCTYPE html> <html> <head> <style> /* How to select a range of …
*, *:before, *:after { margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing…
ul{list-style:none;} ul li{float:left;display:inline;text-align:center;} /*防双倍margin*/ li:…
<html> <head> <title>掬一捧|搜索框的实现</title> <meta charset="UTF-8"&g…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…