diff --git a/style.css b/style.css index 1631007..1dc9b71 100644 --- a/style.css +++ b/style.css @@ -136,41 +136,3 @@ body { } -.add_to_homescreen { - background-color: #f0f0f0; - padding: 20px; - display: none; - border-radius: 20px; - text-align: center; - align-items: center; -} - -.add_to_homescreen_icon { - background-image: url(https://raw.githubusercontent.com/Enzo-zsh/iWebAppStore-legacy/main/app.png); - width: 80px; - height: 80px; - background-size: cover; - border: none; - margin-bottom: 15px; -} - -.add_title { - font-size: 20px; - font-weight: bold; - margin-bottom: 10px; -} - -.web_btn { - padding: 20px; - border: 2px black solid; - width: 140px; - border-radius: 20px; -} - -.web_container { - display: flex; - justify-content: center; - align-items: center; - height: 100px; - cursor: pointer; -}