css3动画创意
css3动画创意 鼠标指向前: 鼠标指向后: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans',sans-serif; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #000000; } .square { position: relative; width: 400px; height: 400px; display: flex; justify-content: center; align-items: center; } .square span:nth-child(1) { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid #FFFFFF; border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;