-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (74 loc) · 1.03 KB
/
Copy pathstyle.css
File metadata and controls
75 lines (74 loc) · 1.03 KB
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
70
71
72
73
74
75
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
height: 100%;
width: 100%;
}
#main{
/* position: relative; */
height: 100%;
width: 100;
}
#nav{
padding: 10px 60px;
}
#nav a{
color: black;
tab-size: 30px;
margin: 8px;
text-decoration: none;
}
#main>h1{
font-size: 350px;
font-weight: 500;
padding-left: 50px;
}
#btmleft{
width: 300px;
position: absolute;
bottom: 20%;
left: 5%;
}
#btmleft h3{
font-size: 30px;
}
#btmleft p{
font-size: 20px;
margin-top: 5px;
}
#btmleft h4{
margin-top:20px;
font-size: 20px;
}
#bottombar{
width: 100%;
padding: 30px 70px;
/* background-color:red; */
font-size: 10px;
position: absolute;
bottom: 0;
left: 0;
}
#main >img{
position: absolute;
/* height: 350px; */
}
#frist{
/* position: absolute; */
height: 300px;
top: 60%;
left: 55%;
}
#second{
height: 250px;
top: 55%;
left:45% ;
}
#third{
height: 300px;
top: 40%;
left: 65%;
}