-
Notifications
You must be signed in to change notification settings - Fork 0
/
b.tech 1st sem.css
108 lines (96 loc) · 1.41 KB
/
b.tech 1st sem.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
.fixed-nav-bar {
position:absolute;
top: 10px;
left: 10px;
right: 10px;
z-index: 9999;
width:auto;
background-color: #667eea;
border-radius: 10px;
}
.fa {
font-size: 20px;
width: 50px;
text-align: center;
border-radius: 90%;
}
.paddi1{
padding-left:45%;
}
.paddi2{
padding-left: 30%;
}
.rang{
color:rgb(255, 123, 0);
}
.fa-facebook {
color: #646979;
}
.fa-instagram {
color: #646979;
}
.fa-linkedin {
color: #646979;
}
.fa-github {
color: #646979;
}
.fa-twitter {
color: #646979;
}
#mainNavbar {
font-size: 1rem;
font-weight: 100;
}
.navbar.scrolled {
background: #667eea;
transition: background 100ms;
}
#img-hover {
width: 260px;
height: 270px;
}
h1 {
color: #667eea;
}
.branch {
border-radius: 50%;
}
.EEE {
border-radius: 20%;
}
.civil {
border-radius: 10%;
}
hr {
border: 2px solid #667eea;
}
Cimage {
max-width: 720px;
max-height: 400px;
}
.fa-facebook:hover {
color: #ffffff;
}
.fa-instagram:hover {
color: #ffffff;
}
.fa-linkedin:hover {
color: #ffffff;
}
.fa-github:hover {
color: #ffffff;
}
.fa-twitter:hover {
color: #ffffff;
}
.card-header{
background:rgb(66, 8, 121);
color:white;
}
.card-body{
color:black;
}
.card{
margin-top:15px;
}