-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.css
95 lines (81 loc) · 1.76 KB
/
aboutus.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
@import 'https://fonts.googleapis.com/css?family=Raleway';
/*
.topimg {
/* object-fit: cover;
display: block;
position: static;
top: 00%;
left: 50%;
transform: translate(10%, -50%);
height: 178px; */
/* display: center;
text-align: center;
margin: 0 auto; */
/*overflow: hidden;
background-size: cover;
background-position: center;
background-image: url('https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FActiBridge_Logo.png?v=1593896410502'); */
.topimg {
/* object-fit: cover;
display: block;
position: static;
top: 00%;
left: 50%;
transform: translate(10%, -50%);
height: 178px; */
display: center;
text-align: center;
margin: 0 auto;
/*overflow: hidden;
background-size: cover;
background-position: center;
background-image: url('https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FActiBridge_Logo.png?v=1593896410502'); */
}
/*#hellodiv {
justify-content: center;
justify-content: space-between;
text-align: center;
margin-top: 65px;
margin-bottom: 65px;
}*/
h2 {
color: white;
font-family: Raleway, arial, sans-serif;
text-align: center;
}
.cell{
/* color: #806D6B; */
color: white;
font-family: Raleway, arial, sans-serif;
text-align: center;
}
.cell:hover{
color: #A30567;
}
.none{
text-decoration: none;
}
table{
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
table td{
padding: 25px;
}
.ourhello {
color: black;
background-color: #2BB39C;
padding: 20%;
}
.helloimg {
width: 223px;
height: 223px;
object-fit: cover;
border-radius: 1000px;
border: solid 4px;
border-color: #DEEAFF;}
body {
background-image: url('https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2F340434.png?v=1593911265740');
}