quy tắc CSS3 như hình dưới đây,
#softoware {
& Nbsp; & nbsp; & nbsp; border-radius: 10px;
& Nbsp; & nbsp; & nbsp; chuyển đổi: xoay (15deg)
}
, Sẽ được chuyển đổi thành một cái gì đó như:
#wrapper {
& Nbsp; & nbsp; & nbsp; border-radius: 10px;
& Nbsp; & nbsp; & nbsp; chuyển đổi: xoay (15deg);
& Nbsp; & nbsp; & nbsp; -webkit-border-radius: 10px;
& Nbsp; & nbsp; & nbsp; -moz-border-radius: 10px;
& Nbsp; & nbsp; & nbsp; -webkit-transform: rotate (15deg);
& Nbsp; & nbsp; & nbsp; -moz-transform: xoay (15deg);
& Nbsp; & nbsp; & nbsp; -o-transform: rotate (15deg)
}
Yêu cầu :
- cssutils
Bình luận không