Skip to content

Instantly share code, notes, and snippets.

@Sabihool
Sabihool / Weather.css
Created August 19, 2025 17:34
Weather
/* Reset browser default styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Body styling */
body {
@Sabihool
Sabihool / Weather.html
Created August 19, 2025 17:31
Weather
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weather Dashboard</title>
<!-- Google Font for clean look -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">