-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (45 loc) · 688 Bytes
/
style.css
File metadata and controls
49 lines (45 loc) · 688 Bytes
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
h1 {
color: white;
background-color: blue;
font-style: italic;
font-family: 'Tangerine';
font-size: 40px;
}
h2 {
font-style: italic;
padding-left:150px;
}
#tata {
font-weight: bold;
padding-right: 250px;
}
#cts {
font-weight: bold;
padding-right: 200px;
}
.designation {
color:gray;
font-style: italic;
}
.description{
font-style: italic;
}
.course {
font-weight: bold;
}
.university {
font-style: italic;
}
.v1 {
border-right: 3px solid gray;
height: 120px;
}
.v2 {
border-right: 3px solid gray;
height: 50px;
}
#link {
font-size: 15px;
padding-left: 475px;
font-style: italic;
}