Skip to content

Commit 248afb9

Browse files
committed
removing rotating effect from logo
1 parent 98e2f35 commit 248afb9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

assets/style.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,4 @@ body {
4848
transform: rotate(360deg);
4949
-webkit-transform: rotate(360deg);
5050
}
51-
}
52-
.rotating {
53-
margin-bottom: 2rem;
54-
-webkit-animation: rotating 10s linear infinite;
55-
-moz-animation: rotating 10s linear infinite;
56-
-ms-animation: rotating 10s linear infinite;
57-
-o-animation: rotating 10s linear infinite;
58-
animation: rotating 10s linear infinite;
59-
}
51+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div class="container">
14-
<img src="assets/react-logo-fitas.png" alt="Logo do React Salvador composto por fitas do Senhor do Bomfim" class="rotating">
14+
<img src="assets/react-logo-fitas.png" alt="Logo do React Salvador composto por fitas do Senhor do Bomfim">
1515
<img src="assets/react-ssa-text.png" alt="Logo do React Salvador composto por fitas do Senhor do Bomfim">
1616
<a href="https://github.com/ReactSSA" class="github-link">ReactSSA</a>
1717
</div>

0 commit comments

Comments
 (0)