-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_aboutme.sass
65 lines (65 loc) · 1.61 KB
/
_aboutme.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#aboutme
background-color: #AEBDCA
height: 140vh 0
.col-md-6
display: flex
align-items: center
justify-content: center
flex-direction: column
h2
font-size: 20px
color: #ffffff
h1
font-weight: 700
font-size: 35px
color: #0a67ad
hr
color: #ffffff
.box
margin: 40px 0
.minibox
width: 350px
border: 1px solid
border-radius: 20px
background-color: #2c2c6c
height: 250px
margin: 10px 0
display: flex
align-items: center
justify-content: center
flex-direction: column
color: #ffffff
transition: 0.4s
&:hover
background-color: #ffffff00
width: 400px
height: 300px
border: 10px outset #4398d8
.icon
font-size: 40px
color: #ffffff
h3
font-size: 24px
font-weight: 700
color: #ffffff
margin: 10px 0
h4
font-size: 19px
margin: 3px 0
.textbox
margin-top: 40px
font-size: 20px
color: #000000
text-shadow: 1px 1px
line-height: 1.8
.btn
color: #ffffff
font-weight: 700
font-size: 23px
background-color: #4398d8
border-radius: 10px
padding: 5px 10px
margin: 15px 0
border: 1px solid #4398d8
&:hover
background-color: #ffffff