-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
119 lines (97 loc) · 1.52 KB
/
home.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
.main
{
height: 60px;
background-color: red;
display: flex;
justify-content: space-evenly;
text-decoration: none;
}
.li{
list-style-type:none;
text-size-adjust: 10px;
font-family: Arial, Helvetica, sans-serif
}
.i{
}
.E{
display: flex;
text-align: left;
justify-content: space-between;
background-color: gray;
}
.gate{
min-height: 500px;
background-size: 100% auto;
background-image: url(umu\ gate.jpeg);
}
.EE{
width: 450px;
height: 80px;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.LL{
width: 450px;
height: 80px;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.AA{
width: 450px;
height: 80px;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.Aims{
width: 450px;
height: 50px;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.courses{
display: flex;
justify-content: center;
}
.P{
width: 450px;
height: 50px;
border:2px solid red;
color: red;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.m{
width: 450px;
height: 50px;
border:2px solid red;
color: red;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.B{
width: 450px;
height: 50px;
border:2px solid red;
color: red;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.c{
width: 450px;
height: 50px;
border:2px solid red;
color: red;
text-align: center;
padding-top: 20px;
margin: 20px;
}
.form{
align-content: end;
}