-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (81 loc) · 1.28 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
body{
background-color: rgb(0, 0, 0);
border: 50px;
margin: 0px;
color: white;
}
header{
padding-top: 2px;
}
nav{
display: inline-block;
padding: 20px;
padding-left: 746px;
}
a{
color: rgb(255, 255, 255);
}
#prof-img{
border-radius: 50%;
width: 200px;
height: 200px;
border: 7px solid white;
}
.info{
float: right;
overflow: hidden;
margin-left: 5rem;
margin-top: 1em;
font-size: 27px;
line-height: .5em;
}
.container{
margin: 5rem;
display: flex;
padding-right: 8% ;
padding-top: 2%;
color: azure;
}
#profile{
background-image: url('assets/cityLights.jpg');
background-size: contain;
height: 246px;
}
#intro{
text-align: center;
border: solid;
}
#projects{
font-size: 20px;
}
#services{
display: flex;
height: 23rem;
width: 100%;
border:solid;
}
#services div{
height: 91%;
width: 22rem;
padding-top: 10px;
margin-top: 9px;
padding-left: 29px;
border: solid lightgrey;
}
#services div img{
height: 10rem;
padding-left: 85px;
width: 10rem;
}
#services h1{
writing-mode: vertical-rl;
text-orientation: upright;
text-align: center;
font-size: xx-large;
}
#certificates{
font-size: 28px;
}
#contacts{
display: flex;
}