-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.css
76 lines (67 loc) · 1.11 KB
/
Contact.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
#contact {
height: 1000px;
width: 100%;
background-color: white;
background-repeat: no-repeat;
background-size:100%;
background-position:100% 40px%
}
/*.contact-container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.contact-info,
.contact-form {
flex: 1;
padding: 20px;
margin-top: 20px;
}
.contact-info h2,
.contact-form h2 {
font-size: 30px;
color: royalblue;
margin-bottom: 20px;
}
.contact-info table {
width: 100%;
}
.contact-info table td {
padding: 10px 0;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form button {
width: 150px;
height: 50px;
font-size: 20px;
font-weight: bold;
border-radius: 10px;
background-color: royalblue;
color: white;
border: none;
transition-duration: 0.5s;
}
.contact-form button:hover {
background-color: white;
color: royalblue;
border: 2px solid royalblue;
transform: scale(1.1);
}*/
.heading{
text-align: center;
margin-top: 100px;
}
#drop-uni{
margin-top: 20px;
}
.second{
text-align: center;
font-weight: bolder;
}
.card-img-top{
height: 60%;
width: 100%;
}