-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
executable file
·130 lines (110 loc) · 2.22 KB
/
home.css
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
html {
background: url(sumit.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.left{
width: 400px;
height: 1000px;
background-color: rgba(0,0,0,0.5);
margin-top: 2%;
color:white;
float: left;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
box-shadow: 3px 3px #d8c5b0, -1em 0 .4em #576241;
}
.profile_pic{
padding-top: 4.0%;
display: block;
margin-left: auto;
margin-right: auto ;
width: 172px;
height: 180px;
}
h2{
text-decoration: underline;
padding-left: 5%;
font-size: 20px;
font-family: "proxima nova";
font-weight: 100;
}
}
.contact{
list-style: none;
letter-spacing: 7px;
}
h3{
text-decoration: underline;
padding-left: 5%;
font-size: 20px;
font-family: "proxima nova";
font-weight: 100;
text-align: center;
}
.skills{
list-style: square;
letter-spacing: 4px;
}
.intskills{
list-style: square;
letter-spacing: 4px;
}
#icon{
padding: 5%;
text-align: center;
font-size: 35px;
}
.right{
width: 900px;
height: 1000px;
background-color: rgba(0,0,0,0.5);
margin-top: 2%;
color:white;
float: right;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
box-shadow: 3px 3px #d8c5b0, -1em 0 .4em #576241;
}
p{
padding-left: 2%;
padding-right: 2%;
letter-spacing: 1px;
}
table{
width: 100%;
Padding: 0.5%;
text-align: center;
}
thead{
font-weight: bold;
}
td{
border: 1px solid #ddd;
padding: 2px;
}
#resume{
background-color: azure;
text-decoration: none;
border:solid 2px yellow;
border-radius: 50px;
padding: 10px 80px;
color: #030c12;
font-family: "proxima nova";
font-weight: 200;
font-size: 50px;
text-align: center;
-webkit-transtion-duration:200ms;
transtion-duration:200ms;
}
#resume:hover{
background-color: #6b5757;
color:white;
}
.button{
text-align: right;
padding: 114px;
padding-top: 79%;
}