-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathevents.css
More file actions
90 lines (90 loc) · 1.76 KB
/
events.css
File metadata and controls
90 lines (90 loc) · 1.76 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
body{
margin: 0 auto;
}
html{
scroll-behavior: smooth;
}
:root{
/* color */
--box-color: #E5E5E5;
}
.boxes{
display: flex;
flex-direction: row;
margin-top: 10vh;
margin-left: 3.5rem;
margin-right: 5rem;
height: fit-content;
font-family: var(--font1);
}
.box{
margin-left: 2rem;
display: flex;
flex-direction: column;
width: 25%;
padding: 1rem;
box-shadow: 4px 8px 20px 0 rgba(146,161,176,0.15);
}
#abt-img{
height: 40vh;
}
.abt-content{
padding: 1rem;
}
.abt-content p{
font-family: var(--font1);
}
.abt-content h4{
padding-top: 1rem;
font-family: var(--font1);
}
.color1{
background-color: black;
color: #fff;
}
.color2{
background-color: var(--box-color);
}
.color3{
background-color: #93C6D7;
}
.snapster{
background-image: url(img/89069128_863250980814368_1061437620255162424_n\ 2.png);
width: 50%;
background-size: 100% 100%;
margin-left: 2rem;
height: 32rem;
}
.changes{
padding-top: 22rem;
color: #fff;
}
.graffathon{
margin-left: 2rem;
background-image: url(img/66178697_922401408097690_5786587258798000397_n\ 1.png);
background-size: 100% 100%;
width:75%;
box-shadow: 10px 8px 20px 0 rgba(31, 115, 199, 0.15);
}
.last-img{
background-image: url(img/22351816_1368316419957646_4765790737793024000_n_auto_x2\ 1.png);
width: 75%;
background-size: 100% 100%;
margin-left:2rem;
box-shadow: 10px 8px 20px 0 rgba(31, 115, 199, 0.15);
}
.touch{
box-shadow: 10px 8px 20px 0 rgba(31, 115, 199, 0.15);
}
.touch:hover{
transform: scale(1.1);
}
.height1{
height: 88vh;
}
#diff-height{
height: 32vh;
}
.space{
margin-bottom: 3rem;
}