-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
105 lines (88 loc) · 1.54 KB
/
custom.css
File metadata and controls
105 lines (88 loc) · 1.54 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
100
101
102
103
104
105
html {
background-color: #f2f2f2;
}
.navbar-nav > li > a {
padding-top:20px !important;
}
.navbar {
background: transparent;
background-color: transparent;
}
.splash-background {
background:
linear-gradient(
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url("https://0.s3.envato.com/files/27762085/03_Denim%20texture%20background%20preview%202.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
color: white;
height: 40em;
width: 100%;
position: relative;
top: -70px;
display: inline-block;
}
#hello {
border-radius: 35px;
width: 500px;
height: 300px;
background-color: orange;
color: white;
padding-top: 1.2em;
font-size: 600%;
line-height: 50%;
text-align: center;
padding-top: .2em;
margin-top: 1.3em;
margin-left: auto;
margin-right: auto;
}
#icon-span{
margin-top: 1em;
margin-right: 1em;
}
#splash-name{
padding-top: 30px;
background-color: white;
color: black;
width: 500px;
height: 200px;
border-bottom-left-radius: 35px;
border-bottom-right-radius: 35px;
font-size: 100%;
}
.about, .portfolio, .contact {
margin-top: 2%;
}
#arrow-link {
margin-top: 48px;
}
#form-group {
margin-left: 7em;
margin-right: 7em;
}
hr {
width: 25%;
}
h1, p {
text-align: center;
}
img {
opacity: 0.8;
filter: alpha(opacity=80);
margin: .1em;
}
img:hover{
opacity: 1;
filter: alpha(opacity=100);
}
.img-circle{
display: block;
margin-left: auto;
margin-right: auto
}