-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.css
76 lines (74 loc) · 1.11 KB
/
mobile.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
.navbar{
flex-direction: column;
height: 555px;
transition: all 0.4s ease-out;
}
.navbar ul li{
flex-direction: column;
text-align: center;
}
.navbar .left{
width: 100%;
font-size: 1.0rem;
}
.navbar .right
{
width: 100%;
justify-content: center;
align-items: center;
margin: 20px 0;
}
.first h1{
text-align: center;
font-size: 2.5rem;
}
.first h3{
text-align: center;
padding-bottom: 20px;
color: yellow;
}
.first p{
text-align: center;
font-size: 2.0rem;
}
.first .arrow{
display: none;
}
.github p{
font-size: 1.0rem;
margin: 10px;
}
.v-class{
opacity: 0;
}
.hnav{
height: 50px;
}
.burger{
display: block;
}
.aboutme .text{
flex-direction: column;
}
.aboutme .text .image{
height: 90px;
width: 90px;
margin: 20PX;
}
.aboutme .text p{
text-align: center;
}
.aboutme .text .image img{
width: 100%;
border-radius: 50%;
}
.aboutme .background .qualification{
flex-direction: column;
}
.aboutme .background .qualification .edu{
width: fit-content;
margin: 20px;
}
.form{
width: fit-content;
}