Skip to content

Commit

Permalink
Second Portfolio website
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Nov 26, 2020
0 parents commit 7f5b779
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Empty file added README.md
Empty file.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/css/styles.css"> <!--We linked our css file with the html page -->
<link rel="stylesheet" href="styles/icons/fontawesome.css"> <!--We linked our css icons file with the html page -->
<title>Second Portfolio Website</title>
</head>
<body>

</body>
</html>
Empty file added javascript/script.js
Empty file.
16 changes: 16 additions & 0 deletions styles/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
README PLEAAAAAAAAAASE!!!
This is our css file where we will apply our custom design to html tags
Please start by commenting your name before working on this file
See the basic example with the body tag
*/

/* DESGIN OF THE BODY, DONE BY ADMIN & SECOND ADMIN*/

body{
margin: 0px;
padding: 0px;
background-color: aliceblue;
}

0 comments on commit 7f5b779

Please sign in to comment.