-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
70 lines (58 loc) · 1.12 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* html,body{
height: 100vh;
width: 100vw;
background-image: url('niit backgroundpicture.png') ;
background-position: 0% -40%;
background-size: cover;
background-repeat: no-repeat;
} */
#header{
background: url('photos/travelagency.png');
background-size: cover;
height: 660px;
background-attachment: fixed;
}
.fly{
margin-left: 650px;
}
.para{
line-height: 40px;
padding-top: 100px;
}
.frog{
height: 100px;
}
/* styling for my about */
#aboutHeader{
background: url('Photos/nicebackground.png');
background-size: cover;
height: 660px;
background-attachment: fixed;
}
.flag{
margin-left: 650px;
}
/* styling for my contact page */
.container1{
background: linear-gradient(rgb(17,17,17,0.5),rgb(17,17,17,0.5),rgb(17,17,17,0.5)), url('Photos/fresh\ desktop.png');
background-size: cover;
height: 660px;
background-attachment: fixed;
}
.goat{
height: 100px;
}
.daddy{
width: 350px;
margin-left: 650px;
}
.mummy{
width: 350px;
margin-left: 650px;
}
.friend{
margin-left: 650px;
}
.brother{
margin-left: 650px;
}