前端繪製小豬佩奇(CSS)

繪製小豬佩奇的方法有不少。從前端的角度,能夠在 canvas 中繪製,或者直接使用 css3 繪製。這裏就練習最基本的CSS繪製小豬佩奇。css <!DOCTYPE html> <html> <head> <title>用css畫一個小豬佩奇</title> <style type="text/css"> div { position: absolute;
相關文章
相關標籤/搜索