-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.sass
61 lines (55 loc) · 1.17 KB
/
styles.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
*
padding: 0
margin: 0
box-sizing: border-box
body
height: 100vh
font-family: 'Roboto', sans-serif
display: flex
flex-direction: column
align-items: center
justify-content: center
background-color: #181B1E
p
font-family: 'Roboto', sans-serif
font-size: 30px
color: white
transition: all 0.3s ease
p:hover
transform: scale(1.1)
.container
display: flex
justify-content: center
align-items: center
margin-bottom: 5rem
#box
font-size: 30px
font-weight: 300
padding: 15px
width: 600px
height: 60px
border-radius: 2px
border-top-style: hidden
border-right-style: hidden
border-left-style: hidden
border-bottom-style: hidden
// border: 2px solid #212529
background-color: #212529
vertical-align: middle
margin: 5px
color: white
button
font-family: 'Roboto', sans-serif
vertical-align: center
height: 60px
background-color: #212529
border: none
color: white
border-radius: 2px
width: 100px
text-align: center
font-size: 20px
transition: all 0.3s ease
vertical-align: middle
button:hover
background-color: #383e44