-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathistproject.css
More file actions
94 lines (91 loc) · 1.51 KB
/
Copy pathistproject.css
File metadata and controls
94 lines (91 loc) · 1.51 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", "Helvetica On Display", Helvetica, Arial, sans-serif;
color: white;
}
html, body {
height: 100%;
width: 100%;
/* don't override the universal font-family above; inherit instead */
font-family: inherit;
}
#main{
height: 100%;
width: 100%;
background-color: gray;
}
#nav{
padding: 15px 20px;
}
#nav a{
font-size: 18px;
text-decoration: none;
color: black;
margin-right: 15px;
/* padding: 15px 20px; */
}
#main>h1{
font-size: 250px;
padding-left: 45px;
font-weight: 200;
z-index: 99999;
color: black;
}
#btm-lft{
width: 300px;
position: absolute;
bottom: 20%;
left: 3.5%;
}
#btm-lft h3{
font-size: 24px;
margin-bottom: 10px;
}
#btm-lft h4{
font-size: 20px;
margin-top: 15px;
margin-bottom: 8px;
}
#btmBar{
display: flex;
justify-content: space-between;
width: 100%;
position: absolute;
padding: 25px 40px;
left: 0;
bottom: 0;
color: black;
/* background-color: red; */
}
#btmBar a{
font-size: 30px;
text-decoration: none;
color: black;
}
#btmBar h1{
color: black;
}
#main>img{
height: 300px;
}
#main #img1{
height: 200px;
position: absolute;
bottom: 25%;
right: 28%;
}
#main #img2{
height: 250px;
position: absolute;
bottom: 10%;
right: 45%;
}
#main #img3{
height: 180px;
width: 150px;
position: absolute;
bottom: 5%;
right: 38%;
}