added a stylesheet

This commit is contained in:
2024-03-15 23:28:31 +00:00
parent 733d6308cf
commit e4ac2bc9a4
2 changed files with 11 additions and 0 deletions

10
index.css Normal file
View File

@@ -0,0 +1,10 @@
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.8;
font-size: 18;
color: #454545;
padding: 0 10px;
}

View File

@@ -2,6 +2,7 @@
<head>
<meta name="viewport" content="width=device-width">
<title>Welcome to chopster44.com!</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<h1>Welcome to my website!</h1>