-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
72 lines (59 loc) · 913 Bytes
/
style.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
#main_title {
text-align: center;
background-color: #333;
color: #fff;
padding: 20px;
letter-spacing: 2px;
font-weight: 700;
}
#btn btn-light{
text-decoration: none;
}
.box1 {
margin-top: 10px;
}
.box1 h2 {
float: left;
}
.box1 button {
float: right;
}
.container {
margin-top: 50px;
}
h6 {
text-align: center;
color: red;
}
h5 {
text-align: center;
color: #1098c5;
}
.update_btn {
margin-top: 10px;
}
.info {
display: flex;
gap: 10px;
}
.university-list {
margin-top: 10px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
box-shadow: 5px 5px 5px #ccc;
}
.university-list h2 {
color: #00674f;
}
.university-list p {
text-align: justify;
color: #535353;
}
.university-list p:nth-child(1) {
text-align: justify;
color: #b5036b;
}
.university-list a {
text-decoration: none;
}