-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
108 lines (93 loc) · 1.95 KB
/
stylesheet.css
File metadata and controls
108 lines (93 loc) · 1.95 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
106
107
108
body{
margin:0;
padding:0;
background: url(images/background.jpg) no-repeat;
background-size: cover;
margin-top:-20px;
}
#profile-pic{
max-width: 75%;
max-height: 75%;
border-radius: 50%;
}
.about-section{
width: 450px;
background: rgba(0,0,0,0.4);
padding: 40px;
text-align:center;
margin:auto !important;
margin-top:1% !important;
color:white;
font-family: 'Times New Roman', Georgia;
}
.about-section h1{
font-size:40px;
font-weight:100;
}
.about-section h5{
font-size: 20px;
font-weight: 100;
/* margin-top: -20px; */
}
ul{
margin:0;
padding:0;
}
.about-section p{
margin-top: -20px;
margin-bottom: -10px;
}
.contact-info li{
display: inline-block;
margin: 6px !important;
list-style: none;
margin-top:-20px !important;
margin-bottom:-50px !important;
}
.contact-info li a{
color: white;
text-decoration: none;
font-size: 40px;
transition: all ease-in-out 250ms;
}
.contact-info li a:hover{
color: #b9b9b9;
}
.contact-info {
width: 450px;
background: rgba(0,0,0,0.4);
padding: 40px;
text-align:center;
margin:auto;
margin-top:1%;
color:white;
font-family: 'Times New Roman', Georgia;
}
.hobbies-section {
width: 450px;
background: rgba(0,0,0,0.4);
padding: 40px;
text-align:center;
margin:auto;
margin-top:1%;
color:white;
font-family: 'Times New Roman', Georgia;
}
.hobbies-section h5 {
font-size: 20px;
font-weight: 100;
margin-top: -20px !important;
}
.hobbies-section ul {
margin: 0 !important;
padding: 0;
margin-top:-20px !important;
margin-bottom:-20px !important;
}
.hobbies-section li {
font-size: 16px;
font-weight: 100;
list-style: none;
margin: 10px 0;
margin-top: -5px !important;
}