From 4b501fc3c302a8bd05ac1607924addb0ab863362 Mon Sep 17 00:00:00 2001 From: Zero to Mastery Date: Sat, 19 Aug 2023 01:02:03 +0000 Subject: [PATCH] (CI) format code --- Art/IagoMota/index.html | 16 ++++---- Art/IagoMota/style.css | 90 ++++++++++++++++++++--------------------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/Art/IagoMota/index.html b/Art/IagoMota/index.html index 1f39f157..a7815585 100644 --- a/Art/IagoMota/index.html +++ b/Art/IagoMota/index.html @@ -1,15 +1,15 @@ - - - + + + Document - - - + + +
- - \ No newline at end of file + + diff --git a/Art/IagoMota/style.css b/Art/IagoMota/style.css index 22b60d14..150af126 100644 --- a/Art/IagoMota/style.css +++ b/Art/IagoMota/style.css @@ -1,58 +1,58 @@ @keyframes something { - 0% { - background-color: #8000ff; - border-radius: 50px; - transform: rotate(72deg); - } - - 25% { - background-color: #b300ff; - border-radius: 15px; - transform: rotate(144deg); - } - - 50% { - background-color: #f200ff; - border-radius: 30px; - transform: rotate(216deg); - } - - 75% { - background-color: #ff00ff; - border-radius: 15px; - transform: rotate(288deg); - } - - 100% { - background-color: #8000ff; - border-radius: 50px; - transform: rotate(360deg); - } + 0% { + background-color: #8000ff; + border-radius: 50px; + transform: rotate(72deg); + } + + 25% { + background-color: #b300ff; + border-radius: 15px; + transform: rotate(144deg); + } + + 50% { + background-color: #f200ff; + border-radius: 30px; + transform: rotate(216deg); + } + + 75% { + background-color: #ff00ff; + border-radius: 15px; + transform: rotate(288deg); + } + + 100% { + background-color: #8000ff; + border-radius: 50px; + transform: rotate(360deg); + } } div { - position: absolute; - height: 100px; - width: 100px; - background-color: black; - border-radius: 50px; - animation-name: something; - animation-duration: 2s; - animation-iteration-count: infinite; - animation-timing-function:linear; - margin-top: 50px; - margin-left: 50px; + position: absolute; + height: 100px; + width: 100px; + background-color: black; + border-radius: 50px; + animation-name: something; + animation-duration: 2s; + animation-iteration-count: infinite; + animation-timing-function: linear; + margin-top: 50px; + margin-left: 50px; } div:first-child { - top: 50px; + top: 50px; } div:nth-child(2) { - left: 50px; + left: 50px; } div:nth-child(3) { - left: 50px; - top: 50px; -} \ No newline at end of file + left: 50px; + top: 50px; +}