-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatasc.css
More file actions
111 lines (99 loc) · 1.64 KB
/
Copy pathdatasc.css
File metadata and controls
111 lines (99 loc) · 1.64 KB
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
body{
font-family: 'Quicksand', sans-serif;
background-image: url(datascbackground.jpg);
background-repeat: no-repeat;
background-size: 2800px;
}
.head{
background-color:#dfdfdf ;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}
h2.title{
color: rgb(43, 42, 42);
position: relative;
left: 50px;
top: -20px;
}
img.logo{
position: relative;
left: 80px;
top: 2px;
}
.ccont {
top: 77px;
position: absolute;
background-color: black;
height: 40px;
WIDTH: 100%;
left: 0px;
padding-top:10px ;
text-align: center;
}
div.ccont>a{
text-decoration: none;
color: white;
padding-left: 50px;
}
.brief {
width: 85%;
height: 160px;
background-color: #eadfdf;
margin: auto;
position: relative;
top: 120px;
padding: 6px;
border-radius: 8px;
}
div.tec{
font-weight: 1000;
color: rgb(0, 0, 0);
text-align: center;
padding: 10px;
font-size: 26px;
}
hr{
height: 0px;
background-color: blue;
width: 97%;
}
.tec{
display: inline;
font-weight: bold;
}
.detail{
position: relative;
top: 280px;
background-color: white;
width: 65%;
margin: auto;
border: 1px solid #7d8689f5;
}
#clgname{
color: rgb(240, 89, 48);
position: relative;
display: inline;
left: 85px;
}
.ranking{
display: inline-block;
margin-left:20px;
position: relative;
top: 10px;
}
b.num{
margin-left:40px ;
}
ul>li{
display: inline-block;
position: relative;
left: 86px;
font-size: 12px;
margin-right: 24px;
}
.listitem{
color: black;
opacity: .9;
}