style2.css 801 Bytes
Newer Older
Teo Ackovski's avatar
Teo Ackovski committed
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
.body {
  color: black;
  padding: 0%;
  margin: 0%;
}

.padimg {
  margin-left: 2% !important;
}

.buttpad {
  padding-right: 50px !important;
}

.nav-link {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.naba {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

h1 {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 70px !important;
}

.footer {
  color: white;
  background-color: rgb(51, 49, 63);
}

.padbot {
  padding-bottom: 100px !important;
}

.bttn {
Teo Ackovski's avatar
Teo Ackovski committed
41
42
43
44
45
46
47
48
49
  margin-top: 7px;
}

.padall {
  margin-top: 250px !important;
}

.padtop {
  margin-top: 84px !important;
Teo Ackovski's avatar
Teo Ackovski committed
50
51
52
53
54
55
56
57
58
59
60
61
}

#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 264px !important;
  }
Teo Ackovski's avatar
Teo Ackovski committed
62
}/*# sourceMappingURL=style2.css.map */