-
Notifications
You must be signed in to change notification settings - Fork 23
/
Final.css
121 lines (110 loc) · 1.42 KB
/
Final.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body
{
margin:0;
font-family: 'Montserrat', sans-serif;
}
#logo
{
height: 100px;
width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#title
{
text-align: center;
color: #44454c;
font-size: 30px;
}
.para
{
text-align: center;
color: #5c5c60;
}
.nav {
overflow: hidden;
background-color: #2bbcc4;
}
/* Navbar links */
.nav a{
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
width: 22%;
}
@media screen and (max-width: 500px) {
.nav a {
float: none;
width: 100%;
}
}
.nav a:hover
{
border-bottom: 2px solid #333;
color:rgba(3,3,3,0.8);
}
input
{
outline: none;
border: none;
padding: 4px;
height: 13px;
margin-left: 8%;
}
#search
{
height:22px;
margin-top:13px;
padding:10px;
}
button
{
height:24px;
margin-top:13px;
}
/*.common
{
border: none;
outline: none;
background-color: #2bbcc4;
color: white;
font-size:20px;
margin: 0 10px;
vertical-align: middle;
line-height: 45px;
width: 25%;
}
.common:hover
{
border-bottom: 2px solid black;
color: rgba(20,20,20,0.6);
}*/
#section1
{
padding: 10px 10px 10px 70px;
}
#section2
{
padding: 10px 10px 10px 70px;
}
#section3
{
background: #2bbcc4;
color: black;
padding: 5px 0;
border-top: 2px solid #d4d8dd;
}
.kom
{
margin-left:10px;
color:white;
}
.to:hover
{
transform: scale(1.1);
}