#11 Website project initial idea
Website project initial idea to do.... |
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Learning and development">
<meta name="author" content="Lucas D. Macedo">
<meta name="keywords" content="CSS, HTML, Blog">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Lucas Macedo</title>
<style>
body
{
background-image: url('https://cdn.pixabay.com/photo/2016/10/28/00/42/machine-1776925_960_720.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
Its a simples and early project that I was working with meta tags, using a interactive website to get bring attention of the custumers. To open the website you will need to copy the code and past using Notepad and saving as 'name.html' file.
References