forked from IamSinha27/Think-Tank_Homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.css
81 lines (65 loc) · 985 Bytes
/
skills.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
71
72
73
74
75
76
77
78
79
80
81
body
{
font-family: ubuntu;
}
.barnav
{ padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 10px;
width: 100%;
/* background-color: #0A1931; */
background-color: #2D4059;
}
.navbar-nav
{
margin-left: 70%;
}
.nav-link
{
font-size: 1.15rem;
}
.navbar-brand
{
font-size: 1.5rem;
}
.top
{
background-color: #2D4059;
}
.container-fluid
{
padding: 3% 15%;
}
.heading-txt
{
font-size: 6rem;
color: white;
font-family:'Monoton', cursive;
text-align: center;
}
.heading-subtext
{
color: yellowgreen;
text-align: center;
}
.middle
{
background-color: rgba(255, 255, 255, 0.74);
}
.container-2
{
padding: 3% 5%;
}
.heading-2
{
text-align: center;
}
.skills
{
font-size: 2.5rem;
line-height: 2;
font-style: normal;
text-decoration: none;
color:rgb(33, 113, 150);
}