-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompiler.css
126 lines (105 loc) Β· 2.38 KB
/
compiler.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
120
121
122
123
124
125
126
body{
font-family: 'Enriqueta', serif;
background-image:url("compiler.gif");
background-size:cover;
}
.comp_header{
display:bold;
block-size: 50px;
background-color:crimson;
}
.comp_header span{
color:yellow;
}
.links{
text-decoration: none;
}
.xop-section {
max-width: 1600px;
margin: 0 auto;
padding-top: 20px;
}
.xop-grid {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
}
.xop-grid:after {
clear: both;
}
.xop-grid:after, .xop-box:before {
content: '';
display: table;
}
.xop-grid li{
width:300px;
height:300px;
display: inline-block;
margin: 20px;
}
.xop-box {
width: 100%;
height: 100%;
position: relative;
cursor: pointer;
border-radius:5px;
-webkit-transition: 0.3s ease-in-out,
-webkit-transform 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out,
-moz-transform 0.3s ease-in-out;
transition: all 0.3s ease-in-out,
transform 0.3s ease-in-out, ;
}
.xop-box:hover {
transform: scale(1.05);
}
.xop-img-1 {
background-image:linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(gdb.png);
}
.xop-img-2 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(codechef.png);
}
.xop-img-3 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(programiz.png);
}
.xop-img-4 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(tutorialsp.png);
}
.xop-img-5 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(ideone.png);
}
.xop-img-6 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(piaza.png);
}
.xop-img-7 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(techie.png);
}
.xop-img-8 {
background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
url(rails.png);
}
.xop-info {
position: absolute;
width: inherit;
height: inherit;
padding-top:50px;
}
.xop-info h3 {
font-family: 'Pacifico', cursive;
font-weight: 400;
color:white;
font-size: 18px;
margin: 0 30px;
padding: 100px 50px 0px 0px;
line-height: 1.5;
}