-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.css
71 lines (70 loc) · 1.53 KB
/
connect.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
*{
box-sizing: border-box;
padding: 0%;
margin: 0%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border: border-box;
}
.hero{
height: 640px;
width:100%;
background-image: url("hero-img3.png");
background-size: cover;
}
.nav{
height: 45px;
display: flex;
justify-content:start;
padding-top: 15px;
margin-left: 20px;
}
.navbar{
width: 120px;
margin-right: 20px;
border:2px solid #0A5247;
border-radius: 15px;
background-color: #FFF9F9;
font-size: 15px;
}
.navbar:active{
background-color:#0A5247 ;
color: #FFF9F9;
}
.navbar:hover{
background-color: #0A5247;
color: #FFF9F9;
}
.writing{
height: 250px;
width:80%;
display: flex;
justify-content:center;
text-align: center;
color: #A3C468;
padding-left: 45%;
padding-top: 170px;
}
p{
font-size: 20px;
font-weight: 14%;
}
.foot{
height: 32px;
background-color: #A3C468;
margin-top: 24.2%;
}
.con{
margin-top: 14px;
background-color: #F5F5F5;
border: 2px solid #E0E0E0;
border-radius: 15px;
height:32px;
width:164px;
color: #0A5247;
padding: 4px;
font-size: 15px;
margin-bottom: 15px;
}
.con:hover{
background-color:#dbd5d5 ;
}