We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce17cd commit 796c9d0Copy full SHA for 796c9d0
weatherApp/css/style.css
@@ -128,6 +128,27 @@ html {
128
font-size: 1.3em;
129
}
130
131
+/*Format weather result container*/
132
+.weatherResult {
133
+ margin-top: 20px;
134
+ display: flex;
135
+ flex-direction: column;
136
+ align-items: center;
137
+ justify-content: center;
138
+ text-align: center;
139
+ width: 100%;
140
+ padding: 5%;
141
+ border-radius: 12px;
142
+ background-color: #304c89;
143
+ display: none;
144
+}
145
+
146
+/*Format weather result img*/
147
+.weatherResult img {
148
+ width: 50%;
149
+ margin: 20px 0;
150
151
152
/**About Formatting**/
153
.aboutContainer {
154
display: flex;
0 commit comments