Skip to content

Instantly share code, notes, and snippets.

View itzraiyan's full-sized avatar

Zilhazz Arefin itzraiyan

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marks Sheet</title>
<style>
* {
box-sizing: border-box;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Weekly Study Schedule</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
background: #eaf6fb;
color: #333;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weekly Study Schedule</title>
<style>
body {
font-family: sans-serif;
background-color: #f9f9f9;