Skip to content

Commit 888c107

Browse files
committed
Start Project
1 parent b050278 commit 888c107

22 files changed

+116
-0
lines changed

css/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fullpage.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
@font-face {
2+
font-family: "vazir";
3+
src: url("../fonts/vazir.eot") format("eot"), url("../fonts/vazir.ttf") format("truetype"), url("../fonts/vazir.woff") format("woff");
4+
}
5+
6+
body {
7+
font-family: "vazir";
8+
direction: rtl;
9+
}
10+
11+
.s1 {
12+
background: url("../images/1.jpg");
13+
background-size: cover;
14+
}
15+
16+
.s2 {
17+
background: url("../images/2.jpg");
18+
background-size: cover;
19+
}
20+
21+
.s3 {
22+
background: url("../images/3.jpg");
23+
background-size: cover;
24+
}
25+
26+
.s4 {
27+
background: url("../images/4.jpg");
28+
background-size: cover;
29+
}
30+
31+
.s5 {
32+
background: #000;
33+
}

fonts/vazir.eot

83 KB
Binary file not shown.

fonts/vazir.ttf

82.9 KB
Binary file not shown.

fonts/vazir.woff

46.7 KB
Binary file not shown.

images/1.jpg

564 KB
Loading

images/2.jpg

557 KB
Loading

images/3.jpg

76.2 KB
Loading

images/4.jpg

724 KB
Loading

0 commit comments

Comments
 (0)