Compare commits

..

2 Commits

Author SHA1 Message Date
39da841761 forgot to add stylesheet to future 2024-03-15 23:29:26 +00:00
e4ac2bc9a4 added a stylesheet 2024-03-15 23:28:31 +00:00
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Future</title> <title>Future</title>
<link href="index.css" rel="stylesheet">
</head> </head>
<body> <body>
<h1> Future </h1> <h1> Future </h1>

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> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Welcome to chopster44.com!</title> <title>Welcome to chopster44.com!</title>
<link href="index.css" rel="stylesheet">
</head> </head>
<body> <body>
<h1>Welcome to my website!</h1> <h1>Welcome to my website!</h1>