-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
71 lines (58 loc) · 1.04 KB
/
index.css
File metadata and controls
71 lines (58 loc) · 1.04 KB
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
* {
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
h1,
h3 {
text-align: center;
color: white;
}
h4 {
border-style: inset;
border-left: 6px solid rgb(0, 74, 173);
background-color: lightgrey;
}
footer h4 {
border-style: inset;
border-left: 6px solid rgb(173, 0, 0);
background-color: lightgrey;
}
p {
text-align: justify;
}
td {
vertical-align: text-top;
padding: 10px;
}
header img {
border-radius: 50%;
display: block;
top: 2px;
margin-left: auto;
margin-right: auto;
width: 15%;
height: 15%;
}
#menu ul {
border: 3px;
position: absolute;
}
header nav {
background-color: black;
text-align: center;
}
#menu li {
display: inline;
}
header {
background: url('https://media-exp1.licdn.com/dms/image/C4E16AQFoFL-z_avlNg/profile-displaybackgroundimage-shrink_350_1400/0/1608067404675?e=1635379200&v=beta&t=3cjEgfNjri6otL2FDhe--y35eURuN6porBWgbrtQYW4');
}
.Inst {
font-weight: 600;
}
body {
margin: 0;
padding: 0;
}