-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-1.css
70 lines (67 loc) · 956 Bytes
/
page-1.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
70
body
{
overflow: scroll;
overflow-x:hidden;
}
.page-1{
background-color: black;
position: relative;
height:120%;
width:100%;
}
.container-fluid{
overflow-x: hidden;
width:100%;
height:120%;
}
.avatar
{
vertical-align: middle;
border-radius: 50%;
width:75px;
height:75px;
margin-left:-1vw;
}
.navbar-nav
{
font-size:25px;
padding:2px;
margin-left:48vw;
}
.nav-item a
{
font-size:25px;
padding:1.5rem !important;
font-family:'Livvic',sans-serif;
}
.btn-style
{
border:2px solid #F2F4F4;
height:50px;
width:230px;
text-align:center;
font-size:25px;
cursor: pointer;
margin-bottom:25px;
}
.btn-style:hover
{
color:#3fe4d0;
}
#downloads
{
text-decoration:none;
color:white;
}
.icon-pos{
text-align:center;
margin-top:140px;
}
.icons{
font-size:40px;
color:white;
cursor: pointer;
}
.icons:hover{
color:#3fe4d0;
}