diff --git a/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/css/games.css b/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/css/games.css index 2da6a7af..30726923 100644 --- a/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/css/games.css +++ b/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/css/games.css @@ -142,3 +142,23 @@ align-content: center; align-items: center; } + +.loading { + display: flex; + justify-content: center; + width: 50px; + height: 50px; + border: 3px solid #ECECEC; + border-radius: 50%; + border-top-color: #EF4934; + animation: spin 1s ease-in-out infinite; + -webkit-animation: spin 1s ease-in-out infinite; +} + +@keyframes spin { + to { -webkit-transform: rotate(360deg); } +} + +@-webkit-keyframes spin { + to { -webkit-transform: rotate(360deg); } +} diff --git a/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/games.html b/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/games.html index 91630856..7887bef5 100644 --- a/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/games.html +++ b/homeworks/mariya.artemenko_Mariya-Artemenko/PokemonProject/games.html @@ -65,6 +65,7 @@

Study project "Pokemons"

+