add glassmorph

This commit is contained in:
madarsbiss
2021-07-17 12:51:01 +03:00
parent 49c8e91266
commit 4467babc3a
2 changed files with 10 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ export default function Home() {
<h1 className={styles.mainTemp}>
{Math.round(weatherData.main.temp)}°
</h1>
<p>Feels like {weatherData.main.feels_like}°</p>
<p>Feels like {Math.round(weatherData.main.feels_like)}°</p>
</>
)}
<input