-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (124 loc) · 2.03 KB
/
style.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
body{
margin:auto;
font-family: 'STIX Two Math', serif;
}
.section1{
background-image: url(images/Untitled\ design\ \(1\).png);
background-size: cover;
display: flex;
color:white;
background-repeat: no-repeat;
}
.section1img{
margin-left: 30%;
width: 40%;
}
.section1text{
width: 20%;
margin-top: 12%;
margin-left: 7%;
}
#section1h2{
font-size: 28px;
font-weight: 600;
}
#section1h1{
font-size: 40px;
font-weight: 800;
}
.webdev{
background-color: teal;
border: none;
color: black;
padding: 10px 40px;
font-size: 20px;
font-weight: 500;
}
.all{
text-align: center;
}
.section2 h3{
font-size: 25px;
}
.section2 .font{
font-size: 30px;
color: teal;
font-weight: 600;
}
.flex{
display: flex;
padding-bottom: 50px;
}
.padding{
padding-left: 15%;
}
.p1{
background-image: linear-gradient(grey,black);
padding: 10px 5px;
text-decoration: none;
color: white;
}
.p2{
background-image: linear-gradient(grey,black);
padding: 10px 8px;
text-decoration: none;
color: white;
}
.p3{
background-image: linear-gradient(grey,black);
padding: 10px 15px;
text-decoration: none;
color: white;
}
.p4{
background-image: linear-gradient(grey,black);
padding: 10px 3px;
text-decoration: none;
color: white;
}
.section2{
padding-bottom: 150px;
padding-top: 100px;
background-color: rgba(168, 167, 167, 0.801);
}
.cv{
background-color: gray;
padding: 10px 20px;
text-decoration: none;
color: honeydew;
border-radius: 20px;
}
.cvboth{
text-align: center;
}
.section3{
margin-top: 8%;
}
.section3img{
border-radius: 50%;
margin-left: 10%;
}
.section3txt{
width: 30%;
padding-right:20%;
}
.para{
padding-left: 2%;
}
.section3 a{
text-decoration: none;
}
.section3 .bold
{
color: teal;
font-weight: bolder;
}
.section3 .text{
color: black;
font-weight: bold;
padding-bottom: 30px;
margin-left: 2%;
}
.flex .phone{
margin-left: 15%;
}