Compare commits
2 Commits
733d6308cf
...
39da841761
| Author | SHA1 | Date | |
|---|---|---|---|
|
39da841761
|
|||
|
e4ac2bc9a4
|
@@ -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
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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user