-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataEntry.css
96 lines (95 loc) · 1.36 KB
/
dataEntry.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
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
.data-entry-section{
position:relative;
top: 60px;
width: 100%;
height: 87vh;
}
.contianer-form{
width: 80%;
margin-left: 10%;
}
#student-heading{
margin-bottom: 50px;
}
.bgimg1{
height: 90vh;
width: 100%;
z-index: -100;
position: absolute;
opacity: 0.5;
}
label{
font-weight: bolder;
font-size: 20px;
}
.navigation-bar{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
background-image: linear-gradient(to right,#f2e4d8,#e3781b);
}
.navbar-brand{
font-size: 30px;
font-family: Arial Black;
}
.q{
font-size: 45px;
color: orange;
}
.nav-link{
font-size: 20px;
margin-left: 15px;
color: black;
font-weight: bolder;
}
.homepageinfo{
position: relative;
top: 100px;
z-index: -4;
}
.heading{
font-size: 30px;
color: orange;
}
.info{
font-size: 24px;
padding: 20px;
}
.mycaro{
width: 800px;
height: 500px;
padding: 50px;
margin-top: 0px;
}
.heading2{
font-size: 25px;
color: royalblue;
}
.courseinfo{
margin-left: 100px;
}
.course-contetnt{
padding: 200px;
}
.courseinfo ul li{
font-size: 20px;
}
.syllabus-collapse{
width: 90%;
height: 100vh;
}
.syl{
margin-left: 40px;
}
.syl1{
text-align: left;
}
.syllabus{
position: relative;
}