-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathevent.css
More file actions
46 lines (40 loc) · 747 Bytes
/
event.css
File metadata and controls
46 lines (40 loc) · 747 Bytes
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
#event-fest{
height: 50px;
padding: 10px;
}
marquee{
color: red;
font-size: 20px;
}
.event-cloud,.event-football{
height: 300px;
margin: 0px 10%;
}
.event-cloud>i{
padding: 75px 100px;
font-size: 150px;
background: #004068;
color: goldenrod;
float: left;
border-radius:10px;
}
.event-football>i{
padding: 75px 100px;
font-size: 150px;
color: goldenrod;
background: #004068;
float: right;
border-radius: 10px;
}
.event-cloud p{
line-height: 30px;
padding: 50px;
float: left;
width: 500px;
}
.event-football p{
line-height: 30px;
padding: 50px;
width: 500px;
margin-left: 50px;
}