-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudentprofile.css
141 lines (116 loc) · 2.1 KB
/
studentprofile.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
130
131
132
133
134
135
136
137
138
139
140
141
*{
margin: 0px 0px;
padding : 0px 0px;
}
.sp_nav{
border: 2px solid red;
height: 50px;
display: flex;
}
.sp_nav h3{
font-size: 20px;
margin-left: 40px;
padding: 10px 10px;
}
.sp_nav button{
height: 30px;
margin-top: 10px;
position: absolute;
left: 80rem ;
padding: 10px 10px;
border-radius: 5px;
}
.sp_left{
border: 2px solid green;
display: inline-block;
height:675px;
}
.sp_ul{
margin: 15px 15px;
padding: 10px 10px;
}
.sp_ul li{
padding: 10px 10px;
list-style: none;
border-bottom: 1px solid grey;
/* border-radius: 10px; */
}
a{
text-decoration: none;
color: black;
font-size: 20px;
}
.sp_ul li:hover{
background-color: rgba(0, 0, 255, 0.144);
}
.mainbox{
border: 2px solid red;
display: flex;
}
.sp_right{
display: flex;
}
.pdetail
{
margin: auto 10px;
/* border: 2px solid black; */
display: flex;
width: 850px;
overflow: auto ;
word-wrap: break-word;
height: 550px;
flex-direction: column;
border-radius: 5px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.eachbox{
/* border: 2px solid red; */
display: inline-block;
height: fit-content;
padding: 10px 10px;
margin: 10px 10px;
}
.eachbox h3{
margin-bottom: 10px;
}
.headingpdeatil{
background-color: aquamarine;
}
.headingpdeatil h3{
padding: 10px 10px;
}
.pimage{
/* border: 2px solid green; */
display: inline-block ;
/* flex-direction: column; */
height: 300px;
width: 300px;
margin-top: 60px;
margin-left: 20px;
border-radius: 5px;
justify-content: center;
text-align: center;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.pimage img{
width:100px;
height: 100px;
border-radius: 100px;
padding: 12px 10px;
}
.pimage h3{
padding: 10px 10px;
}
.pimage p{
padding: 5px 10px;
}
.footer
{
/* border: 2px solid red; */
justify-content: center;
text-align: center;
background-color: black;
color: white;
padding: 3px 10px;
border-radius: 5px;
}