Skip to content

Commit 055bebb

Browse files
committed
init project πŸ‘»
0 parents  commit 055bebb

5 files changed

Lines changed: 26 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GITHUB TUNISIA
2+
---
3+
## Init README file ..

β€Žimages/logo.jpgβ€Ž

113 KB
Loading

β€Žindex.htmlβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title> Github Tunisia </title>
8+
</head>
9+
<body>
10+
<h1> Github Tunisia </h1>
11+
</body>
12+
</html>

β€Žscripts/script.jsβ€Ž

Whitespace-only changes.

β€Žstyles/style.cssβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
body{
3+
background-color:#FF6347;
4+
}
5+
6+
h1 {
7+
text-align: center;
8+
font-weight: 700;
9+
font-size: 6em;
10+
text-shadow: rgb(97, 94, 83) 1px 0 10px;
11+
}

0 commit comments

Comments
Β (0)