-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (94 loc) · 1.35 KB
/
style.css
File metadata and controls
113 lines (94 loc) · 1.35 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
109
110
111
112
113
/*name*/
h1{
text-align:center;
font-size:70px;
line-height:1.5;
font-weight:700;
}
@media(max-width:1020px)
{
h1{
font-size:45px;
}
}
.title{
text-align:center;
line-height:1.5;
font-size:40px;
font-weight:300;
}
@media (max-width:1020px)
{
.title{
font-size:35px;
}
}
.top-hr{
border-color:white;
width:43%;
}
@media (max-width:1020px){
.top-hr{
width:80%;
}
}
#name{
padding-top:150px;
padding-bottom:275px;
background-color: #000000;
color:white;
background-image: url("pexels-gabby-k-5634606 (1).jpg");
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
@media (max-width:1020px){
#name{
padding-top:135px;
padding-bottom:250px;
}
}
/*about*/
h2{
line-height:1;
padding-top:50px;
font-size:50px;
font-weight:350;
}
#about{
padding:0px;
background-color: #ffffff;
}
.profile-hr{
width:70%;
}
.row{
padding:50px;
}
p{
font-size:18px;
font-weight:300;
}
@media (max-width:1020px)
{
p{
font-size:18px;
}
}
h3{
line-height:2.5;
font-weight:450;
}
.pos-title{
font-size:20px;
line-height:4;
font-weight:320;
}
details{
text-align:justify;
}
@media (max-width:1020px){
#details{
text-align:center;
}
}