<!DOCTYPE html>
<head>
<title>Start</title>
<link rel="stylesheet" href="film.css">
</head>
<html>
<body>
<div class="card">
<h1>SV Codings</h1>
<p1>HTML basics</p1> <br>
<p2> DOCTYPE,<br>Head,<br>Title,<br>link CSS to HTML,<br>Body,<br>Div,<br>heading,<br>para,<br>class,<br>card, </p2>
</div>
</body>
</html>
[[ .card {
height: 100vh;
width: cover;
background-color: rgb(25, 219, 35);
text-align: center;
}
h1{
color: rgb(236, 234, 236);
} ]]
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter