added a stylesheet
This commit is contained in:
10
index.css
Normal file
10
index.css
Normal file
@@ -0,0 +1,10 @@
|
||||
body {
|
||||
margin: 40px auto;
|
||||
max-width: 650px;
|
||||
line-height: 1.8;
|
||||
font-size: 18;
|
||||
color: #454545;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user