-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (83 loc) · 1.76 KB
/
style.css
File metadata and controls
100 lines (83 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
91
92
93
94
95
96
97
98
99
#landing-page.hero-body{
background-image: url(background.jpg) ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #999;
}
.background-cover{
background: rgba(0, 0, 0, 1)
}
.button{
text-align: center;
border-color: #ff3860;
background-color: transparent;
border-width: 1px;
color:white;
}
.button:hover{
background-color:#ff3860;
border-color: #ff3860;
border-width: 1px;
}
#landing-page.button.is-large {
font-size: 1.5rem;
}
#landing-page.button.is-danger {
background-color: transparent;
border-color: #ff3860;
border-width: 3px;
border-radius: 0%;
color: #fff;
text-align: center;
top: 50%;
border-style:ridge;
width: 20rem;
}
#hello-world.subtitle{
color:#ff3860;
font-size: 1.5rem;
line-height: 1.265;
text-transform: uppercase;
letter-spacing: .3rem;
text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
font-weight: 700;
}
#name-title.title{
color:white;
font-size: 4.5rem;
font-weight: 700;
line-height: 1.41;
font-family: 'Raleway', sans-serif;
}
#about.subtitle{
font-size: 1.3rem;
line-height: 1.4rem;
text-transform: uppercase;
letter-spacing: .2rem;
color: #FFFFFF;
text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#landing-page.button.is-danger:hover{
background-color:#ff3860;
}
.landing-page{
text-align: center;
}
.is-flex.social-connect svg{
color: #FFFFFF;
margin-left: 1rem;
margin-right: 1rem;
height: 42px;
width: 42px;
}
.is-flex.social-connect {
position: absolute;
right: 50%;
transform: translate( 50%);
padding-top: .75rem;
}
#contact-text{
padding-top: 22px;
}