From a6e7f4929a7da29ded5923d90581371ab6c16fe7 Mon Sep 17 00:00:00 2001 From: Zero to Mastery Date: Mon, 2 Oct 2023 17:59:39 +0000 Subject: [PATCH] (CI) format code --- Art/baaf-Animation/index.html | 26 ++++++++++---------- Art/baaf-Animation/style.css | 46 ++++++++++++++++------------------- 2 files changed, 34 insertions(+), 38 deletions(-) diff --git a/Art/baaf-Animation/index.html b/Art/baaf-Animation/index.html index e4af6f2fd..a729c3824 100644 --- a/Art/baaf-Animation/index.html +++ b/Art/baaf-Animation/index.html @@ -1,16 +1,16 @@ - - - - - - - -
-
-

ABDOUL FARIDE BASSIROU ALZOUMA

-
+ + + + + + + +
+
+

ABDOUL FARIDE BASSIROU ALZOUMA

- - \ No newline at end of file +
+ + diff --git a/Art/baaf-Animation/style.css b/Art/baaf-Animation/style.css index be8d92fed..0e2556c2f 100644 --- a/Art/baaf-Animation/style.css +++ b/Art/baaf-Animation/style.css @@ -1,37 +1,34 @@ -body -{ - width: 500px; - height: 500px; - background-color: #D3D3D3; - border: 2px solid black; - background: #D3D3D3; - text-align: center; - margin: auto; - margin-top: 70px; +body { + width: 500px; + height: 500px; + background-color: #d3d3d3; + border: 2px solid black; + background: #d3d3d3; + text-align: center; + margin: auto; + margin-top: 70px; } -.gr-container -{ +.gr-container { display: flex; justify-content: center; width: 300px; height: 300px; - background: #FF6F61; + background: #ff6f61; border-radius: 30%; text-align: center; - margin:100px 50px 50px 100px; - padding:auto ; + margin: 100px 50px 50px 100px; + padding: auto; } -.pt-container -{ +.pt-container { display: flex; width: 150px; height: 150px; - background: #D3D3D3; + background: #d3d3d3; border-radius: 30%; text-align: center; - margin:auto; + margin: auto; padding: 20px 5px 0px 5px; } @@ -44,9 +41,8 @@ body } } -#name -{ - font-family: OCR A Std, monospace; - margin-top:25%; - animation: rotateText 10s linear 2s infinite; -} \ No newline at end of file +#name { + font-family: OCR A Std, monospace; + margin-top: 25%; + animation: rotateText 10s linear 2s infinite; +}