add more content types and improve code
This commit is contained in:
BIN
www/cws.jpg
Normal file
BIN
www/cws.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
@@ -4,12 +4,16 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>cws</title>
|
||||
<title>CWS</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello from cws!</h1>
|
||||
<h1 style="text-align: center">Hello from CWS!</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,4 +1,11 @@
|
||||
body {
|
||||
background-color: black;
|
||||
background-color: lightcoral;
|
||||
color: white;
|
||||
}
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user