-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7f5b779
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |