Skip to content

Commit

Permalink
Merge branch 'design'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-belo committed Jun 21, 2023
2 parents 53fa64c + e5c5a94 commit 0907e17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions estilos/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*{
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
}

body{
background-color: rgb(204, 157, 248);
}

main{
background-color: white;
width: 500px;
margin: auto;
padding: 10px;
box-shadow: 3px 3px 5px rgba(0,0, 0.473);
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site curso em vídeo</title>
<title>Curso em vídeo</title>
<link rel="stylesheet" href="estilos/style.css">
</head>
<body>
<header>
Expand Down

0 comments on commit 0907e17

Please sign in to comment.