Iniciando a edição do CSS e link com o arquivo index

This commit is contained in:
Rafael Passos Guimarães 2020-07-19 14:46:59 -03:00
parent 5df6a473df
commit 2e0e3796a7
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/nbproject/
/test/

View File

@ -0,0 +1,7 @@
/*
Created on : 19/07/2020, 14:38:29
Author : rapassos
*/
body{
background: #F5BEBE;
}

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Curso Programação para internet com HTML5 e CSS3</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav>