-
Notifications
You must be signed in to change notification settings - Fork 0
/
ITTESem1.css
129 lines (121 loc) · 2 KB
/
ITTESem1.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
125
126
127
128
129
/* use this file for the semester one */
.header{
background-color: black;
padding-bottom: 0px;
height:66px;
}/**/
#sem1{
width: 49.2%;
color: black;
background-color: aqua;
border-radius: 15px;
}
.Question_Paper{
position: relative;
top: 20px;
font-family: 'Pangolin', cursive;
opacity: 0.9;
}
h1{
text-align: center;
color:aqua;
font-family: 'Libre Baskerville', serif;
}
.enteries{
background-color: black;
opacity: 0.9;
}
.entry{
width:100%;
}
#download{
width:auto;
height:auto;
font-size: 15px;
position: absolute;
right: 5px;
border-radius: 30px;
border-color: #3c8391;
}
#paper{
padding-top: 0px;
margin-top: 0px;
margin-bottom: 15px;
}
.item{
background-color: black;
color: cyan;
font-size: 20px;
padding-bottom: 2px;
font-family: 'Pangolin', cursive;
opacity: 0.9;
}
h2{
background-color: aqua;
margin-bottom:25px;
}
#sem2{
width: 49.2%;
border-radius: 15px;
}
.Switch{
padding-top: 10px;
opacity: 0.8;
}
#login{
width: 80px;
height: 50px;
position: absolute;
top: 3px;
right:10px;
font-size: 21px;
margin-right: 30px;
border-width: 0px;
}
#reg{
width: 80px;
height: 50px;
position: absolute;
top: 3px;
right:110px;
font-size: 21px;
margin-right: 30px;
border-width: 0px;
}
body{
margin-left:0px;
background-image: url("IT.jpg");
padding: 0px;
margin-top: 0px;
margin-right: 0px;
}
.image{
width: 4em;
height: 4em;
}/**/
.text{
position:absolute;
left: 70px;
top: 7px;
color: aqua;
font-family: 'Sacramento', cursive;
font-size: 40px;
}
h1{
margin: 0px;
padding: 0px;
padding-bottom: 4px;
}
button{
width: 100%;
height: 83px;
/* background-color: #3c8391; */
background-color: black;
color:aqua;
font-family: 'Pacifico', cursive;
font-size: 25px;
}
.item :hover{
color: green;
transition: 0.4s;
}