Skip to content

Commit

Permalink
(CI) format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero to Mastery committed Oct 2, 2023
1 parent a0c7ea9 commit a6e7f49
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 38 deletions.
26 changes: 13 additions & 13 deletions Art/baaf-Animation/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="gr-container">
<div class="pt-container">
<h4 id="name">ABDOUL FARIDE BASSIROU ALZOUMA</h4>
</div>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="gr-container">
<div class="pt-container">
<h4 id="name">ABDOUL FARIDE BASSIROU ALZOUMA</h4>
</div>
</body>
</html>
</div>
</body>
</html>
46 changes: 21 additions & 25 deletions Art/baaf-Animation/style.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand All @@ -44,9 +41,8 @@ body
}
}

#name
{
font-family: OCR A Std, monospace;
margin-top:25%;
animation: rotateText 10s linear 2s infinite;
}
#name {
font-family: OCR A Std, monospace;
margin-top: 25%;
animation: rotateText 10s linear 2s infinite;
}

0 comments on commit a6e7f49

Please sign in to comment.