-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.styl
More file actions
53 lines (49 loc) · 1.08 KB
/
main.styl
File metadata and controls
53 lines (49 loc) · 1.08 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
@import 'nib'
@import 'fonts'
global-reset()
html
font-size 16px
color black
.page
width 1400px
.container
width 940px
margin auto
display flex
.top-bar
font-size 24px
.logo
font-family 'cubanoregular', Arial, sans-serif
color white
padding-left 44px
letter-spacing 3px
.main-header
background url('img/banner.jpg') no-repeat
padding-top 46px
height 560px
color white
.main-nav
padding-top 3px
.main-nav ul
display flex
li
padding-left 12px
padding-right 12px
font-size 18px
.banner
padding-top 220px
width 100%
text-align center
p
font-size 32px
h1
font-size 66px
input[type='button']
background transparent
border 3px solid white
border-radius 3px
color white
width 242px
height 68px
.space-between
justify-content space-between