.MyWeatherDiv .centerContainer { width: 300px; text-align: left; margin-bottom: 200px; } .green { color: #a6e22d; } .teal { color: #66d9ef; } .purp { color: #ae81ff; } .pink { color: #f92772; } .yellow { color: #e6db74; } .white { color: #f8f8f2; } .grey { color: #616161; } .f12 { font-size: 12px; } .MyWeatherDiv img { height: 64px; width: 64px; } .weatherInfoRight { z-index: 999; position: fixed; top: 10px; right: 10px; } .weatherInfoLeft { z-index: 999; position: fixed; top: 10px; left: 10px; } .weatherInfoBottomRight { z-index: 999; position: fixed; bottom: 10px; right: 10px; } .weatherInfoBottomLeft { z-index: 999; position: fixed; bottom: 10px; left: 10px; } .MyWeatherDiv { display: none; background-color: #272822; padding: 5px; -webkit-border-radius: 10px; border-radius: 10px; } .MyWeatherInfo { text-align: center; font-family: 'Segoe...
Posts
Showing posts from November, 2022