-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphone.css
108 lines (102 loc) · 1.56 KB
/
phone.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
#navbar ul{
gap: 1.3rem;
}
#navbar ul li a{
font-size: 0.6rem;
}
#home::before{
background: url('images/ashvec.jpg') no-repeat center center/cover ;
}
#home h1{
font-size: 3rem;
text-align: center;
}
#home h2{
font-size: 1.8rem;
text-align: center;
}
#profile{
margin-top: -300px;
height: 1500px;
}
#profile h2{
text-align: center;
font-size: 1.3rem;
padding: 2px 40px;
}
#infoarea{
margin: 10px 0px;
padding: 10px 0px;
width: 100%;
display: flex;
flex-direction: column;
gap: 100px;
text-align: center;
}
#infoarea .item p{
padding: 2px 5px;
}
#edu div{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0rem;
}
#exp{
height: 1200px;
}
.expitem{
margin: 1rem 0rem;
}
#exp h2{
text-align: center;
}
#edu div h3{
font-size: 1.5rem;
margin-right:0rem;
width: 200px;
text-align: center;
padding-left: 0px;
}
#edu div p{
padding: 5px 5px 80px 5px;
width: 300px;
text-align: center;
}
.skillitems{
height: 120px;
width: 120px;
font-weight: bold;
font-size: 1.2rem;
}
.hobbyitems{
height: 120px;
width: 120px;
font-weight: bold;
}
#hobbies h3{
padding: 2px 30px;
text-align: center;
}
#skills h3{
text-align: center;
font-size: 1.2;
}
.skillitems{
font-size: 1rem;
}
.hobbyitems{
font-size: 1rem;
}
#contact h3{
text-align: center;
}
#work h3{
text-align: center;
}
.contactitems img{
border-radius: 10px ;
height: 30px;
width: 30px;
}