-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject1.css
More file actions
73 lines (68 loc) · 1.7 KB
/
Copy pathProject1.css
File metadata and controls
73 lines (68 loc) · 1.7 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
72
73
/*html{
background-color: black;
}*/
header{
height: auto;
width:device-width;
}
center{
background-color: aliceblue;
position: sticky;
top: 0;
width: 100%;
}
#propic {
width: 150px;
height: auto;
}
#proside {
font-size: 35px;
font-weight:bolder;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: -webkit-linear-gradient(180deg, rgb(124, 154, 53), rgb(20, 102, 189));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: auto;
}
#contentsheet{
color: white;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
padding-top: 03px;
margin-top: 05px;
width: auto;
height: 25px;
background-image: -webkit-linear-gradient(180deg, rgb(124, 154, 53), rgb(20, 102, 189));;
}
#logos{
padding: 10 40 10 40;
}
#grline{
background-image: -webkit-linear-gradient(180deg, rgb(124, 154, 53), rgb(20, 102, 189));;
height: 05px;
}
h2{
font-size: 25px;
font-weight:bolder;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: -webkit-linear-gradient(180deg, rgb(124, 154, 53), rgb(20, 102, 189));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: auto;
}
p{
font-size: 20px;
text-align:justify;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: -webkit-linear-gradient(180deg, rgb(124, 154, 53), rgb(20, 102, 189));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: auto;
}
#exptable{
height: auto;
}
#topali
{
vertical-align: top;
}