-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
80 lines (59 loc) · 985 Bytes
/
app.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
body{
font-family: Arial, Helvetica, sans-serif;
}
#nameTab{
margin: 0;
font-size: 30px;
font-weight: 800;
padding-top: 15px;
padding-right: 20px;
color: midnightblue;
}
.tab{
font-size: 18px;
border: 1px solid;
background: midnightblue;
color: azure;
padding: 22px 20px;
margin: 0;
}
.headContainer, .bodyContainer{
display: flex;
}
.imageBox{
width: 35%;
height: 30%;
padding-bottom: 2%;
background: midnightblue;
}
img{
width: 100%;
}
#general{
padding-left: 10%;
color: azure;
}
p{
padding-left: 10%;
}
.p1{
color: slategray;
}
.p2{
color: azure;
}
#bodyText{
background: #f1efef;
width: 100vw;
height: 100vh;
padding: 5% 5% 0% 5%;
color: midnightblue;
}
#nameTitle{
font-size: 80px;
color: midnightblue;
margin-top: 0;
}
h3{
color:slategray
}