Commit eb44bbe 1 parent f12067b commit eb44bbe Copy full SHA for eb44bbe
File tree 4 files changed +36
-55
lines changed
4 files changed +36
-55
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > The Quest for The 7 </ title >
5
+ < link rel ="stylesheet " type ="text/css " href ="./the7style.less ">
6
+ < link href ="https://fonts.googleapis.com/css?family=Acme|Lato|Raleway " rel ="stylesheet ">
7
+
8
+ </ head >
9
+ < body >
10
+ < header >
11
+ < div class ="landing-text ">
12
+ < h1 > < span > Quest for The 7</ span > </ h1 >
13
+ < h2 > The Orbs of Power</ h2 >
14
+ < h2 > The Heros</ h2 >
15
+ </ div >
16
+ </ header >
17
+
18
+
19
+ < div id ="orbs ">
20
+
21
+ </ div >
22
+
23
+ < div id ="players ">
24
+ </ div >
25
+
26
+ </ body >
27
+ </ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ @background : url (" http://www.myfreetextures.com/wp-content/uploads/2011/06/another-rough-old-and-worn-parchment-paper.jpg" ) no-repeat center center ;
2
+ @background-color : #edebd7
3
+
1
4
* {
2
5
padding : 0 ;
3
6
margin : 0 ;
8
11
header {
9
12
height : 100vh ;
10
13
width : 100% ;
11
- background :
12
- url(" http://vignette2.wikia.nocookie.net/flylikeabird3/images/b/b1/Magic_orb_by_cruoty-xo-blog-posting-xo.jpg/revision/latest?cb=20140103143303" ) no-repeat center center ;
14
+ background : / images/ pink- orb.jpg ;
13
15
}
14
16
15
17
.landing-text h2 {
@@ -18,7 +20,7 @@ header{
18
20
19
21
}
20
22
header .landing-text h1 span :hover {
21
- color : green ;
23
+ color : pink ;
22
24
23
25
}
24
26
.landing-text {
@@ -31,15 +33,15 @@ header .landing-text h1 span:hover{
31
33
32
34
33
35
#orbs {
34
- background : url( " http://www.myfreetextures.com/wp-content/uploads/2011/06/another-rough-old-and-worn-parchment-paper.jpg " ) no-repeat center center ;
35
- background-color : #edebd7 ;
36
+ background : @background ;
37
+ background-color : @background-color ;
36
38
height : 100vh ;
37
39
width : 100% ;
38
40
}
39
41
40
42
#players {
41
- background : url( " http://www.myfreetextures.com/wp-content/uploads/2011/06/another-rough-old-and-worn-parchment-paper.jpg " ) no-repeat center center ;
42
- background-color : #edebd7 ;
43
+ background : @background ;
44
+ background-color : @background-color ;
43
45
height : 100vh ;
44
46
width : 100% ;
45
47
}
You can’t perform that action at this time.
0 commit comments