parent
c76f6bea1a
commit
af1396d3c7
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World</h1>
|
||||
</body>
|
||||
</html>
|
@ -1,3 +1,5 @@
|
||||
body {
|
||||
font-size: 1rem;
|
||||
h1{
|
||||
color: red;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in new issue