-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_awesome.sass
50 lines (50 loc) · 1.35 KB
/
_awesome.sass
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
#awesome
.textbox
h1
font-size: 35px
font-weight: 700
h2
font-size: 20px
margin: 15px 0
.col-md-12
display: flex
align-items: center
justify-content: center
flex-direction: row
flex-wrap: wrap
.box
margin: 0 25px
display: flex
align-items: center
justify-content: center
flex-direction: column
.imgbox
width: 210px
position: relative
.overlay
color: #fff
background-color: #6495f5
font-size: 25px
display: flex
justify-content: center
align-items: center
position: absolute
transition: 0.1s
width: 100%
height: 100%
opacity: 0
top: 0
&:hover
opacity: 0.9
cursor: pointer
h3
font-size: 20px
font-weight: 500
margin: 10px 0
h4
font-size: 18px
opacity: 0.7
.minibox
display: flex
i
margin-left: 10px