-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.css
124 lines (104 loc) · 1.63 KB
/
home.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.header {
padding: 10px 16px;
position: fixed;
opacity:0.8;
font-weight:bold;
color: white;
}
body{
margin:1px;
padding:1px;
}
.navbar {
font-size: larger;
overflow: hidden;
background-color: #00008B;
color: white;
position: fixed;
top: 0;
z-index: 10000;
width: 100%;
}
.navbar a {
float: left;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 21px;
color: white;
}
.navbar a:hover {
background-color:white;
color:#00008B;
}
.navbar a.active {
background-color: rgb(200, 224, 243);
color: #00008B;
}
.navbar-right {
float: right;
}
.container{
width:auto;
font-family: 'Times New Roman', Times, serif;
align-content:center;
padding:20px 40px 20px 20px;
border: 5px solid;
border-color:#00008B;
}
.img1 img{
float:right;
height:200px;
width:200px;
margin-top: 60px;
margin-right: 60px;
border: 2px solid;
border-color: #00008B;
}
.first{
margin-top: 50px;
}
h3{
font-size: 30px;
color: #00008B;
}
.about_career
{
text-align: justify;
width:900px;
margin-left: 35px;
}
.header.list ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.video
{
margin-top:30px;
margin-left:100px;
}
video{
width:1000px;
}
.footer{
padding: 20px 0px 20px 0px;
background-color: #00008B;
color: seashell;
text-align: center;
}
.list ul li a
{
text-decoration: none;
color: black;
}
.list ul li a:hover
{
text-decoration: none;
color: white;
background-color: black;
}
.fourth
{
font-family: Arial, Helvetica, sans-serif;
}