We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172cac1 commit e93c89dCopy full SHA for e93c89d
weatherApp/css/style.css
@@ -149,6 +149,26 @@ html {
149
margin: 20px 0;
150
}
151
152
+/*Format weatherResult h3 title*/
153
+.weatherResult h3 {
154
+ font-family: var(--primary-font);
155
+ font-size: 2.5em;
156
+ font-weight: bold;
157
+ color: white;
158
+ letter-spacing: 2px;
159
+ text-decoration: underline;
160
+}
161
+
162
+/*Format weather result p tag*/
163
+.weatherResult p {
164
165
+ font-size: 1.2em;
166
167
168
+ text-align: left;
169
+ margin-top: 25px;
170
171
172
/**About Formatting**/
173
.aboutContainer {
174
display: flex;
0 commit comments