forked from ACM-IST/ACM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents_update.css
64 lines (51 loc) · 1.23 KB
/
events_update.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
.eventupdate{
margin: 0 0;
padding-bottom: 4rem;
min-height: 100vh;
background: linear-gradient(135deg, #106476 0%, #105D6E 0.01%, #0E1D20 100%);
color: #FFF;
/* background: linear-gradient(45deg, #106476, #105D6E, #0E1D20); */
}
.eventupdate .container {
display: flex;
width: 100%;
}
.eventupdate .title {
padding-top: 2rem;
text-align: center;
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
}
.eventupdate .left,.eventupdate .right {
width: 100%;
padding : 0;
}
.eventupdate .reels-making {
padding: 0 1rem;
font-family: Arial, Helvetica, sans-serif;
}
.eventupdate .reels-making-paragraph {
padding: 0 1rem;
font-family: Arial, Helvetica, sans-serif;
text-align:justify ;
font-size: 18px;
}
.eventupdate .image-container {
width: 100%;
height: auto;
border-radius: 8px;
display: flex;
margin: auto;
}
.eventupdate .eventupdateimg {
width: 90%;
display:flex;
margin : auto;
}
@media only screen and (max-width: 500px) {
.eventupdate .container {
flex-direction: column;
}
}